Skip to content

Instantly share code, notes, and snippets.

@ericakfranz
Created December 7, 2015 22:32
Show Gist options
  • Save ericakfranz/46e9fa181660d8937e7b to your computer and use it in GitHub Desktop.
Save ericakfranz/46e9fa181660d8937e7b to your computer and use it in GitHub Desktop.
Write to the console when the custom OM optin has finished loading.
jQuery(document).ready(function($){
$(document).on('OptinMonsterCustomDone', function(event, data, object){
console.log(data.optin + '-' data.type + ' is using a custom optin form and has finished loading.');
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment