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_info
Use this hook to add custom entry information to the Info area on the Entry detail page.
gform_entry_is_spam
The gform_entry_is_spam filter is used to mark entries as spam.
gform_entry_list_action
This action fires after the default entry list actions have been processed.
gform_entry_list_action_helpscout
This hook uses Gravity Forms gform_entry_list_action to run the action. See that hook for more details.
gform_entry_list_bulk_actions
This filter allows the drop down of available bulk actions on the entries list to be modified.
gform_entry_list_column_input_label_only
This filter can be used to override the default behavior of only including the input label in the entry list column header.
gform_entry_list_columns
This filter allows the columns set to be displayed on the Entry List page to be changed. This allows different columns to be displayed for each form.
gform_entry_meta
Use this hook to add custom properties to the Entry object.
gform_entry_meta_conditional_logic_confirmations
Enables the entry meta conditional logic filters to be modified on the confirmation edit page.
gform_entry_meta_conditional_logic_notifications
Enables the entry meta conditional logic filters to be modified on the notification edit page.