I have a document that can be signed by (any) 2 out of 5 possible signers (signers A, B, C, D, E for example.) What i envision is a document with 2 signature blocks that once signer B signs the first block, the second block is only signable by one of signers A, C, D or E) Once that second signature is obtained (from A, C, D or E) the document should be completed.
How do I build this envelope?
I am actually building and creating envelopes using teh API and not interactively.
Note: we already have this working when we have 5 signers but only one is required to sign so we don’t need a solution for that.
atr