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_get_form_confirmation_filter
This filter allows the form confirmation text to be programmatically changed before it is rendered to the page. It was added to accomplish a very specific internal task of enqueuing the scripts and only executes for text confirmations.
gform_get_form_filter
This filter allows you to override the form's HTML after it has been generated but before it is displayed.
gform_get_form_save_confirmation_filter
This filter allows the form save confirmation text to be programmatically changed before it is rendered to the page.
gform_get_form_save_email_confirmation_filter
Allows the Save and Continue confirmation message to be changed.
gform_get_input_value
Description.
gform_getresponse_contact
This filter can be used to override the contact properties before they are passed to the GetResponse API.
gform_getresponse_field_value
https://docs.gravityforms.com/gform_slug_field_value/.
gform_getresponse_limit_pre_get_campaigns
This Gravity Forms GetResponse Add-On filter can be used to modify the number of campaigns that are retrieved when creating a feed.
gform_getresponse_limit_pre_get_custom_fields
The gform_getresponse_limit_pre_get_custom_fields allows the maximum number of custom fields which are retrieved from GetResponse to be overridden.
gform_gf_field_create
Use this filter to modify or replace the GF_Field object after it has been created.