• 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!

    https://www.ads-software.com/plugins/contact-form-7/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Mark F

    (@marrkdaviid)

    I should mention that I am still receiving the email despite seeing the error message, though does anyone know how I can resolve this 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”

    Plugin Author Takayuki Miyoshi

    (@takayukister)

    What other plugins and theme do you use?

    I am also facing the same issue…I disabled all the other plugins yet I am facing the same issue

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Contact Form 7 Spinning Arrow Issue, messages send, no success message’ is closed to new replies.