It is all a matter of setting the right decorators on both the subform and its elements. Matthew has an excellent article on decorators:

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

Bart

TheInternetTeam schreef:
Each of my Zend_Form_SubForms when rendered are being outputted like this:

<dt> </dt>
<dd>
<fieldset id="fieldset-formProps1">
<dl>
*stuff*
</dl>
</fieldset>
</dd>


I don't seem able to either remove the <dt></dt> or (preferably) to put some
text inside of it, i.e. a form heading.

Any advice appreciated.

Reply via email to