Docupilot
HomeLoginSignup
  • Docupilot Help Documentation
  • Getting Started
  • Building Templates
    • Tokens (Merge Field)
    • Document Builder
    • AI-Powered Template Builder
    • Word Document (DOCX) & PowerPoint (PPTX)
    • Excel (XLSX)
    • Fillable PDF
    • Template Preferences
    • Formatting Your Data
    • Numerical Calculations
    • Advanced usage
  • Test your document template
  • Deliveries
    • Email
    • Webhook
    • Dropbox
    • Google Drive
    • One Drive
    • DropboxSign (formerly Hellosign)
    • DocuSign
    • SignNow
    • Xodo sign (formerly Eversign)
    • Signable
    • Yousign
    • Amazon S3
    • SFTP
  • Create document
    • Data Capture Form
    • API & Webhook Integration
    • Bulk Create
    • Integrate with Zapier
    • Integrate with Make
    • Integrate with Zoho Flow
    • Integrate with Integrately
  • Integrations
    • Google Forms
    • Google Sheets
    • Airtable Extension
    • Docupilot Add in for Microsoft Word
  • Collaborating with multiple users
    • Invite users
    • Manage & delete users
  • Reports
  • Settings
    • Workspace
    • API Settings
    • Manage Subscription
    • Linked Accounts
  • Folders & Templates management
    • Manage Folders
    • Manage Templates
    • Share Templates & Folders
  • Profile & Account Security
  • Frequently Asked Questions (FAQs)
  • Developers
    • API Overview
    • Templates API
    • Folders API
  • Updates
    • Scheduled Downtime Notification
Powered by GitBook
On this page
  • Signable Tags
  • Types of Signable Tags
  • Optional Tags
  • Adjusting the height and width of the tag

Was this helpful?

  1. Deliveries

Signable

Send generated documents automatically for Signing.

PreviousXodo sign (formerly Eversign)NextYousign

Last updated 11 months ago

Was this helpful?

Signable is a cloud-based electronic signature solution which enables a user(s) to send out documents electronically to be signed by one or more signers.

To set up an Signable Delivery, choose the Signable option from the list of deliveries available in the Deliveries tab.

Signable Tags

Signable Tags is a feature that allows text to be used in documents as a placeholder for Signature, Date, Text, Upload and Checkbox. These tags will then be replaced with the relevant field.

One thing to remember when adding Tags to your template is to keep them on one line to ensure the Tag is retained. For example: {signature:signer1:Please+Sign+Here}

A tag has the following structure: {WHAT:WHO:MESSAGE}

Tags also do not support the use of characters other than A-Z, a-z, 0-9 E.g. “my+tag+name+/+label” is not valid.

Tags are Case-Sensitive.

Types of Signable Tags

Signable supports the following types of fields

  • Signature

  • Date

  • Text

  • Document Upload

  • Checkbox

Signature:

Syntax: {signature:who:message}

Example: 1. {signature:signer1:please+sign+here} 2. {signature:signer2:please+sign+here} 3. {signature:signer3:please+sign+here}

Date

Syntax: {date:who:message}

Example: 1. {signature:signer1:select+date+here} 2. {signature:signer2:enter+date+here} 3. {signature:signer3:select+date+here}

Text:

Syntax: {text:who:message}

Example: 1. {text:signer1:enter+name} 2. {text:signer2:enter+address+here} 3. {text:signer3:enter+phone+number+here}

Document Upload

Syntax: {upload:who:message}

Example: 1. {upload:signer1:upload+file+here} 2. {upload:signer2:upload+document+here} 3. {upload:signer3:upload+here}

Checkbox

Syntax: {check:who:message}

Example: 1. {check:signer1:please+tick+if+appropriate} 2. {check:signer2:please+tick} 3. {check:signer3:please+tick+appropriate}

Optional Tags

A signable tag can be made optional by inserting a "?" after the first part of the tag.

Examples:

  • {text?:signer1:enter+name+here}

  • {check?:signer2:Please+tick}

  • {date?:signer3:select+date}

Adjusting the height and width of the tag

By default, the size of a tag is fixed to 10x100. This can be changed by mentioning the width and/or height of the tag while entering the tag.

Examples:

  • {text,w20,h30:signer1:enter+name+here}

  • {check,w30:signer2:Please+tick}

  • {signature,h40:signer3:sign+here}

When providing both width and height for the tag, they shall be mentioned in the order of width and height only and not as height and width. Correct syntax: {text,w20,h40:signer2:enter+age} Wrong syntax: {text,h40,w20:signer2:enter+age}

Signable delivery configuration
Signable signature field
Signable text field
Signable upload document field
Signable checkbox field