Link Required Field to final signature in document
Wednesday, November 22, 2023 at 12:35pmWe are using a word document that has embedded tags. We have a required field that one of the signers has to fill out before signing, and this required field is at the end of the document
Right now, the signer needs to fill out this required field (highlighted in red in document) before they can sign earlier in the document.
Is there a way that I can update my document so that a signer can sign/initial and only be blocked on the last signature spot (highlighted in yellow) if the required field is not filled out (highlighted in blue)?
Reply to: Link Required Field to final signature in document
Wednesday, November 22, 2023 at 04:28pmHi Dan,
Yes, it's possible to specify which signature to link the field, and there's a "SignatureName" attribute you can add in the tags:
Signature: {{esl_signer1Sig1:Signer1:Signature}}
Text Field: {{*esl:Signer1:TextField:signature("signer1Sig1")}}
Note:
(1)The signature field name is "signer1Sig1"
(2)Attribute signature("signer1Sig1") link the field to the signature.
Duo