I have a confluence intake form and I have a checkbox group with 10 selectable options. However, I want to limit the requestor to a maximum of 2 selections. Is there anyway to only allow 2 selections in a checkbox group (confiform)
Welcome to Atlassian community
You can set up a validation rule with ConfiForms
With condition set to something like
yourcheckboxgroupfieldname.asCount:>2
(change yourcheckboxgroupfieldname to the field name you have for your Checkbox group field)
And setting the "message to show" parameter on the mentioned macro to some value...
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.