Viewing 4 replies - 1 through 4 (of 4 total)
  • The spinning arrow is a common symptom of a Javascript conflict with either your current WordPress theme or one of the other plugins you are using – see Contact Form 7 Email Issues – there is a link there that covers Javascript Conflicts.

    Thread Starter wallaroomedia

    (@wallaroomedia)

    Thank you for your reply. If the plugin works totally fine before inserting that on send ok line, would it still be the js conflict problem?

    Thread Starter wallaroomedia

    (@wallaroomedia)

    This may help, I turned on the inspect element while submitting the form, and here is the error I got “Uncaught ReferenceError: _gaq is not defined ”

    RE: If the plugin works totally fine before inserting that on send ok line, would it still be the js conflict problem?

    Definitely – when you add on_sent_ok: "_gaq.push(['_trackEvent', 'Contact Form', 'Submit']);" you are adding some Javascript which you want CF7 to run when the form completes sending.

    CF7’s Javascript starts running and indicates this by the spinning arrow. But it never completes due to a Javascript conflict somewhere on your page.

    "Uncaught ReferenceError: _gaq is notdefined " confirms you have a Javascript Conflict.

    Use the link I gave you earlier to investigate.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Form Submission to Fail Because Of Google Tracking Code in Additional Settings’ is closed to new replies.