Skip to content

Instantly share code, notes, and snippets.

@brianaohern
Created July 12, 2018 17:16
Show Gist options
  • Select an option

  • Save brianaohern/263c89a60fee0d15c57623644eb1a082 to your computer and use it in GitHub Desktop.

Select an option

Save brianaohern/263c89a60fee0d15c57623644eb1a082 to your computer and use it in GitHub Desktop.
om.Optin.error Example
document.addEventListener('om.Optin.error', function(event) {
const url = "http://optinmonster.com";
window.location.href = url;
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment