docusign / code-examples-php

Docusign PHP code examples and launcher
https://developers.docusign.com/
MIT License
47 stars 42 forks source link

Multiple signers in part-11 module with in single document #41

Closed iyyappanpwilco closed 2 years ago

iyyappanpwilco commented 3 years ago

How can we implement multiple signers with in same document using template id after enabling part-11 module

InbarGazit commented 3 years ago

Great question. I suggest you first try to do this from the web app, without PHP or API. Create a template that does what you need, using an account that has part-11 (do you have one already?) You can add the recipients, add their tabs (tags/signing elements) and make sure the template works exactly as you expect. Only then I would start thinking about coding and API etc. I can show you the examples that you can use once you have the template working as you wish.

InbarGazit commented 2 years ago

Part-11 requirements are not relevant to the code examples in here. You can compete this using either the eSignature API or the web app.