Archive: zend form

 

Posts Tagged ‘zend form’


After losing an afternoon trying to get my extended Zend Dojo Form class to give me HTML array notation, I have finally found a solution that works. To celebrate I've decided to share it should anyone else suffer a similar problem. Here is the method: PLAIN TEXT PHP: public function addSubFormEl($subFormName, $addElOptions){       [...]



 

Sometimes you don't want to display the error messages for a form. I have tried to find the proper solution to remove validtion error messages and haven't found what I would regard as the proper solution. However what does work for me is to loop through any elements that I want to remove the error [...]