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