Created
June 12, 2019 09:51
-
-
Save gyrus/ea34611d40b62dfabcf5ca26e4b97eb3 to your computer and use it in GitHub Desktop.
gform_post_render
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jQuery( document ).bind( 'gform_post_render', function( ev, field, form ) { | |
console.log( ev ); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment