Hooks

Articles

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.adminUtils

The gform.adminUtils object provides utility functions commonly used in the WordPress admin. These utilities can help handle unsaved changes warnings and extract query parameters from the URL.

gform.config

The gform.config object provides utility functions for retrieving, updating, and validating forms configuration settings in JavaScript. It includes methods for working with both local and AJAX loaded configuration data.

gform.console

The gform.console object provides a centralized and safe way to log messages in Gravity Forms. It acts as a wrapper around the native browser console methods (log, warn, error).

gform.core

The gform.core object provides core utility functions used internally by Gravity Forms. It currently includes the triggerPostRenderEvents() method, which manually triggers post render JavaScript events fired after a form or field is rendered.

gform.hooks

The gform.hooks object is a global JavaScript utility for registering and managing client-side actions and filters.

gform.instances

The gform.instances manages form specific behavior on the page and exposes an internal registry of filters and hooks associated with each form instance.