The following annotations can be added to Nextian CPQ quote PDF templates to control the placement of DocuSign signature fields (see this section on working with DocuSign for more details):
Annotation | Description |
---|---|
DocuSignFullName | Full name of the signatory (defaults to the company name). |
DocuSignSignature | Placement of the digital signature field. |
DocuSignTitle | Title of the signatory (e.g., CEO). |
DocuSignDate | Location where DocuSign will place the signature date. |
Important | If the annotations are not present, the recipient can choose where to place the signature. |
A sample markup for a Nextian CPQ quote template with a DocuSign signature is provided below:
<table style="margin-top: 20px; font-family: Arial, sans-serif ;"> <tr> <td> </td> </tr> <tr> <td>Signature</td> <td style="width: 300px;"> <hr style="margin-bottom: -20px; color: white;"> <span style='color:white;'>DocuSignSignature</span> </hr> </td> </tr> <tr> <td> </td> </tr> <tr> <td>Name</td> <td> <hr style="margin-bottom: -20px; color: white;"> <span style='color:white;'>DocuSignFullName</span> </hr> </td> </tr> <tr> <td> </td> </tr> <tr> <td>Title</td> <td> <hr style="margin-bottom: -20px; color: white;"> <span style='color:white;'>DocuSignTitle</span> </hr> </td> </tr> <tr> <td> </td> </tr> <tr> <td>Date</td> <td> <hr style="margin-bottom: -20px; color: white;"> <span style='color:white;'>DocuSignDate</span> </hr> </td> </tr> </table>