Archive for March 1st, 2012

Thursday, March 1st, 2012

Passing Checkboxes With Forms

The default behaviour for checkbox fields in forms is that if the field is checked then its value gets passed with the form but if it isn’t checked then the field isn’t passed at all. Here’s how we can code our form so that a value always gets passed whether the field is checked or [...]