- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-14-2025 12:34 PM
In our Service Portal, we have this checkbox I have circled.
I want to make this checkbox required.
In the Variable setting, I have the "Selection Required" checked.
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?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2025 09:58 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2025 09:58 AM
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.