Skip to content

Instantly share code, notes, and snippets.

@chexton
Created December 13, 2012 03:27
Show Gist options
  • Select an option

  • Save chexton/4273789 to your computer and use it in GitHub Desktop.

Select an option

Save chexton/4273789 to your computer and use it in GitHub Desktop.
Protraining Training Subscription Code
<script>
$(document).ready(function(){
$('[id^="nm_mc_button-"]').click(function(e){var email = $('[id^="EMAIL-"]').val();
var fname = $('[id^="FNAME-"]').val();
_veroq.push(['user', {"email": email, "name": fname}]);
_veroq.push(['track','trial_soccer_fitness_conditioning']);});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment