Hello. I'm having trouble with a contact form. After completing the form I'd to track it with Google Event tracking and then redirect to a Thank You page.
Right now after the form is submitted the forum just stops. Messages are received but the redirect doesn't go through.
Here's my additional settings:
on_sent_ok: "_gaq.push(['_trackEvent', 'Right Side Contact Form', 'Submit']);"
on_sent_ok: "location = '/thank-you-for-contacting-us/';"