When we need to work with e-signature fields, these operators will help with your markdown.
Stamp date of signature when buyer signs e-signature document.
Example
{{buyerSignatureDate "date1"}}
<!-- Stamps current date on an e-signing document -->
Create an optional checkbox for the buyer.
Example
{{buyerCheckbox "nameOfField"}}
Create a required checkbox for the buyer to fill out before completing signature.
Example
Do you agree to the terms?
{{buyerRequiredCheckbox "terms-for-2021"}}
Create a required text field for the buyer to fill out before completing signature.
Example
{{buyerRequiredText "billing-address"}}