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
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?
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
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 5 years, 7 months ago by
dugost. Reason: Created another problem
-
This reply was modified 5 years, 7 months ago by
dugost.