jQuery If checkbox in foreach loop is checked, include checkboxes and input values within that loop
I am creating a php email form with a foreach loop which creates a checkbox with several other checkboxes and input fields within the foreach loop. The loop might repeat several times, creating several sets of checkboxes, however I only…