I have a multiple choice field with 10 items as a checklist. Is there a quick way to only allow the form to be submitted when all 10 items are checked off?
Not natively, you can’t set a multi-choice field to being mandatory so all options have to be selected. I’d imagine this would be possible using JavaScript. I’m not a coder but others may be able to help.
I think the No-code way in Knack would be to have 10 different Yes/No fields all with the “Require Yes” setting turned on Field Types - Knack Knowledge Base. Of course this means a static set of options.
Otherwise it’s Javascript…
1 Like
Couldn’t you use validation rules. You may need to create 10 rules, but that might do the trick.