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_entries_forms
The “gform_export_entries_forms” filter in Gravity Forms allows the forms displayed on the Export Entries page to be filtered.
gform_export_field_value
Use the gform_export_field_value filter to override the field value before it is included in the CSV export.
gform_export_fields
Use the gform_export_fields filter to add custom columns to the entry export.
gform_export_form
Allows modification of the form meta before export.
gform_export_forms_forms
The “gform_export_forms_forms” filter in Gravity Forms allows the forms displayed on the Export Forms page to be filtered.
gform_export_line
This filter allows the filtering of the current line being exported.
gform_export_lines
The gform_export_lines filter can be used to filter the entry export lines before they are saved to the temporary file.
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.