||If you wish to have the Signature Block appear in the document in a fixed position then you must include SignatureBlock tag with anchor string defined and then, in the document itself, have a text string that matches the anchor string.
* If the anchor string is "Please sign", DocuSign will find "Please sign" in your HTML and place the Signature block below it. Signees will see a signature block to click on and sign.
* If you have 2 signees, then the 2nd signee's signature block will be placed 1 inch below the 1st signee's signature block.Usage: "Please sign1", "Please sign2" (examples in Generating Fillable PDF Forms for E-Signatures: DocuSign_Dynamic_Guide.docx)
* If anchor string text is not found in the document, or if you do not include the SignatureBlock tag in your HTML, signees will have the option to place their signature anywhere in the document.
<pre><!--DateBlock Date of Birth: --></pre>
||Here the anchor string is "Date of Birth: "
DocuSign will find "Date of Birth: " in your HTML and requires the user to enter a date in the format of MM/DD/YYYY. (examples in Generating Fillable PDF Forms for E-Signatures: DocuSign_Dynamic_Guide.docx)
|-
||Date Signed
<pre><!--DateSigned Signed On: --></pre>
||Here the anchor string is "Signed On: "
DocuSign will find "Signed On: " in your HTML and place the Date of the signature beside it. (examples in Generating Fillable PDF Forms for E-Signatures: DocuSign_Dynamic_Guide.docx)
|-
||Set the location of the Initials Block
<pre><!--InitialsBlock Your Initials:--></pre>
||Here the anchor string is "Your Initials: "
DocuSign will find "Your Initials: " in your HTML and place the Initials Block below it. If the specified AnchorString is not found in the document, or if you do not include this tag in your HTML, signees will have the option to place their initials anywhere in the document. (examples in Generating Fillable PDF Forms for E-Signatures: DocuSign_Dynamic_Guide.docx)
||
|-