Skip to main content
Form fields are document elements that stay visible in every export and become interactive AcroForm widgets in PDF exports. They can use fixed values or read their initial value from a document variable.

Supported field types

Basic syntax

The 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. Use selectionMode 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

Use variable to prefill a field from the document’s variables:
The field does not create the variable. Define it in the document’s variables first, using a compatible type. A local 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:
Inside table cells, separate choice options with commas because | is already the Markdown table delimiter.

Attributes

Styling

The following attributes override the global defaults.styles.formField settings for one field: Global vertical spacing is configured through defaults.spacing.before.formField and defaults.spacing.after.formField.

Output behavior

signature and initials create PDF form widgets. They do not apply a cryptographic signature, qualified electronic signature, or PAdES seal. A Workspace signature process can fill these widgets with its audited typed-name simple electronic signature when required=true and signerRole matches the signer role.