Question
JavaScript for Form Checkboxes
I am looking to display some type of confirmation message or action when 2 or more checkboxes in a form have been checked. Each form will be different. For example.
Checkboxes names:
Checkbox1; Checkbox2; Checkbox3; Checkbox4.
I want to display message or initiate an action like going to a page when Checkbox1 AND 2 AND 3 are selected.
Thank You
