| Tags functionality | Sign tags | Required or optional |
| Signature for Recipient 1 | \signature1\ | Required |
| Initial for Recipient 1 | \initial1\ | Required or Optional |
| Stamp for Recipient 1 | \stamp1\ | Required or Optional |
| Name for Recipient 1 | \names1\ | Required or Optional |
Title for Recipient 1 | \titles1\ | Required or Optional |
Email for Recipient 1 | \email1\ | Required |
Date for Recipient 1 | \signdate1\ | Required |
Company for Recipient 1 | \company1\ | Required or Optional |
Checkbox for Recipient 1 | \checkbox1\ | Required or Optional |
Attachment for Recipient 1 | \attachment1\ | Required or Optional |
Time for Recipient 1 | \time1\ | Required |
Number for Recipient 1 | \number1\ | Required or Optional |
Text for Recipient 1 | \text1\ | Required or Optional |
TextArea for Recipient 1 | \textarea1\ | Required or Optional |
Custom Tag for Recipient 1 | \custom-tag1\ | Required or Optional |
Example:
\attachment1 {"label":"Demo","required":"true/false"}\ Label only for attachment,Number,Text,Textarea,CustomTag (Basic Tag)
Tags | Size | Label | Required | MaxLength | Format |
Signature | ✅ | ||||
Initial | ✅ | ✅ | |||
| Stamp | ✅ | ✅ | |||
| Date | ✅ | ||||
Company | ✅ | ✅ | |||
| Name | ✅ | ||||
| Checkbox | ✅ | ||||
| Attachment | ✅ | ||||
| Title | ✅ | ✅ | |||
| ✅ | |||||
| Sign Date | ✅ | ✅ | |||
| Number | ✅ | ✅ | ✅ | ||
| Text | ✅ | ✅ | ✅ | ✅ | |
| Text Area | ✅ | ✅ | ✅ | ✅ | |
| SignTime | ✅ | ✅ | ✅ | ||
| Custom Tag | ✅ | ✅ | ✅ | ✅ | |
| WriteBack | ✅ | ✅ | ✅ | ✅ |
Tags can be made more detailed by adding numbers from 1 to 5, representing different recipients. For example, the tag \signature2\ refers to the second person who needs to sign.
Example: \wb1{"apiName":"BillingCity","label":"City","required":"true","maxLength":”40”,"size":"large"}\
| Supported Tags | Property | Values | Example |
| Label syntax is supported for some basic tags & All Write-back tags | "label" | Any string | \tagName[index] {"label": "Sign"}\ \text1 {"label": "Demosign"}\ |
| Default value syntax is supported for some basic tags & All Write-back tags | "defaultValue" | Any string | \tagName[index] {"label": "test", "defaultValue": " Sign"}\ \text1 {"label": "text", "defaultValue": " Sign"}\ |
| MaxLength syntax is supported for some basic tags & All Write-back tags | "maxLength" | Number from 1 to 255 | \custom-tag1 {"label": "Phone Number", "maxLength": "10"}\ |
| Map the write-back tag to its corresponding Salesforce field | "apiName" | Any string | \wb1 {"apiName":"Parent.Name"}\ |
| Supported all basic and write-back tags | "required" | "true" | \signature1 {"required": "true"}\ |
| Supported Formats of signtime and signdate | "format" | Sign Date
Sign Time
| \signdate1 {"format": "DD-MMM-YYYY"}\ \time1 {"size":"medium","format": "hh:mm"}\ |
| Size syntax is supported for some basic tags & All Write-back tags | "size" | "small", "medium", "large", or "x-large","x-small" | \signature1 {"size": "large"}\ |
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article