Created
April 30, 2014 20:11
-
-
Save atwellpub/11437104 to your computer and use it in GitHub Desktop.
Fix for GoToWP embedded forms when Lead Tracking with WordPress Leads
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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