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_disable_view_counter
This filter can be used to prevent the forms view counter being incremented. The views column will remain displayed on the Forms page.
gform_display_add_form_button
Use this filter to allow the “Add Form” button to be displayed on other pages.
gform_display_disable_css_setting
The filter gform_display_disable_css_setting indicates if the Output Default CSS setting should be displayed or not.
gform_display_field_select_columns_entry_list
Allows fields to be added or removed from the _select columns_ UI on the entry list.
gform_display_product_summary
This filter can be used to prevent the pricing summary being included in the output generated when using the {all_fields} merge tag.
gform_dropbox_file_name
This filter can be used to override the filename before the file is uploaded to Dropbox.
gform_dropbox_folder_path
This filter can be used to override the destination folder configured on the Dropbox feed.
gform_dropbox_link_type
This filter can be used to change the type of link returned by Dropbox.
gform_dropbox_post_upload
This hook is fired after a Dropbox feed has been processed and files have been uploaded.
gform_dropbox_request_timeout
This filter in the Gravity Forms Dropbox Add-On allows the request timeout length for the feed processing request to be modified.