• Resolved CypressWebs

    (@jmeyer2485)


    Would there be a way to disable the “Thank you for contacting us, we will be in touch shortly.” text when you have a redirect option? It does not make sense to show the message when redirecting them to a Thank You page.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter CypressWebs

    (@jmeyer2485)

    Found a fix.

    Plugin Support Saurabh – WPMU DEV Support

    (@wpmudev-support7)

    Hello @jmeyer2485,

    I’m glad you found a fix on that. Should you have any doubts or need any help further, feel free to reply in the thread here or open a fresh one and we would be happy to help.

    Thank you,
    Prathamesh Palve

    dugost

    (@dugost)

    Hi, @jmeyer2485. I’m having the same issue. Can you post the fix you used for disabling the “Thank you for contacting us, we will be in touch shortly” message?

    Plugin Support Saurabh – WPMU DEV Support

    (@wpmudev-support7)

    Hello @dugost,

    Can you navigate to your site Wp-Admin Dashboard-> Appearance-> Customize-> Additional CSS and add the following CSS, publish the change and then check if that works for you?

    .forminator-response-message.forminator-show.forminator-success {
        display: none !important;
    }

    Do let me know if that works for you.

    Thank you,
    Prathamesh Palve

    dugost

    (@dugost)

    That did the trick, thanks!

    EDIT: This actually ended up hiding the AJAX message appearing on a separate registration form I have so this isn’t the solution. That CSS will hide it for all forms. I’ve removed it and simply used the Page Reload method for the login form.

    • This reply was modified 4 years ago by dugost. Reason: Created another problem
    • This reply was modified 4 years ago by dugost.
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Thank You Disable’ is closed to new replies.