node-tracker.formsubmissionevent
Home > @snowplow/node-tracker > FormSubmissionEvent
FormSubmissionEvent interface
A Form Submission Event Used to track when a user submits a form
Signature:interface FormSubmissionEvent
Properties
Property | Type | Description |
---|---|---|
elements? | Array<FormElement> | (Optional) The elements contained within the form |
formClasses? | Array<string> | (Optional) The class names on the form |
formId | string | The ID of the form |