|
2 |
improve tags
|
||
|
1 |
|
||
Custom Zend Error message for checkboxesI have a form in a Zend-based site which has a required "Terms and Conditions" checkbox. I have set a custom message which says "you must agree with terms and conditions". however, because the checkbox is "presence='required'", it returns Field 'terms' is required by rule 'terms', but the field is missing which is this constant defined in the Zend framework:
I could edit this constant, but this would change the error reporting for all required checkboxes. How can I affect the error reporting for this specific case?
|
||||
