has('families', ['familyid' => $_SESSION['familyid']])) { $campers = $database->select("people", 'personid', ['AND' => ['familyid' => $_SESSION['familyid'], 'camperid[!]' => null]]); $adults = $database->select("people", 'personid', ['AND' => ['familyid' => $_SESSION['familyid'], 'adultid[!]' => null]]); $youth = $database->select("people", 'personid', ['AND' => ['familyid' => $_SESSION['familyid'], 'youthid[!]' => null]]); } ?>

Day Camp Registration

Online registration is now closed.

Day Camp Registration

Campers

0) { foreach ($campers as $personid) { include __DIR__ . "/template_person.php"; } } ?>
Add Camper

Adult Volunteers

0) { foreach ($adults as $personid) { include __DIR__ . "/template_person.php"; } } ?>
Add Adult
Do not register as a volunteer if you are attending with your Tiger cub, instead enter your name as the camper's parent/guardian.
A $10 discount is applied for every day an adult volunteers.
Shirts and patches are free for adult volunteers. Shirts are $, or free for adults who volunteer at least days. Shirts are also free for volunteers who are not attending with Cub Scouts.

Youth Volunteers

0) { foreach ($youth as $personid) { include __DIR__ . "/template_person.php"; } } ?>
Add Youth
Shirts and patches are free for youth volunteers. Shirts are $, or free for youth who volunteer at least days.

Pay and Submit

Total: $0