I have created 5 checkbox , how to validate atleast one has been checked .
April 1Created
April 1Last Updated
4 years agoLast Reply
3Replies
120Views
2Users
0Likes
0Links
Duo_Liang | Posts: 3776
Reply to: how to check whether any one checkbox is signed
Wednesday, April 1, 2020 at 05:58pm
0
votes
Hi nareshishere,
You can definitely retrieve the field value after signing, by API/SDK, using the field summary API.
However, if you are looking for a validation during signing:
(1)it's not possible using the newly introduced "Conditional Field", because there's a limitation for conditions that there can't include a loop (if checkbox A selected, mark checkbox B C D E as optional, if checkbox B selected, mark checkbox A C D E as optional, so on so forth)
(2)you can fill in an Enhancement Request asking for required/optional validation across multiple fields in an approval, for example, the approval can only be signed when checkboxA.required || checkboxB.required || checkboxC.required.
Reply to: how to check whether any one checkbox is signed
Sunday, April 5, 2020 at 02:21pm
0
votes
Can you please elaborate how to do this . I have to validate during signing .
you can fill in an Enhancement Request asking for required/optional validation across multiple fields in an approval, for example, the approval can only be signed when checkboxA.required || checkboxB.required || checkboxC.required.
Reply to: how to check whether any one checkbox is signed
Wednesday, April 1, 2020 at 05:58pmHi nareshishere,
You can definitely retrieve the field value after signing, by API/SDK, using the field summary API.
However, if you are looking for a validation during signing:
(1)it's not possible using the newly introduced "Conditional Field", because there's a limitation for conditions that there can't include a loop (if checkbox A selected, mark checkbox B C D E as optional, if checkbox B selected, mark checkbox A C D E as optional, so on so forth)
(2)you can fill in an Enhancement Request asking for required/optional validation across multiple fields in an approval, for example, the approval can only be signed when checkboxA.required || checkboxB.required || checkboxC.required.
Duo
Reply to: how to check whether any one checkbox is signed
Sunday, April 5, 2020 at 02:21pmCan you please elaborate how to do this . I have to validate during signing .
you can fill in an Enhancement Request asking for required/optional validation across multiple fields in an approval, for example, the approval can only be signed when checkboxA.required || checkboxB.required || checkboxC.required.
do you have any samples for doing the above one .
Reply to: how to check whether any one checkbox is signed
Sunday, April 5, 2020 at 08:24pmHi nareshishere,
It's just a way that I suggested how this can be implemented within OneSpan Sign. If you agreed, we can create an Enhancement Request on it.
As I stated, "Validate at least one out of five checkboxes that have been signed" is not yet supported in the system.
Duo