Skip to content

Instantly share code, notes, and snippets.

@WebEndevSnippets
Created June 7, 2014 15:24
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 WebEndevSnippets/b10bb53ffe3d6eb7e145 to your computer and use it in GitHub Desktop.
Save WebEndevSnippets/b10bb53ffe3d6eb7e145 to your computer and use it in GitHub Desktop.
Gravity Forms: Remove Submit Button on Gravity Form
// Remove Submit Button on Gravity Form
add_filter( 'gform_submit_button_12', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment