Skip to content

Instantly share code, notes, and snippets.

@scyt
Created April 25, 2024 13:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scyt/8b1165a54acfdb96d2cfb2e8f645ccf4 to your computer and use it in GitHub Desktop.
Save scyt/8b1165a54acfdb96d2cfb2e8f645ccf4 to your computer and use it in GitHub Desktop.
$( '#gform_GFFORMID' ).on( 'submit', function() {
$( '#input_GFFORMID_1' ).val( 'boom' ); // Set 1 to your Field ID.
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment