Skip to content

Instantly share code, notes, and snippets.

@djmtype
Last active June 16, 2017 22:08
Show Gist options
  • Save djmtype/39247c8bbc17c53502d76c8a363740f7 to your computer and use it in GitHub Desktop.
Save djmtype/39247c8bbc17c53502d76c8a363740f7 to your computer and use it in GitHub Desktop.
Contact Form 7 validation
on_submit: "$(document).ajaxComplete(function() {$('#modalResponse').modal({backdrop: 'static', keyboard: false});$('#modalResponse .modal-body').html('<div class="alert alert-danger"><p>'+data.message+'</p></div>');}); $('.wpcf7-response-output').ajaxComplete(function(){$(this).delay(3000).fadeOut('slow');});"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment