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_contact
This filter can be used to modify the contact arguments before they are sent to Zoho CRM.
gform_zohocrm_field_value
https://docs.gravityforms.com/gform_slug_field_value/.
gform_zohocrm_lead
This filter can be used to modify the lead arguments before they are sent to Zoho CRM.
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.
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.