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_shortcode_builder_forms
The gform_shortcode_builder_forms filter allowss the list of available forms displayed in the shortcode builder to be overridden.
gform_shortcode_login
This filter is a hook name that is dynamically generated. See gform_shortcode_{ACTION} for details on using this hook.
gform_shortcode_preview_disabled
This filter is used to enable/disable the shortcode preview within the Add Form button.
gform_shortcode_user
This filter is a hook name that is dynamically generated. See gform_shortcode_{ACTION} for details on using this hook.
gform_signature_delete_file_pre_delete_entry
Enables the ability to disable deletion of the signature file or trigger deletion at a later time when an entry is deleted.
gform_signature_init_options
This filter can be used to customize the SuperSignature initialization options.
gform_signature_url
The gform_signature_url filter allows the signature URL to be customized.
gform_signature_url_permission_granted
The gform_signature_url_permission_granted filter can be used to perform custom logic to determine if the signature URL will allow access to the file.
gform_signature_url_require_login
The gform_signature_url_require_login filter can be used to require the user be logged in before the signature URL will allow access to the file.
gform_site_created
Fires after the site has been created. Only applicable to Network installs with the “Create Site” option enabled.