HanyuChen

Text Tag Syntax

0 votes
Hello, 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

1 votes
Hey Hanyu, Kindly try this script: {{*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

Duo Liang OneSpan Evangelism and Partner Integrations Developer


Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off