Messages not showing on successful submission
-
I have some contact form 7 forms on a thesis installation. If I do not fill in mandatory fields the error messages appear fine. When all fields are entered correctly and I submit, the arrows churn and the form is correctly emailed to me but I do not get a success message in the green box.
On another form where the message appears correctly the code is as follows for the success message;
<div class="wpcf7-response-output wpcf7-display-none wpcf7-mail-sent-ok" style="display: block;">Your message was sent successfully. Thank you.</div>
On the form that is not working properly it is like this;
<div class="wpcf7-response-output wpcf7-display-none wpcf7-mail-sent-ok" style="display: none;"></div>
The only plugins I have are contact form DB, Really Simple CAPTCHA, SwfObj & Social Media Feather. Disabling them does not fix the form.
Any ideas?
- The topic ‘Messages not showing on successful submission’ is closed to new replies.