Form submit event

Triggered when a Contact submits a Mautic Form.

Event type

mautic.form_on_submit

Event properties

Key

Type

Description

submission

object

Submission object

timestamp

string

Date/time the event occurred in ISO 8601 format.

Submission properties

Key

Type

Description

id

int

ID of the Submission.

ipAddress

object

IP address basic object for the Contact when they submitted the Form.

form

object

Form basic object.

lead

object

Contact object.

trackingId

string

Generated ID for the tracking session.

dateSubmitted

string

Date/time the submission occurred in ISO 8601 format.

referer

string

URL the Form submitted from.

results

object

Key/value pairs with Form field API names as the keys and submitted values.

page

object|null

Landing Page basic object if the Contact submitted the Form when embedded on a Landing Page. Otherwise, null.

Form basic properties

Key

Type

Description

id

int

ID of the Form

name

string

Name of the Form

alias

string

API name for the Form

category

object

Category object

IP address basic properties

ipAddress

string

IP address for the Contact.

id

int

ID of the IP address stored in Mautic’s database.

ipDetails

object|null

Details of the IP address populated from the configured IP lookup service.