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_post_entry_list
This hook fires after the entry list content is generated.
gform_post_export_entries
Triggered after exporting entries from a form, allowing further actions to be performed.
gform_post_fail_subscription_payment
Triggered after an existing subscription payment fails.
gform_post_form_activated
This action is triggered after an inactive form is marked as active, allowing further actions to be performed.
gform_post_form_deactivated
This action is triggered after an active form is marked as inactive, allowing further actions to be performed.
gform_post_form_duplicated
This hook replaces the deprecated “gform_after_duplicate_form” hook.
gform_post_form_restored
This action is triggered after a form is restored from the trash, allowing further actions to be performed.
gform_post_form_trashed
This action is triggered after a form is moved to the trash, allowing further actions to be performed.
gform_post_form_views_deleted
This action is triggered when a form view count has been reset to zero, allowing further actions to be performed.
gform_post_multifile_upload
Allows further actions to be performed after multiple files have been uploaded.