Upload a template
Upload a .docx file with placeholders like {{field_name}} — fields are detected automatically. Add a type after a pipe to control the input: {{birthday|date("yyyy-mm-dd")}}. Supported types: string, number(decimals), date("yyyy-mm-dd"), boolean, and select("A","B"). Untyped tags default to string. Prefix a key with a group and a dot to section related fields together on the form, e.g. {{person.first_name}} and {{person.birthday|date("yyyy-mm-dd")}} both appear under a "Person" section.
Download example template (.docx)