Is there an easy way to disable Zend_Form errors?

samanthaowl

New Member
I am using Zend Framework. For a particular form, there is not enough space to show the errors next to the form elements. Instead, I want to be able to display the errors above the form. I imagine I can accomplish this by passing \[code\]$form->getErrorMessages()\[/code\] to the view but how do I disable error messages from being shown be each element?
 
Back
Top