Enum FormSubmissionStatus
What is the status of this submission
Syntax
FormSubmissionStatus
Fields
| Name | Description |
|---|---|
| Unknown | Unknown status |
| InProgress | In progress, the customer has started filling out fields but has not yet submitted |
| EmailVerification | EmailVerification, the customer has submitted but we are waiting for click from sent email |
| Submitted | Submitted, the form is submitted but has not yet been executed |
| Processed | Processed, the actions of the form have been executed |
| Failed | Failed, there was an error when processing the form |