Skip to content

Instantly share code, notes, and snippets.

@chrisegg
Last active January 26, 2021 16:18
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 chrisegg/3fa446f9463b646e22ab5ac72633898c to your computer and use it in GitHub Desktop.
Save chrisegg/3fa446f9463b646e22ab5ac72633898c to your computer and use it in GitHub Desktop.
Replace the ID with your form ID number. Place this code in you functions.php file or a custom functions plugin
// Replace ID with your forms ID number.
add_filter( 'gform_submit_button_ID', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment