Solved! Go to Solution.
Hi Nate,
Rather than using multiple boolean fields, each set up as a single checkbox, just use a single string field, but tell it to have a field type of "checkboxes" in the form editor. Then you can give it multiple values, and a different checkbox will appear for each value. Then you can make the field required.
If your business needs require each value to be a separate boolean field, then I don't know of a way to accomplish this without custom javascript.
-Grant
Hi Nate,
Rather than using multiple boolean fields, each set up as a single checkbox, just use a single string field, but tell it to have a field type of "checkboxes" in the form editor. Then you can give it multiple values, and a different checkbox will appear for each value. Then you can make the field required.
If your business needs require each value to be a separate boolean field, then I don't know of a way to accomplish this without custom javascript.
-Grant