anwaykabir

Need to set size for User input textfield.

0 votes
Hello, We have integrated our salesforce application with onespan using APEX SDK for our signature use cases. During our signature request, we need user to input their tax number, for that we are passing following expression which works fine: {{*esl_TaxNumber:Signer1:textfield:value("")}} But, we want to send size property to this text field, we used the below expression which didnt work: {{*esl_TaxNumber:Signer1:textfield:value(""):Size(80,20)}} Thanks Anway Kabir

Approved Answer

Reply to: Need to set size for User input textfield.

1 votes
Hi Anway, When you want to set multiple attributes for a text tag, you'd use a comma to separate them like below:
{{*esl_TaxNumber:Signer1:textfield:value(""),size(80,20)}}
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