Hooks

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_ajax_submission

This filter allows developers to customize or modify the response data, including additional information, custom messages, or altered submission details.

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/conditionalLogic/applyRules/end

The gform/conditionalLogic/applyRules/end event allows you to react after conditional logic is applied. Use it to trigger animations, restore inputs, or handle field visibility updates in conversational forms.

gform/conditionalLogic/applyRules/start

The gform/conditionalLogic/applyRules/start event allows you to run custom logic right before conditional rules are applied. It’s useful for prepping UI changes, showing loaders, or managing field state in conversational forms.

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.