From another question in Change HTML output of Zend_Form does anyone know how I can produce the following html output? (Wrap each dtdd sets with dl)
<form>
<fieldset>
<dl>
<dt>label etc</dt>
<dd>input etc</dd>
</dl>
<dl>
<dt>label etc</dt>
<dd>input etc</dd>
</dl>
</fieldset>
... etc
</form>
Here you are:
Output html: