The following annotations can be added to quote PDF templates to determine DocuSign signature fields placements (see this section on working with DocuSign).
Annotation | Meaning |
---|---|
DocuSignFullName | Full name of the signatory (by default this company name). |
DocuSignSignature | Digital signature placement. |
DocuSignTitle | Signatory title (e.g., CEO). |
DocuSignFullName | Output where DocuSign will place signature date. |
Important | If the annotations are not present, the recipient can choose where to place the signature. |
A sample signature section 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>