> ## 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 FormSubmissionStatus

> What is the status of this submission

What is the status of this submission

## Syntax

```crmscript theme={null}
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                                        |


## Related topics

- [Enum values for FormSubmissionStatus](/en/database/tables/enums/formsubmissionstatus.md)
- [SuperOffice.WebApi.Data.FormSubmissionStatus](/en/api/reference/webapi/SuperOffice.WebApi.Data.FormSubmissionStatus.md)
- [form_submission table](/en/database/tables/form-submission.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)
