Solution:1
Try this for displaying validation error messages.
Jquery Validation For Contact Form 7
Solution:2
Open
/wp-content/plugins/contact-form-7/scripts.js and add -form on line 10, so it looks like this:
$(‘div.wpcf7-form > form’).wpcf7InitForm(); }); All Problem will be Solved… Enjoy