Reputation: 1
I am using DocuSign REST API to create an envelope along with the signers. Looking at the API you can provide the signers name and email so when the signer receives this document to sign and goes into DocuSign to sign the document the 'name' 'placeholder' is already filled in with the name that was provided in the Signer block. Is there any way to add other 'placeholder' values about the signer, like 'title' so when they go to sign those 'placeholders' are already filled in (user could update the value if they choose)?
https://developers.docusign.com/esign-rest-api/reference/Envelopes/Envelopes/create#signer
Thank you.
Upvotes: 0
Views: 1202
Reputation: 6818
You need to use TextTabs to prepopulate field with any value and if you are not marked that field as ReadOnly then Signer will have option to update that value. You cannot prepopulate value using TitleTabs, so it is better to user TextTab with tabLabel as Title and then prepopulate value in this TextTab.
Upvotes: 1