Submit Button Actions/ Disable message

Hi, how do I disable the success message after entering data?
Tried to see if I could style it but that does not seem to be possible

Client does not want it to show just redirect

Hi Gary,

welcome to the forum!
You can hide the message by adding the following custom CSS to the form element:

root .form-group.message.success {
  display: none;
}

Best regards,
timmse

Thanks that works. Appreciate it.

I found this code in hopes it would work on my site but I’m not having any luck. Any other suggestions? I’m still seeing the green confirmation box instead of going straight to the redirect page.

i think the code change I still see the box too.

Try:

#brxe-esyqbx .message.success {
display: none;
}

Are there plans in the pipeline to make this better? It would be great if we could simply disable this with a flip of a button and choose an AJAX load to replace the form with fully custom content, not a generic success box and message. I’m sure there are hacky things that can be done to get around this… but they are hacky for a reason and it would just be nice if it worked out of the box. :upside_down_face: