I know I can remove the extra stuff from each element individually like so
$button ->removeDecorator('DtDdWrapper')
->removeDecorator('HtmlTag')
->removeDecorator('Label');
I was wondering if I can achieve the same for all my elements in a zend form?
And how does one remove the dl wrapping the form?
try this:
or