Skip to content

Instantly share code, notes, and snippets.

@ericakfranz
Created December 7, 2015 22:22
Show Gist options
  • Save ericakfranz/ea823137490882b5f676 to your computer and use it in GitHub Desktop.
Save ericakfranz/ea823137490882b5f676 to your computer and use it in GitHub Desktop.
Close the OM optin after a successful submission.
jQuery(document).ready( function($){
$(document).on('OptinMonsterOptinSuccess', function( event, data, object ){
object.close();
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment