Forum Moderators: DixonJones
I have a form when users complete the fields and click the submit button. The thank you message displays in the same page. Now I need to track the number of goals in Google analytics which I feel can only be done by tracking the submit event in the button. Please let me know how do we do this in Google Analytics. I would like to reconfirm that I don't have a separate "Thank you page"
Thanks in advance
In your situation, I get the feeling I would need to attach the _trackEvent function to the "onmousedown" event of the submit button itself to avoid conflicts with some sort of AJAX form submitter that I'm guessing is being used based on your mentioning a lack of destination page.