- Create a datafield to your template on docusign which would be populated with text and will link to specific URL.
- Open the tab properties
- Modify the properties as below.
Tool Tip: The value that we set in this field is the actual link where the hyperlink takes you to. To populate this field you need to send the url with "name" parameter.(if you are using JSON make sure that "name" is all in lower case, "
After that you must define below mentioned properties of datafield
- Mask : Text
- Allow all to edit : true(checked)
- Under formatting properties
- Required : true
- Locked : true
Now you are done with changes in docusign. Now you must send the data to populate your document. Below is a demo JSON object (may not be valid)
{"tablabel": "#HREF Link1", "value": "Click Here", "name" : "http://www.google.com"},
thanks
ReplyDelete