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_export_max_execution_time
Allows the maximum execution time for exporting entries to be changed.
gform_export_menu
Use the gform_export_menu filter to add new or modify default menu items which will appear in the Import/Export section menu.
gform_export_page_VIEW
Add custom pages (i.e. “views”) to the Import/Export section.
gform_export_separator
Use the gform_export_separator filter to change the column separator character for the entry export file.
gform_field_added
Description.
gform_field_advanced_settings
Use this hook to create a new field setting under the Advanced tab. Useful when implementing a new custom field type that requires custom settings.
gform_field_appearance_settings
Used to add additional options to the field appearance settings.
gform_field_choice_markup_pre_render
Allows you to override the default choice markup used when rendering radio button, checkbox and drop down field types.
gform_field_choice_selected_type_form_editor
Description.
gform_field_choices
This filter is executed when creating the checkbox items. It can be used to manipulate the item’s string before it gets added to the checkbox list.