
I hope to achieve this function. I write my signature in the signature panel, then click sumit. The signature positions of the two documents I preset above can be signed. Can this function be achieved?
I hope to achieve this function. I write my signature in the signature panel, then click sumit. The signature positions of the two documents I preset above can be signed. Can this function be achieved?
Hello Jing,
I believe the closest approach is to set some fields conditionally to a recipient such as Initials and Date Signed fields. You can check more details below:
https://developers.docusign.com/docs/esign-rest-api/how-to/request-signature-email-remote/
One example below, show a code where you have two signing fields, one initial field and one date signed tab attributed to the same recipient.
{
"emailSubject": "Please sign the document",
"documents": "
{
"documentBase64": "Base64EncodedDocument",
"name": "Sample Document",
"fileExtension": "pdf",
"documentId": "1"
}
],
"recipients": {
"signers": <
{
"email": "signer@example.com",
"name": "Signer Name",
"recipientId": "1",
"tabs": {
"signHereTabs":
{
"xPosition": "100",
"yPosition": "150",
"documentId": "1",
"pageNumber": "1"
},
{
"xPosition": "200",
"yPosition": "250",
"documentId": "1",
"pageNumber": "1"
}
],
"initialHereTabs":
{
"xPosition": "300",
"yPosition": "350",
"documentId": "1",
"pageNumber": "1"
}
],
"dateSignedTabs": o
{
"xPosition": "400",
"yPosition": "450",
"documentId": "1",
"pageNumber": "1"
}
]
}
}
]
},
"status": "sent"
}
But, signing in automated way, (signing multiple pages and fields with one or no interaction from the recipient will not be possible, as some digital certificates will even block this feature).
Thanks,
Hi
I hope you are doing well.
I would like to confirm if the suggested solution answers your question?
If so, please mark it as the best answer by clicking “Select as Best” to make it easier for other users to find. Otherwise, feel free to let me know and I will gladly help you address the situation as soon as possible.
Best regards,
Alejandro R. | Docusign Community Moderator
"Select as Best" below if you find the answer a valid solution to your issue!
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.