Documenso

Field Types

Placeholder types for capturing signatures, text, dates, and selections during signing.

Field Types Overview

Field TypeDescriptionAuto-filled
SignatureRecipient's signature (drawn, typed, or uploaded)No
InitialsRecipient's initialsNo
EmailRecipient's email addressYes
NameRecipient's full nameYes
DateDate the field was completedYes
TextFree-form text inputNo
NumberNumeric input with optional validationNo
RadioSingle selection from a list of optionsNo
CheckboxMultiple selections from a list of optionsNo
DropdownSingle selection from a dropdown menuNo

Signature

Signature field in the document editor

The signature field captures the recipient's legally binding signature. Recipients can:

  • Draw their signature using a mouse or touchscreen
  • Type their name and select a font style
  • Upload an image of their signature

Configuration Options

OptionDescription
RequiredWhether the field must be completed before signing
Read-onlyLock the field with a pre-filled value
LabelDisplay text shown above the field

Common Use Cases

  • Contract execution
  • Agreement acceptance
  • Authorization approvals
Each signer must have at least one Signature field assigned to them.

Initials

The initials field captures abbreviated signatures, typically used to acknowledge individual pages or clauses.

Configuration Options

OptionDescription
RequiredWhether the field must be completed
Read-onlyLock the field with a pre-filled value
LabelDisplay text shown above the field
Text alignmentLeft, center, or right alignment

Common Use Cases

  • Page acknowledgment
  • Clause acceptance
  • Change or amendment approval

Email

The email field displays the recipient's email address. This field is automatically populated with the email address used to send the signing request.

Configuration Options

OptionDescription
RequiredWhether the field must be completed
Read-onlyLock the field (recommended for auto-filled values)
LabelDisplay text shown above the field
Text alignmentLeft, center, or right alignment

Common Use Cases

  • Contact information sections
  • Identity verification
  • Record keeping

Name

The name field captures the recipient's full name. When the recipient has a name on file, the field can be auto-populated.

Configuration Options

OptionDescription
RequiredWhether the field must be completed
Read-onlyLock the field with a pre-filled value
LabelDisplay text shown above the field
Text alignmentLeft, center, or right alignment

Common Use Cases

  • Signature blocks
  • Party identification
  • Contact details

Date

The date field records when the recipient completed the field or signed the document. By default, it auto-fills with the current date.

Configuration Options

OptionDescription
RequiredWhether the field must be completed
Read-onlyLock the field with a pre-filled value
LabelDisplay text shown above the field
Text alignmentLeft, center, or right alignment

Common Use Cases

  • Signature date
  • Agreement effective date
  • Timestamp records

Text

Text field in the document editor

The text field accepts free-form text input from recipients. Use this for any information that doesn't fit other field types.

Configuration Options

OptionDescription
RequiredWhether the field must be completed
Read-onlyLock the field with a pre-filled value
LabelDisplay text shown above the field
PlaceholderHint text shown when the field is empty
Default valuePre-filled text that recipients can modify
Character limitMaximum number of characters allowed
Text alignmentLeft, center, or right alignment
Line heightSpacing between lines of text
Letter spacingSpacing between characters

Rules

  • A field cannot be both required and read-only at the same time
  • A read-only field must have a default text value (it cannot be empty)
  • The field is inserted automatically into the document if there is a default text value
  • The text field character count cannot exceed the character limit
  • The signer cannot modify a read-only field

Common Use Cases

  • Address input
  • Company names
  • Job titles
  • Custom information

Number

The number field accepts numeric input with optional validation constraints.

Configuration Options

OptionDescription
RequiredWhether the field must be completed
Read-onlyLock the field with a pre-filled value
LabelDisplay text shown above the field
PlaceholderHint text shown when the field is empty
Default valuePre-filled number that recipients can modify
Minimum valueLowest allowed number
Maximum valueHighest allowed number
Number formatDisplay format for the number
Text alignmentLeft, center, or right alignment

Rules

  • The value must be a number
  • A field cannot be both required and read-only at the same time
  • A read-only field must have a default number value
  • If a default number and a maximum value are set, the default must be less than the maximum
  • If a default number and a minimum value are set, the default must be greater than the minimum
  • The value must match the number format if a number format is set

Common Use Cases

  • Quantities
  • Pricing
  • Phone numbers
  • Employee IDs

Radio

The radio field presents a list of options where the recipient can select exactly one.

Configuration Options

OptionDescription
RequiredWhether a selection must be made
Read-onlyLock the field with a pre-selected value
LabelDisplay text shown above the field
OptionsList of selectable values
Default selectionPre-selected option
DirectionVertical or horizontal layout

Rules

  • A field cannot be both required and read-only at the same time
  • A read-only field must have at least one option
  • The field auto-signs if there is a default value
  • The signer cannot select a value that's not in the options list
  • Only one option can be selected at a time

Common Use Cases

  • Yes/No questions
  • Single-choice selections
  • Status indicators
  • Plan or tier selection

Checkbox

Checkbox field in the document editor

The checkbox field presents a list of options where the recipient can select multiple items.

Configuration Options

OptionDescription
RequiredWhether at least one selection must be made
Read-onlyLock the field with pre-selected values
LabelDisplay text shown above the field
OptionsList of selectable values
Default selectionsPre-selected options
Validation ruleRules for minimum/maximum selections
DirectionVertical or horizontal layout

Rules

  • A field cannot be both required and read-only at the same time
  • A read-only field must have at least one checked option
  • The field auto-signs if there are default values
  • The validation rule enforces selection counts: "At least", "At most", or "Exactly" a specified number of options
  • The signer cannot select a value that's not in the options list

Common Use Cases

  • Terms and conditions acceptance
  • Multiple acknowledgments
  • Feature selection
  • Preference lists

Dropdown field in the document editor

The dropdown field presents a list of options in a collapsible menu. Recipients select one option from the list.

Configuration Options

OptionDescription
RequiredWhether a selection must be made
Read-onlyLock the field with a pre-selected value
LabelDisplay text shown above the field
OptionsList of selectable values
Default valuePre-selected option

Rules

  • A field cannot be both required and read-only at the same time
  • A read-only field must have a default value
  • The default value must be one of the options
  • The field auto-signs if there is a default value
  • The signer cannot select a value that's not in the options list

Common Use Cases

  • Country or state selection
  • Department selection
  • Category classification
  • Status selection

Common Configuration Options

All field types share these base configuration options:

OptionDescriptionDefault
RequiredRecipient must complete the field to finish signingfalse
Read-onlyField value cannot be changed by the recipientfalse
LabelText displayed above or near the fieldNone
Font sizeSize of the text in the field (8-96px)12px

Validation

Fields validate input based on their type and configuration:

  • Required fields must be completed before the recipient can finish signing
  • Read-only fields display pre-filled values that cannot be modified
  • Number fields validate against minimum and maximum values when configured
  • Checkbox fields can enforce a minimum or maximum number of selections

If validation fails, the recipient sees an error message and must correct the input before proceeding.

On this page