Introduction
The gform.hooks object is a global JavaScript utility for registering and managing client-side actions and filters.
Structure of gform.hooks
Property | Type | Description |
---|---|---|
action | object | Internal store of registered JavaScript action hooks. Managed via addAction() and removeAction() . |
filter | object | Internal store of registered JavaScript filter hooks. Managed via addFilter() and removeFilter() . |