Skip to content

Instantly share code, notes, and snippets.

@jtsternberg
Created May 26, 2020 16:44
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 jtsternberg/f0bda99348bccf9b43df510e9e34c034 to your computer and use it in GitHub Desktop.
Save jtsternberg/f0bda99348bccf9b43df510e9e34c034 to your computer and use it in GitHub Desktop.
Runs while the campaign form HTML is being processed and just before processing any scripts inside the HTML and adding them to the head of the page.
document.addEventListener('om.Html.scripts', function(event) {
console.log(event.detail.Html);
console.log(event.detail.Campaign);
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment