I can get errors to be shown after the form element, but not directly after the form element’s label tag. Does anyone know how I can do this?? Thx in advance! Cheers.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I am pretty sure you can do this by altering the Decorator used to render the form elements.
Check here http://devzone.zend.com/article/3450
This article will guide you through creating alternate decorators for elements.
Also here is the Zend article on the standard decorators.
http://framework.zend.com/manual/en/zend.form.standardDecorators.html