Supported field types
Basic syntax
name is a stable field identifier. Labels are optional; an empty label
renders only the input control without reserving label spacing.
Checkboxes and choices
A checkbox field contains one or more visible options. UseselectionMode to
choose whether users may select one or several options.
placeholder is not used for checkbox labels. Each value in options is both
the visible label and the submitted option value.
Variable binding
Usevariable to prefill a field from the document’s variables:
value or selected value remains a
fixed initial value when no variable is bound.
Multiline values
Use\n inside a quoted fixed value. Autype converts it to actual line breaks
and escapes it exactly once when converting back to Markdown.
Form fields in tables
A form field can be the sole content of a table cell:| is already
the Markdown table delimiter.
Attributes
Styling
The following attributes override the globaldefaults.styles.formField
settings for one field:
Global vertical spacing is configured through
defaults.spacing.before.formField and defaults.spacing.after.formField.
