wordpress - After click on send button of Contact Form 7 plugin, it's whole page is refreshing and goes to top of the page but I want to reload contact form only -


in project(website on wordpress) had added contact form 7, when click on send button it's goes top of page , whole page redirecting want contact form 7 refresh , submit value's name,message,email. please help...thanks in advance.

make sure called

<?php wp_footer(); ?> 

in footer, that's how ajax files contact form 7 theme.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -