Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 765 Bytes

File metadata and controls

29 lines (17 loc) · 765 Bytes

FormFieldsInner

Form field definition

Properties

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]

Enum: TypeEnum

Name Value
TEXT "text"
INTEGER "integer"
NUMBER "number"
DATE "date"
SIGNATURE "signature"