forms: track
From Genesys Documentation
This topic is part of the manual Journey JavaScript SDK for version Current of Genesys Predictive Engagement.
The forms:track method
Description
The forms:track method tracks form-level activity.
Signature
ac('forms:track', [selector], [options]);
Arguments
selector
- Description:
- Type: string
- Status: optional
- Default: form
options
- Description:
- Type: object
- Status: optional
- Default: {}
- Properties:
Name | Description | Type | Status | Default | Arguments |
captureFormDataOnAbandon | boolean | optional | true | ||
captureFormDataOnSubmit | boolean | optional | true | ||
transform | function | optional | formDataObject | ||
traitsMapper | traitsMapper |
Comments or questions about this documentation? Contact us for support!