Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
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