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

> Lists the enum values for FormType.

## FormType Enum

What kind of form is this? Indicates if this is a normal form or a template

| Name     | Value | Description     |
| -------- | ----- | --------------- |
| Normal   | 0     | A form instance |
| Template | 1     | A form template |

## Usage

* [form](../form).type - A form which can be published on a webpage and submitted by visitors


## Related topics

- [Enum FormType](/en/automation/crmscript/reference/CRMScript.NetServer.FormType.md)
- [SuperOffice.WebApi.Data.FormType](/en/api/reference/webapi/SuperOffice.WebApi.Data.FormType.md)
- [Enum values for FormFieldRestrictionType](/en/database/tables/enums/formfieldrestrictiontype.md)
- [Enum values for WorkflowWaitForActionType](/en/database/tables/enums/workflowwaitforactiontype.md)
- [Namespace CRMScript.NetServer](/en/automation/crmscript/reference/CRMScript.NetServer.md)
- [Enum values for WorkflowGoalType](/en/database/tables/enums/workflowgoaltype.md)
