How to inject value to radio box or check box using Rest api
Thursday, February 27, 2020 at 01:49pmI need to check radio or check box before signing . Is this possible in one span .
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
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
Thursday, February 27, 2020 at 02:05pmHi 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