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_entry_meta_conditional_logic_notifications
Enables the entry meta conditional logic filters to be modified on the notification edit page.
gform_entry_meta_pre_evaluate_conditional_logic
Enables customization of the entry meta supported for use with conditional logic before the rules are evaluated.
gform_entry_meta_pre_render_feed_settings
Allows population of the JavaScript entry_meta variable on the feed configuration page.
gform_entry_page_size
Use this filter modify how many entries are shown per page in the Entry List view.
gform_entry_post_save
Use this filter to perform actions right after an entry has been saved. This fires before notifications are sent and before the confirmation is processed.
gform_entry_pre_handle_confirmation
Allows the entry to be modified before the confirmation is processed.
gform_entry_pre_update
Filters the entry before it is updated.
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.