If you've chosen to prefill signers you can also add an order of signing to the signers.
In window.SR_SETTINGS fill in the field "order".
prefilled_signers: [{
email:"{!Contact.Email}",
order:0,
level:'signature' //'signature, cc, approve or notify
},{
email:"example@example.com",
order:1,
level:'cc' //'signature, cc, approve or notify
}],
By default this is 0 for every signer, meaning that each signer will receive the SignRequest at the same time. If you add "1" to a signer, this signer will only receive the SignRequest after all signers with order "0" have signed the document and so forth with 2, 3 etc.
Comments
Article is closed for comments.