Question
Checkbox "required" attribute not working
Pretty simple, you'd think. I've got a cfinput tag using the
checkbox type, a name, required="YES" and a message to display.
When the checkbox is not checked, the form submits a message saying
it must be checked to continue. Well this happens regardless of if
the checkbox is checked or not, the user can't continue to the next
step of the form. What gives? Works fine on my development box but
not on the server. Using Coldfusion 8. Any ideas?
