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_submission_files_pre_save_field_value
gform_submission_files_pre_save_field_value allows filtering (e.g., renaming) of the submission files before they are saved to the form uploads folder and entry.
gform_submission_values_pre_save
Allows the modification of submitted values before the incomplete submission is saved.
gform_submit_button
This filter is executed when the form is displayed and can be used to completely change the form button tag.
gform_subscription_canceled
This action hook can be used to perform custom actions when a subscription has been canceled.
gform_subscription_details_trial_description
The gform_subscription_details_trial_description filter allows customization of the trial description text in the subscription details on the entry detail page.
gform_suppress_confirmation_redirect
Use this filter to suppress the default page or redirect confirmation type behavior after submission.
gform_system_report
Allows the sections displayed on the System Status page to be modified.
gform_system_status_menu
Modify menu items which will appear in the System Status menu.
gform_system_status_page_SUBVIEW
Used to add additional pages to the form settings.
gform_tabindex
Description.