Text Tag Syntax
Thursday, April 11, 2019 at 06:22amHello,
We have the below field in our pdf: {{esl:Signer1:textfield:size(200,50)}}
Can you please let us know how to make these fields required and how can I set the max field length for these fields.
Thanks!
Reply to: Text Tag Syntax
Thursday, April 11, 2019 at 09:01am{{*esl:Signer1:textfield:Size(200,50),Maxlen(50)}}
. Syntax of Text Tags should be: {{Xesl[_fieldName]:roleName:fieldType[:parameter1,parameter2,...]}} Where: 1. X has two options: ? or *, for signatures fields, it's related to optional signature, for other types of fields(including text fields), it means a required field validator. 2.If you have multiple parameters, after the last colon, separate them with comma like above example. And go check this documentation for more information! Duo