CheckBox Validation
Tuesday, July 30, 2019 at 02:41pmI'm getting some unexpected behavior with checkbox validation. Is there something I can do to get the expected results?
- Using the .NET SDK, add a checkbox, associate it with a signature and make it required
- Send the package.
- Signer attempts to sign the signature block associated the checkbox
- Result: signer gets an error message that the box must be checked. Good.
- Signer checks the box, then attempts to sign again
- Result: allows the signer to sign. Good.
- When prompted to submit, click Cancel. The signer wants to look over the doc again.
- Tries to uncheck the box.
- Result. Box becomes unchecked. I was expecting it to be locked so the signer cannot uncheck it.
- Click the Submit button
- Result: allows you to submit. I was expecting it to not allow submission, because the box is now unchecked and it is required to be checked.
- View the document.
- Result: document contains an X indicating that it was checked. I was expecting it to be unchecked, and I bet the signer would expect it to be unchecked too.
If I try a similar repro with a textbox it also lets me change the value of the textbox after I sign the associated signature, but it remembers the new value that I entered after I signed and before I submitted, so the behavior is not consistent.
Reply to: CheckBox Validation
Wednesday, July 31, 2019 at 08:06amReply to: CheckBox Validation
Wednesday, July 31, 2019 at 10:20amReply to: CheckBox Validation
Wednesday, July 31, 2019 at 10:31amReply to: CheckBox Validation
Friday, August 2, 2019 at 05:12amReply to: CheckBox Validation
Friday, August 2, 2019 at 11:51amReply to: CheckBox Validation
Tuesday, August 13, 2019 at 05:08amReply to: CheckBox Validation
Tuesday, August 13, 2019 at 06:28amReply to: CheckBox Validation
Wednesday, August 14, 2019 at 05:26am