Hello, I was trying to validate a page and verified that a Zend Form element creates an invalid XHTML attribute "helper". Like helper="formText". How can I prevent it from rendering? Not that I unconditionally need my page to be valid but I'd like to.
I tried $myElement->setAttrib('helper', null); but it gives an error
when the Zend_Form_Decorator_ViewScript decorator is called.
Thank you,
Luiz Brandao
