Submitted Event
To report an event when a visitor submits a form.
Function Interface
events.submitted(eventParameter:SubmittedEventParameter)
SubmittedEventParameter
| Parameter | Type | Required | Description |
|---|---|---|---|
| formProperty | FormProperty | ✔ | The property group of form. |
FormProperty
| Parameter | Type | Required | Description |
|---|---|---|---|
| formId | string | ✔ | The unique identifier of the form. |
| formName | string | ✔ | The name of the form. |
| succeed | boolean | ✔ | Indicates whether the form submission was successful. |
Example
preparing...