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_entries_first_column_actions
Use this action hook to add extra action links to the entry row on the entry list page.
gform_entries_primary_column_filter
The gform_entries_primary_column_filter filter is used to modify the contents of the first column in the entries list table.
gform_entries_view
Triggers when viewing an entry with a non-standard entry type.
gform_entry_created
This hook fires after the lead has been created but before the post has been created, notifications have been sent, and the confirmation has been processed.
gform_entry_detail
Use this action hook to add extra text to the Entry detail page.
gform_entry_detail_content_after
Use this action hook to add extra text/sections after the main content on the Entry detail page.
gform_entry_detail_content_before
Use this action hook to add extra text/sections before the main content on the Entry detail page.
gform_entry_detail_grid_display_empty_fields
Allow displaying empty fields on the entry detail page/print view even if option is not checked.
gform_entry_detail_meta_boxes
This filter can be used to add custom meta boxes to the entry detail page.
gform_entry_detail_sidebar_after
Use this action hook to add extra text/boxes after the last box in the Entry detail sidebar.