Re: [fw-general] Re: Remove from default Zend Form decorators

2012-01-20 Thread Mike Wright
On 01/20/2012 12:55 PM, rhaag71 wrote: Thanks for the link, I think I will have to read that article. I have done all my forms, up 'til now, in a different way, basically just 'echo' the entire form in my view. I think I have this part working, but now my validation messages are not showing up. T

[fw-general] Re: Remove from default Zend Form decorators

2012-01-20 Thread rhaag71
Thanks for the link, I think I will have to read that article. I have done all my forms, up 'til now, in a different way, basically just 'echo' the entire form in my view. I think I have this part working, but now my validation messages are not showing up. Those may be a part of the decorations (?)

[fw-general] Re: Remove from default Zend Form decorators

2012-01-19 Thread Razorblade
Hello, I think should be a good idea read http://devzone.zend.com/1240/decorators-with-zend_form/ this article where form decorator are clearly explained. Anyway, to render just the element without any other html tag, using only the "ViewHelper" decorator should be fine, eg. $formElement->setD

[fw-general] Re: Remove from default Zend Form decorators

2012-01-19 Thread rhaag71
So...this is weird, I had removed the 'echo $form->elementName->renderLabel()' calls from my view script and was putting some regular 'ol html in place of the labels (for now), after reading your response I go back, un-comment the foreach loop at the top of my view script, add a new 'renderLabel()