Error when adding text tag
Monday, June 22, 2020 at 06:02amHi,
When I add the following text tag, I receive a format error:
{{esl:Signer1:textfield:size(40,15):Maxlen(3)}}
According to https://community.onespan.com/documentation/onespan-sign/guides/feature-guides/developer/text-tags-extraction, this should be possible
Reply to: Error when adding text tag
Monday, June 22, 2020 at 12:02pmHi Patrice,
Thanks for making the post! When you have multiple attributes specified in text tags, try using comma to separate them, like below:
{{esl:Signer1:textfield:size(40,15),Maxlen(3)}}
A more complicated example could look like:
{{esl_checkbox1: Signer1:checkbox:offset(0,-15),size(275,25),Maxlen(40)}}
Duo