Skip to content

Instantly share code, notes, and snippets.

@atwellpub
Created April 30, 2014 20:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atwellpub/11437104 to your computer and use it in GitHub Desktop.
Save atwellpub/11437104 to your computer and use it in GitHub Desktop.
Fix for GoToWP embedded forms when Lead Tracking with WordPress Leads
<script>
jQuery(document).ready(function($) {
jQuery('#gotowp_personal_webinar_registration').addClass('wpl-track-me');
jQuery('#gotowp_personal_webinar_registration input[name="submit"]').attr('name' , 'go');
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment