How can I make a checkbox required?
This is what I have now in the Validation rule, but it is not working:
Attached is the screen shot of my checkbox fields.
If I delete the value, then I can't submit the form and it always shows a error message.
This is what I have now in the Validation rule, but it is not working:
required: Please accept Terms and Conditions before you can proceed.
Attached is the screen shot of my checkbox fields.
If I delete the value, then I can't submit the form and it always shows a error message.
Hi omidhz,
For a "single" checkbox you need to use this rule:
For multiple:
Best regards,
Max
For a "single" checkbox you need to use this rule:
checked: Please accept Terms and Conditions before you can proceed.
For multiple:
minChecked[1]: Please select at least one
Best regards,
Max
This topic is locked and no more replies can be posted.