kamranwali

Default value for textfield not working

0 votes

Hi 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

0 votes

Hi 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

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