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_zohocrm_post_create_contact
Allows custom actions to be performed after creating the contact.
gform_zohocrm_post_create_lead
Allows custom actions to be performed after creating a lead with a Zoho CRM feed.
gform_zohocrm_post_create_task
Allows custom actions to be performed after creating the task.
gform_zohocrm_record
This filter can be used to modify the record arguments before they are sent to Zoho CRM.
gform_zohocrm_task
This filter can be used to modify the task arguments before they are sent to Zoho CRM.
gform/ajax/post_page_change
The gform/ajax/post_page_change event allows developers to to execute custom JavaScript logic after a form submission is processed via AJAX.
gform/post_init
This event is intended for use by add-ons that depend on core scripts. It fires once per form and provides the form ID as a parameter.
GFSignature
GFSignature is the class which houses some of the functionality included by the Gravity Forms Signature Add-on.
GFStripe
GFStripe is the class which houses the main functionality of the Gravity Forms Stripe Add-on, it extends the GFPaymentAddOn class which is part of the add-on framework.
gquiz_answer_indicator
This filter allows the HTML markup for the answer indicator to be changed.