I'm trying to track clicks on the submit-button on a form on a page but it's not working. I'm using this code:
$('#edit-company-questions-submit').submit(function() {
_gaq.push('_trackEvent', 'Forms', 'Submit', 'Sales contact');
});
Is this correct or have I misunderstood it?