Posts Tagged ‘form decorator

Zend_Form : How to remove decorator from hidden field.

This question come a lot in #ZFtalk channel on IRC.

The Default decorator apply the DtDdWrapper to all form element when they are created. But hidden field does’nt need decorator and the actual hidden element class does’nt care about that.
Continue reading “Zend_Form : How to remove decorator from hidden field.” »

Tags : , , , , , , , , , , , ,