Submitted Event

To report an event when a visitor submits a form.

Function Interface

events.submitted(eventParameter:SubmittedEventParameter)

SubmittedEventParameter

ParameterTypeRequiredDescription
formPropertyFormPropertyThe property group of form.

FormProperty

ParameterTypeRequiredDescription
formIdstringThe unique identifier of the form.
formNamestringThe name of the form.
succeedbooleanIndicates whether the form submission was successful.

Example

preparing...