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_capsulecrm_task
This filter allows the Capsule CRM Task object to be modified before it is created.
gform_card_details
This filter is executed when creating the Stripe Card field and can be used to modify the “Card Details” label.
gform_card_expiration
This filter is executed when creating the credit card field and can be used to modify the “Expiration Date” label.
gform_card_name
This filter is executed when creating the credit card field and can be used to modify the “Cardholder Name” label.
gform_card_number
This filter is executed when creating the credit card field and can be used to modify the “Card Number” label.
gform_card_security_code
This filter is executed when creating the credit card field and can be used to modify the “Security Code” label.
gform_cdata_open
These filters provide the ability to validate your forms with XHTML doctypes by allowing you to wrap the javascript output with the form in CDATA blocks.
gform_chained_selects_input_choices
This filter is used to modify the choices that will appear in each drop down of a Chained Select field.
gform_chainedselects_column_unique_values_limit
This filter limits the number of unique values allowed for each column.
gform_chainedselects_import_file
This filter allows an import file for the Chained Selects to be provided programmatically.