Created
June 7, 2014 15:24
-
-
Save WebEndevSnippets/b10bb53ffe3d6eb7e145 to your computer and use it in GitHub Desktop.
Gravity Forms: Remove Submit Button on Gravity Form
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
// 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