Default value for textfield not working
Thursday, November 2, 2023 at 12:56amHi Team,
Trying to assign the default value for the text field as suggested in (https://community.onespan.com/documentation/onespan-sign/guides/feature-guides/developer/text-tag-extraction), but not working.
{{*esl_InstitutionName:" + ID + ":textfield:offset(0,-2):value("Test")}}
however, if i use (, Value()) it is working.
{{*esl_InstitutionName:" + ID + ":textfield:offset(0,-2),Value("Test")}}
Please advise if need to use :value or ,Value for textfield.
Reply to: Default value for textfield not working
Thursday, November 2, 2023 at 08:07amHi kamranwali,
Thanks for your post!
If your text tags contains multiple properties, separate them using comma:
{{esl_optionA:Signer1:Radio:Group("Frequency"),Value("X"),size(10,10),offset(40,-8)}}
Duo