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_addnote_button
This filter allows modification of the HTML of the “Add Note” button for Entry Notes on the Entry Detail page.
gform_addon_app_PAGE_TAB
This action fires when a page and tab is accessed within Gravity Forms. It is typically used to add content to custom settings tabs.
gform_addon_app_settings_menu_{$SHORT_SLUG}
This filter controls the addition or removal of tabs within the Gravity Forms settings menu.
gform_addon_feed_settings_fields
This filter can be used to modify the feed settings fields before they are rendered on the Feed Settings edit view.
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.