Skip to content

Instantly share code, notes, and snippets.

@brettsnippets
Created October 11, 2013 23:29
Show Gist options
  • Select an option

  • Save brettsnippets/6943592 to your computer and use it in GitHub Desktop.

Select an option

Save brettsnippets/6943592 to your computer and use it in GitHub Desktop.
Gravity Forms Validation Hook
$(document).on('gform_page_loaded', function(){
console.log('whatever is within this function, is executed on the loading of the validation message')
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment