We have a really simple form with two options: send a user to page A or page B.
If a user chooses checkboxes 1, 3, and 5 then they get page A.
Any other combination selections triggers page B (even if they click 1/3/5, they’d still get page B if they also selected 2 or 4).
I think something like the solution from this discussion will work, but I think what I’m trying to do is much simpler because there’s only two possible actions.
Thanks! I can read this a little and I think it’s just verifying that any 3 have been selected? It needs to be specific ones that are checked. Unless “#checkboxGroup1” is something that defines what 3 options need to be checked?
@jonatandor35 Thanks! It turns out I needed to do something a little more complete (like the options weren’t that simple). But your explanations were really helpful!