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_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.
gform_dropbox_shareable_link_settings
This filter can be used to modify the settings before a Dropbox shareable link is generated, allowing for the link to expire after a certain time or change who is allowed to access it.
gform_dropbox_should_upload_file
The gform_dropbox_should_upload_file filter can be used to determine if a file for a fileupload or dropbox type field is uploaded to Dropbox.
gform_dropbox_ssl_compatibility
The filter hook allows the SSL compatibility checks within the Dropbox add-on to be overridden.
gform_dropbox_store_local_version
This filter can be used to prevent a local copy of the file being retained once it has been uploaded to Dropbox.
gform_dropdown_no_results_text
Use this filter to change the default “No Results” placeholder text on Drop Down fields.