Viewing 1 replies (of 1 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    The only thing I might think of that can cause this, is this code (added for Google analytics reasons):

    on_sent_ok: “_gaq.push([‘_trackEvent’, ‘Contact Form’, ‘Submit’]);”

    Yes, this wrong code is causing the issue. You’re using Universal Analytics, and the page tracker object on your site is __gaTracker, not _gaq, so the correct code is:

    on_sent_ok: "__gaTracker('send', 'event', 'Contact Form', 'Submit');"

    See Tracking Form Submissions with Google Analytics

Viewing 1 replies (of 1 total)
  • The topic ‘Success message not showing’ is closed to new replies.