Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save lukecav/268f8d858c9cd11a2841b087119d478d to your computer and use it in GitHub Desktop.

Select an option

Save lukecav/268f8d858c9cd11a2841b087119d478d to your computer and use it in GitHub Desktop.
jQuery('.ninja-forms-form').on('submitResponse', function(e, response) {
var $popup = jQuery('#pum-123'),
errors = response.errors;
if (errors === false) {
$popup.popmake('open');
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment