Form Submission Event
The form submission event sends tracking data when a visitor submits a form on a page.
See the full list of available events.
Prerequisites
- utag v4.38 or higher. For additional information, see How to upgrade utag.js.
How it works
The form submission event type tracks when a visitor submits a form on a page. When a visitor performs the action, the tracking call is triggered.
Event triggers
Event triggers are the specific actions the event listener tracks.
This event can track the following event triggers:
- Form Submit – Trigger when the form is submitted.
Event trigger variables
Event trigger variables are the values the event listener sends with the tracking call. The form submission event has following default event trigger variable:
Form Submission
Identifier | Description |
---|---|
tealium_event="form_submission" |
The visitor submitted a form. |
Example
{
"tealium_event" : "form_submission"
}
This page was last updated: January 30, 2023