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_delete_entry
The “gform_delete_entry” action fires right before an entry is deleted and is used to perform actions when an entry is deleted.
gform_delete_lead
This hook has been deprecated and gform_delete_entry should be used instead.
gform_disable_address_map_link
This filter is used to disable the inclusion of the “Map It” link when displaying the Address field value.
gform_disable_admin_notification
This hook has been deprecated. Please use gform_disable_notification instead.
gform_disable_ajax_save
The filter gform_disable_ajax_save can be used to turn off AJAX saving in the form editor.
gform_disable_auto_update
Description.
gform_disable_css
The filter gform_disable_css can be used to disable all CSS files from being loaded on the Front End.
gform_disable_custom_field_names_query
Allows the postmeta query which retrieves the custom field names (meta keys) to be disabled.
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_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.