Last active
May 11, 2016 18:03
-
-
Save ericakfranz/c5d0992a7fafed6a5f79 to your computer and use it in GitHub Desktop.
Vanilla Javascript method for using OptinMonster Events
This file contains hidden or 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
document.addEventListener( "DOMContentLoaded", function(event) { | |
document.onload('EventName', function( event,data,object ) {} ); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Should I be able to use this code in my "Custom HTML Form Code" integration?
If so, it's not working at the moment and I think errors are being suppressed.
Can you advise?