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

# SuperOffice.WebApi.Data.FormSubmissionStatus

# <a id="SuperOffice_WebApi_Data_FormSubmissionStatus" /> Enum FormSubmissionStatus

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

What is the status of this submission
This Enum is used by:  form\_submission.status

```csharp theme={null}
public enum FormSubmissionStatus : short
```

## Fields

`EmailVerification = 2`

2: EmailVerification, the customer has submitted but we are waiting for click from sent email

`Failed = 5`

5: Failed, there was an error when processing the form

`InProgress = 1`

1: In progress, the customer has started filling out fields but has not yet submitted

`Processed = 4`

4: Processed, the actions of the form have been executed

`Submitted = 3`

3: Submitted, the form is submitted but has not yet been executed

`Unknown = 0`

0: Unknown status


## Related topics

- [SuperOffice.WebApi.Data.FormSubmissionEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.FormSubmissionEntity.md)
- [SuperOffice.WebApi.Data.TicketFormSubmission](/en/api/reference/webapi/SuperOffice.WebApi.Data.TicketFormSubmission.md)
- [SuperOffice.WebApi.Data.Marketing GetFormSubmissionsCountRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Marketing_GetFormSubmissionsCountRequest.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)
- [SuperOffice.WebApi.Data.WorkflowStepOptionFormSubmission](/en/api/reference/webapi/SuperOffice.WebApi.Data.WorkflowStepOptionFormSubmission.md)
