The problem with multiple checkboxes
Multiple field values, specificially multiple check boxes, work differently with GET and POST HTML form submissions. This post explains how, and what to do to get multiple checkboxes to work using the POST method and (spoiler) arrays....