Hi guys,
I have the same problem.
I was trying to set up a thank you page for conversion tracking with this code:
on_sent_ok: "_gaq.push(['_trackPageview','de/danke']);"
I tried to change it using the code for event tracking:
on_sent_ok: "_gaq.push(['_trackEvent', 'Form', 'Form-Submission-DE']);"
but none of the above code work.
Then I tried this simple function to show a simple message on correct submit:
on_sent_ok: "alert('sent');"
but any message is shown.
So, I think the problem is the "on_sent_ok()" function.
Can someone help me?
Any trick?