Required Checkbox Field is NOT Validating

dmullinax
Mega Guru

In our Service Portal, we have this checkbox I have circled.
screenshot_001.jpg

I want to make this checkbox required.

In the Variable setting, I have the "Selection Required" checked.screenshot_002.jpg

Despite checking this field, I am still able to submit this form without checking the checkbox I had circled.

What am I doing wrong?  Is there some official documentation on the checkbox field?

1 ACCEPTED SOLUTION

Najmuddin Mohd
Mega Sage

Hello @dmullinax ,

Another alternative would be to write on submit catalog client script and validate if the value is not checked.
If not return false and stop submitting.

If the above information helps you, Kindly mark it as Helpful and Accept the solution.
Regards,
Najmuddin.

View solution in original post

1 REPLY 1

Najmuddin Mohd
Mega Sage

Hello @dmullinax ,

Another alternative would be to write on submit catalog client script and validate if the value is not checked.
If not return false and stop submitting.

If the above information helps you, Kindly mark it as Helpful and Accept the solution.
Regards,
Najmuddin.