If I have a form with 5 checkboxes. They can all have the same label or different labels. For every checkbox that is checked, when the form is submitted the next page should display the total number of checkboxes checked.
in other words if the user checks 3 boxes i need the next page to display: your score is 3.
in other words if the user checks 3 boxes i need the next page to display: your score is 3.