> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/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


## Related topics

- [Enum FormSubmissionStatus](/en/automation/crmscript/reference/CRMScript.NetServer.FormSubmissionStatus.md)
- [SuperOffice.WebApi.Data.FormSubmissionStatus](/en/api/reference/webapi/SuperOffice.WebApi.Data.FormSubmissionStatus.md)
- [SuperOffice.WebApi.Agents.IMarketingAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IMarketingAgent.md)
- [SuperOffice.WebApi.Agents.MarketingAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.MarketingAgent.md)
- [Namespace CRMScript.NetServer](/en/automation/crmscript/reference/CRMScript.NetServer.md)
- [form_submission table](/en/database/tables/form-submission.md)
