> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Enum values for FormSubmissionStatus

> Lists the enum values for FormSubmissionStatus.

## FormSubmissionStatus Enum

What is the status of this submission

| Name              | Value | Description                                                                                |
| ----------------- | ----- | ------------------------------------------------------------------------------------------ |
| Unknown           | 0     | Unknown status                                                                             |
| InProgress        | 1     | In progress, the customer has started filling out fields but has not yet submitted         |
| EmailVerification | 2     | EmailVerification, the customer has submitted but we are waiting for click from sent email |
| Submitted         | 3     | Submitted, the form is submitted but has not yet been executed                             |
| Processed         | 4     | Processed, the actions of the form have been executed                                      |
| Failed            | 5     | Failed, there was an error when processing the form                                        |

## Usage

* [form\_submission](../form-submission).status - A form submission
