Tags functionality | Sign tags | Required or optional |
Signature of Recipient 1 | \signature1\ | Required |
Initial of Recipient 1 | \initial1\ | Required or Optional |
Stamp of Recipient 1 | \stamp1\ | Required or Optional |
Name of Recipient 1 | \names1\ | Required or Optional |
Title of Recipient 1 | \titles1\ | Required or Optional |
Email of Recipient 1 | \email1\ | Required |
Date of Recipient 1 | \date1\ | Required |
Company of Recipient 1 | \company1\ | Required or Optional |
Checkbox of Recipient 1 | \checkbox1\ | Required or Optional |
Attachment of Recipient 1 | \attachment1\ | Required or Optional |
SignTime of Recipient 1 | \time1\ | Required |
Number of Recipient 1 | \number1\ | Required or Optional |
Text of Recipient 1 | \text1\ | Required or Optional |
TextArea of Recipient 1 | \textarea1\ | Required or Optional |
Custom Tag of Recipient 1 | \custom-tag1\ | Required or Optional |
Example:
\attachment1 {"label":"Demo","required":"true/false","size":"small"}\ 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
| \signdate1 {"format": "DD-MMM-YYYY"}\ \time1 {"format": "HHMM (24 Hours System)"}\ |
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