Just one more question. It turns out there were 14 form submissions that came in at once. Since we had captcha turned on, how did these get submitted?
Thanks again for your assistance.
Yes, captcha was and is definitely on. Thank you for your help.
OK, after further searching on this topic, I see this is a common problem. I was able to fix it by using:
on_sent_ok: “ga(‘send’, ‘event’, ‘Enquiry’, ‘Submit’);”
Instead of the code suggested on your website
http://contactform7.com/tracking-form-submissions-with-google-analytics/
I’ll have to check Google Analytics in 24 hours to see if my tests are being captured.
I too am experiencing the same problem when using the line in the additional settings field: (as specified by your website)
on_sent_ok: “_gaq.push([‘_trackEvent’, ‘Contact Form’, ‘Submit’]);”