ericakfranz
12/7/2015 - 10:23 PM

Write to the console when an OM optin is about to redirect to the specified Redirect URL (native integrations only).

Write to the console when an OM optin is about to redirect to the specified Redirect URL (native integrations only).

jQuery(document).ready( function($){
    $(document).on('OptinMonsterOnRedirect', function(event, data, object){
      console.log(“Redirect in progress..”);
    });
});