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_addon_field_map_choices
This filter is deprecated since version 2.5. Use the gform_field_map_choices filter instead.
gform_addon_field_value
This filter can be used to modify a value before it is sent to a third-party by one of the Add-On Framework based add-ons.
gform_addon_form_settings_fields
Allows code to modify the settings fields displayed on a given form settings page.
gform_addon_navigation
Use this filter to add a sub-menu item under the "Forms" menu.
gform_addon_pre_process_feeds
This filter allows you to modify the feed objects before they are processed during form submission.
gform_address_city
This filter is executed when creating the address city field and can be used to modify the “City” label.
gform_address_country
This filter is executed when creating the address country field and can be used to modify the “Country” label.
gform_address_display_format
This filter can be used to change the way addresses are formatted.
gform_address_state
This filter is executed when creating the address state field and can be used to modify the “State” label.
gform_address_street
This filter is executed when creating the address street field and can be used to modify the “Street” label.