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_detail_sidebar_before
Use this action hook to add extra text/boxes before the first box in the Entry detail sidebar.
gform_entry_detail_sidebar_middle
Use this action hook to add extra content to the sidebar.
gform_entry_detail_title
This filter allows the title displayed on the entry detail page to be modified.
gform_entry_detail_url
Description.
gform_entry_field_value
Use this filter to change the field’s value before getting displayed on the Entry detail page.
gform_entry_id_pre_save_lead
Allows entry id to be changed before submission is saved. Useful to update an existing entry instead of creating a new one.
gform_entry_ids_automatic_deletion
Allows modification of the array of entry IDs before automatic deletion.
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.