I need change all standart error message on my message in Zend_Element_Text
when i use validator(‘EmailAddress’) this validator trows several differnt message.
- Value is required and can’t be empty
- ” is no valid email address in the
basic format local-part@hostname
When i set options setErrorMessage(‘some my error text’)
it string shows on any error several times.
the error looks like
- some my error text
- some my error text
What the best way to solve this problem ?zf version 1.10.3
The following should cover all error messages for Zend_Validate_EmailAddress
Try using that and see if those error messages show. Hopefully you can customise those and get the correct validation messages showing.