Hooks
Actions
Learn about the different action hooks available within Gravity Forms. Action hooks allow you to perform additional actions when an event takes place.
Filters
Discover the different filter hooks available within Gravity Forms. You can use filters to modify data to better match your particular needs.
JavaScript
Find explanations of the various JavaScript hooks used by Gravity Forms and its add-ons.
Deprecated
Here you will find a listing of the action hooks in Gravity Forms which have been deprecated.
Articles
gform_disable_dom_parser
The filter allows to disable the DOM parser.
gform_disable_form_legacy_css
The gform_disable_form_legacy_css filter allows the CSS to be disabled for forms using the legacy markup, usually forms created with Gravity Forms 2.4 and earlier.
gform_disable_form_settings_sanitization
Use this filter to disable the automatic sanitization of form settings. Gravity Forms will skip sanitizing form data such as titles, descriptions, CSS classes, and other form properties when enabled.
gform_disable_form_theme_css
The gform_disable_form_theme_css filter allows the default form theme used by forms created with Gravity Forms 2.5 and greater to be disabled.
gform_disable_installation_status
This filter is used to disable the display of the Installation Status section on the Forms > Settings page.
gform_disable_notification
Use this filter to disable admin and user notification emails.
gform_disable_post_creation
Use this filter to disable post creation when submitting a Gravity Form.
gform_disable_print_form_scripts
This filter can be used to prevent scripts and stylesheets being printed.
gform_disable_registration
This filter allows add-ons to prevent the User Registration add-on from registering/updating a user.
gform_disable_resend_notification
The gform_disable_resend_notification filter allows developers to prevent a notification email from being resent.