When using Zend_Form, is there a way to get rid of the default decorators
all together?

I read this article, but still do not understand how to change the html tags
used to generate the form.

http://devzone.zend.com/article/3450-Decorators-with-Zend_Form

I would like the following HTML format:

<form>
  <fieldset>
    <label></label>
    <input />
    ...
  </fieldset>
</form>

Basically get rid of the definition list completey.

Frankly, I have never understood why a definition list would be used to
layout a form, however this is really secondary to knowing how to remove it.

Thanks.

Reply via email to