Quantcast
Channel: WordPress.org Forums » [Contact Form 7] Support
Viewing all articles
Browse latest Browse all 49500

JimBoom on "[Plugin: Contact Form 7] Endless Submitting Icon keeps circling."

$
0
0

SOLVED! I had this issue too, and it's one of several ways that Contact form 7 can break. In this instance, it's a javascript conflict, perhaps with a plugin or the theme itself, and that's keeping the user from seeing the success message, even as the admin gets the note. To solve it, add the following function to your theme's functions.php file:

// De-register jQuery from Contact Form 7

add_action( 'wp_print_scripts', 'my_deregister_javascript', 100 );
function my_deregister_javascript() {
    wp_deregister_script( 'contact-form-7' );
}

Worked like a charm for me, hope it helps somebody else. Feel free to contact me if you need help implementing.


Viewing all articles
Browse latest Browse all 49500

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>