With DocuSeal it’s possible to upload Word DOCX files with text field tags to automatically create templates with fields ready for signature. These tags serve as placeholders within the document, to be automatically replaced with fillable and signable document fields.
Text field tags can contain the following attributes:
Field attributes should be separated with semicolon (;) with attribute value specified after the equal (=) sign: {{DOB;type=date;role=Customer;required=false}}. Use Italic font variant for text tags to ensure seamless fields recognition in the document. The DOCX file from the screenshot above will be converted to a template with form fields:
Use this link to download a DOCX file with tag examples. You can find more text tag examples in the list below:
{{Field Name}} | Text field |
{{Amount;type=number}} | Number field |
{{Sign;type=signature}} | Signature field |
{{Initial;type=initials}} | Initials field |
{{DOB;type=date}} | Date field |
{{Date;type=datenow}} | Read-only signing date |
{{Photo;type=image}} | Image upload field |
{{Documents;type=file}} | Files upload field |
{{type=checkbox}} | Checkbox |
{{Radio name;type=radio;options=Opt1,Opt2}} | Radio select field |
{{Select name;type=select;options=Opt1,Opt2}} | Select field |
{{type=stamp;readonly=true}} | Stamp field (non-interactive) |
{{type=phone;required=true}} | Phone 2FA field |