snowplow/snowplow-javascript-tracker

View on GitHub
api-docs/docs/node-tracker/markdown/node-tracker.formsubmissionevent.md

Summary

Maintainability
Test Coverage
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@snowplow/node-tracker](./node-tracker.md) &gt; [FormSubmissionEvent](./node-tracker.formsubmissionevent.md)

## FormSubmissionEvent interface

A Form Submission Event Used to track when a user submits a form

<b>Signature:</b>

```typescript
interface FormSubmissionEvent 
```

## Properties

|  Property | Type | Description |
|  --- | --- | --- |
|  [elements?](./node-tracker.formsubmissionevent.elements.md) | Array&lt;FormElement&gt; | <i>(Optional)</i> The elements contained within the form |
|  [formClasses?](./node-tracker.formsubmissionevent.formclasses.md) | Array&lt;string&gt; | <i>(Optional)</i> The class names on the form |
|  [formId](./node-tracker.formsubmissionevent.formid.md) | string | The ID of the form |