Skip to content

Instantly share code, notes, and snippets.

@estevan-ulian
Last active January 23, 2024 18:47
Show Gist options
  • Save estevan-ulian/8a76ea160575cd76e6cf9cd3a6ea8cfe to your computer and use it in GitHub Desktop.
Save estevan-ulian/8a76ea160575cd76e6cf9cd3a6ea8cfe to your computer and use it in GitHub Desktop.
Utilização em formulários gravity forms para validações. Necessário quando utiliza-se validações em formulários ajax.
jQuery(document).on("gform_post_render", function (event, form_id, current_page) {
// code here
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment