nareshishere

How to inject value to radio box or check box using Rest api

0 votes

I need to check radio or check box before signing . Is this possible in one span .

 

 

 


Reply to: How to inject value to radio box or check box using Rest api

0 votes

Hi there,

 

In short, you need to set the value as "X" or "x" or true ("X" is recommanded) for the field, take a radio button for example:
{ "id":"signer1_group1_radio1", "name":"signer1_group1_radio1", "type":"INPUT", "subtype":"RADIO", "page":0, "height":15, "width":15, "left":100, "top":100, "value":"X", "validation":{ "required":true, "enum":[ "group1" ] } }

 

For details, follow my blog: Creating a Radio Button Field

 

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