neelsp

radio button group

0 votes
Hi, We've a form that has multiple radio button groups and we would like to overlay the eSL radio buttons on it. Does eSL allow multiple radio button groups? e.g. a radio button group for Gender ( Male or Female), Employee Status (employee or contractor) etc.

Reply to: radio button group

0 votes
Hi Neel, Yes indeed you can have multiple radio button groups. All you need to do is assign the proper name to each radio button.
Haris Haidary OneSpan Technical Consultant

Reply to: radio button group

0 votes
Thanks Haris for your response...but how do I group them? I added 4 radio buttons and gave the name 'Gender' to the first 2 buttons and gave the name 'EmployeeType' to the other two. But at the time of signing, it treats all of those as one ... i.e I can only click into 1 out of 4

Reply to: radio button group

0 votes
Make sure you are assigning a group name and not a field name. For example, in REST, here's where you define the group name:
{
  "validation": {
    "required": false,
    "maxLength": null,
    "enum": [
      "your_group_name_here"
    ],
    "minLength": null
  },
  "id": "Dn9UEno7xEEH",
  "page": 1,
  "subtype": "RADIO",
  "height": 17,
  "width": 17,
  "left": 389,
  "top": 503,
  "type": "INPUT",
  "name": ""
}
Haris Haidary OneSpan Technical Consultant

Reply to: radio button group

0 votes
Thank you Harris. btw, is there a feature request already to also allow a date field in addition to the other field types. Presently, it only has signing date but many forms have dates other than the signing date pl. let me know

Reply to: radio button group

0 votes
There is a date picker field you can add. If you don't see it in your designer, contact support to have it enabled on your account.
Haris Haidary OneSpan Technical Consultant

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