I have a document, where the bulk of information may be filled out by one person, then a secondary person may be the first signer, and a third person may be second signer, or they may all be the same person. I may not know which is the case before sending the envelope. I may not know who the second two signers are before sending. What is the best way to handle a situation like this?
I am using the Docusign API to put together the envelope. I can ask the sender for limited details before they send.
My initial thought was to send the same document to the same person 3 times, the second two times with them being an agent, having the ability to forward the document onto themselves or another person, depending what is needed. This seems very convoluted, and not a great signing experience however, especially if it ends up being the same person filling out all three sections (in that case they would get 5 different emails to fill out one document).
There must be a better way to handle such a situation? Any other suggestions highly appreciated.