OneSpan Introduces DigipassONE, Bringing a Unified Platform Approach to Authentication Modernization
A new authentication platform helps financial institutions support diverse customer authentication preferences while modernizing at their own pace Learn More

Community User | Posts: 8831

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.


Duo Liang | Posts: 3778

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


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