Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Contact-form-7 from Wordpress: no success message displayed

I am using contact form 7 (version 3.8.1) with Wordpress 3.9.1, and I can't make the "successfully sent" message appear (or any other message). However, the message is sent successfully.I researched about this topic, but everything I found were posts from 3 years ago, so they were using older versions and it didn't help me. I would like to know if there is any possibility to make it work, or which alternatives I have to this free plugin.

like image 234
Enric Piferrer Torres Avatar asked Nov 28 '22 15:11

Enric Piferrer Torres


2 Answers

Same things happened to me with contact form 7 which did not display a success message after clicking on the send button. Just add below code at the top or in the contact form 7 at the section -> FROM Code Is

<h3>[response]</h3>  

You can replace the <h3> tag by your choice!

like image 137
Alok Kumar Avatar answered Dec 05 '22 21:12

Alok Kumar


Just had this issue. The problem was incorrectly closed div tags, which resulted in no success or failure messages. Be sure to validate your HTML.

like image 33
Chris Trynkiewicz Avatar answered Dec 05 '22 20:12

Chris Trynkiewicz