Skip to content

Instantly share code, notes, and snippets.

@GaryUnbounce
Created March 21, 2014 19:53
Show Gist options
  • Save GaryUnbounce/9694916 to your computer and use it in GitHub Desktop.
Save GaryUnbounce/9694916 to your computer and use it in GitHub Desktop.
<script>
$( '.lp-pom-form .lp-pom-button' ).click(function() {
if (lp.jQuery('form').valid() == true) {
_gaq.push(['_trackEvent', 'form', 'button', 'submit']);
}
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment