WordCamp Europe 2023 Special Offer - Get 30% OFF any edition with coupon: WC30

My Account

Forums

Home Forums General Checkboxes set required where user just needs to check at least one Reply To: Checkboxes set required where user just needs to check at least one

#98657
sindas
Participant

I would approach this using conditional logic. Disable/hide the submit button unless at least one checkbox is checked. The basic logic would be something like this:

IF
Checkbox: Any Row Checked
THEN
Submit Button: Show
ELSE
Submit Button: Hide