Signature
Signature tags are used to indicate where a signer should place their signature within the document.- signature_#
- signature_#_name
- signature_#_email
- signature_#_date
long
short
Initials
Initials tags are used to indicate where a signer should place their initials within the document.- initials_#
- initials_#_name
- initials_#_email
- initials_#_date
long
short
Text
Text tags are used to indicate where a signer should enter text within the document.long
short
Multiline
Multiline tags are used to indicate where a signer should enter multiple lines of text within the document.long
short
Date picker
Date picker tags are used to indicate where a signer should enter a date within the document.long
short
Radio
Radio tags are used to indicate where a signer should select an option from a set of radio buttons within the document.The radio group tag is optional. If not specified, the radio buttons will function as a group by default based on their tag IDs.
A signer must select one of the radio buttons in the group unless the radio button group is marked as optional.
The radio group tag does not render a visible field in the document. It is only used to define the grouping behavior of the associated radio buttons.
Radio group (optional)
Radio group tags are used to customize the behavior of a set of radio buttons within the document.- radio_#
- radio_#:option_optional
long
short
Radio button
long
short
Examples
When combining the radio group tag with a radio button tag, the syntax looks like this:- Signer 1, group 1, optional
- Signer 2, group 2
long
short
Checkbox
Checkbox tags are used to indicate where a signer should select a checkbox within the document.The checkbox group tag is optional. If not specified, the checkboxes will function as a group by default based on their tag IDs.
The checkbox group tag does not render a visible field in the document. It is only used to define the grouping behavior of the associated checkboxes.
Checkbox group (optional)
Checkbox group tags are used to customize the behavior of a set of checkboxes within the document.- checkbox_#
- checkbox_#:validate_required_2
long
short
Checkbox
long
short
Examples
When combining the checkbox group tag with a checkbox tag, the syntax looks like this:- Signer 1, group 1, required 2
- Signer 2, group 2
long
short
Image
Image tags are used to indicate where a signer should upload an image within the document.long
short
Document properties
You can use template tags to insert document properties such as the package or document name.- document:packageName
- document:name
- document:date
long
short
Signer properties
You can also use template tags to insert signer properties such as name and email.- signer_#:name
- signer_#:email
- signer_#:date
long
short