Contact Form 7 Spinning Arrow Issue, messages send, no success message
-
Hey everyone,
I am currently experiencing the spinning arrow issue with Contact Form 7, the email gets received, though the success message does not show.
https://contactform7.com/faq/#The_spinning_arrow_icon_shows_up_once_I_submit_a_form
As I have already tried disabling all non essential plugins and another theme is not an option for me, I decided to set javascript to false in wp-contact-form-7.php
if ( ! defined( ‘WPCF7_LOAD_JS’ ) ) {
define( ‘WPCF7_LOAD_JS’, false );After doing this, I am now seeing the below error:
Warning: Parameter 1 to tt_wpcf7_agent_admin_email() expected to be a reference, value given in /home/<username>/public_html/wp-includes/plugin.php on line 525
Does anyone know how I can resolve the above error or have any advice regarding the spinning arrow issue? Thanks!
- The topic ‘Contact Form 7 Spinning Arrow Issue, messages send, no success message’ is closed to new replies.