Form field definition
| Name | Type | Description | Notes |
|---|---|---|---|
| label | String | Field label displayed in the form | [optional] |
| name | String | Data field name. For example "name" can be used as "{name}" in the document as placeholder. | [optional] |
| type | TypeEnum | Field type | [optional] |
| required | Boolean | Specifies if the field is required or not | [optional] |
| Name | Value |
|---|---|
| TEXT | "text" |
| INTEGER | "integer" |
| NUMBER | "number" |
| DATE | "date" |
| SIGNATURE | "signature" |