Can any body help me figure out how to pass multiple values for a check box form? I can do it with radio buttons, but not check boxes.
Try setting the variable name for the checkboxes as an array
name="checkboxes[]"
Methinks that's how I have done it 🙂 Then just read the values out of the array to do what you need to do with them.
Tim Frank