Configure signatories within the template for versions 8.9 or lower
You can configure the template to auto-populate signatories when sending documents for eSignature, with the option to anchor the signature to a specified location in the generated document. This is available for both DocuSign and Adobe Sign.
note
With Contract Express 8.10 or higher, it is possible to use simplified markup to add eSignature configuration to your template. Please see the article eSignature field to learn more about it.
This article describes the more complex markup that can be used with older versions of Contract Express or if your templates already have been configured for eSignature and only need minor updates. The old-style markup can still be used in the newer Contract Express versions. Please note however that the same template cannot use both types of markup and the old markup will be ignored where the new eSignature fields are detected.
Auto-populate the signatories
It is possible to add a variable to a template that will gather signatory details from the questionnaire answers and push them to your eSignature provider when sending documents for signature.
Create a computable variable named
CE_ESignature_Signees
.
Add the following statement as the computation to the variable:
Within the computation tab of the variable, select
Save in session
.
Add the SigneeName variable to the template, if it has not already been added elsewhere.
Please note,
CE_ESignature_Signees
must be a list of lists where the inner list contains string pairs; the first string is the name of the signee; and the second string is the email of the signee. All signees will need to be added to this variable.
To support multiple signatory groups use the following computation in the variable: