Skip to main content

FieldInput

Pre-fill a field value on a document being sent. Used for both sender fields (senderFields) and participant fields (participantFields) in DocumentSendSettingsInput.

Fields

FieldTypeRequiredDefaultDescription
idID!YesUUID of the original template element
valueStringNoValue to pre-fill
labelStringNoField label
signerIntNoSigner index for this field
elementTypeStringNoField type
roleIdStringNoAssign to a specific role (e.g. convert sender field to signer field)

Example

senderFields: [
{ id: "ZWxlbWVudC0x", value: "Acme Corp", label: "Company Name" }
{ id: "ZWxlbWVudC0y", value: "2025-07-01", label: "Start Date" }
]

Export This Article

Save a copy of this page as PDF or plain text.