I have a form that won't submit in IE.
The form submits in webkit and firefox. But not in Internet Explorer (tested in ie 7,8,9). In IE, it keeps returning a validation error that the user hasn't clicked the checkbox even when it has been checked.
Take a look here.
// UPDATE: Just to point out, I have tested it with the checkbox set as an unrequired field, and the form validates and submits just fine in IE. But again, when required, it breaks.
//UPDATE 2: Just saw there is another topic handling this problem.