Change to Radio Buttons?
Thursday, August 29, 2019 at 11:40amGuys,
Was there a change to how radio buttons are being sent? For some reason I am seeing an issue where it appears all of my radio buttons are being sent as the same group and when I try to pull the package information from the GET API call, they are not in the package. Everything else as far as signatures, labels, inputs, etc are working.
Here is a snippet of what I am sending for the RADIO button.
{
"id": "Standard-Borrower_borrower_1_Radio1",
"name": "Standard-Borrower_borrower_1_Radio1",
"binding": null,
"page": 0,
"top": 222.20000000000016,
"subtype": "RADIO",
"height": 15.510000000000002,
"left": 96.0,
"width": 14.4599609375,
"type": "INPUT",
"value": null,
"validation": {
"required": true,
"maxLength": null,
"errorCode": null,
"minLength": null,
"errorMessage": null,
"pattern": null,
"eNum": [
"Standard-Borrower_borrower_1_1"
]
}
}
UPDATE:
After doing some extensive testing, I've found the following results.
1. If this is a new package and this is sent via the create transaction POST API call the documents with radio buttons work as intended.
2. If this is not a new package and document is added via the POST /packages/{packageID}/documents API call they do not work properly. It appears that they are all grouped together which causes an error on our documents.
Reply to: Change to Radio Buttons?
Friday, August 30, 2019 at 04:21amReply to: Change to Radio Buttons?
Thursday, August 29, 2019 at 12:16pmReply to: Change to Radio Buttons?
Thursday, August 29, 2019 at 12:32pmReply to: Change to Radio Buttons?
Thursday, August 29, 2019 at 12:39pmReply to: Change to Radio Buttons?
Thursday, August 29, 2019 at 12:42pmReply to: Change to Radio Buttons?
Thursday, August 29, 2019 at 01:00pmReply to: Change to Radio Buttons?
Friday, August 30, 2019 at 03:18amReply to: Change to Radio Buttons?
Friday, August 30, 2019 at 05:52am