Hi!
I'm using a form provided to me by PayPal in order to sell something on my website. Before the user hit "checkout" via the paypal form button, though, I want to track an event in google analytics. i have found this article via google analytics http://code.google.com/apis/analytics/docs/tracking/eventTrackerGuide.html that explains how to track the custom event, but i don't know how to add it before the form is submitted such that the form submission is also not interrupted.
i imagine it's some basic javascript?
thanks!