I'm totally lost in the zend forms decorators. Hopefully someone can help
me...
I want to create a form view like this
<form>
<fieldset>
<legend>main</legend>
<table>
<tr><td>label 1</td><td>field 1</td>
<tr><td>label 2</td><td>field 2</td>
...
</table>
</fieldset>
<fieldset>
<legend>bla bla</legend>
<table>...
</form>
I'm working with DisplayGroups. So each fieldset is a displaygroup. But I'm
not getting it right. :confused:
-----
visit my website at http://www.phpscriptor.com/ http://www.phpscriptor.com/
--
View this message in context:
http://www.nabble.com/zend-form-decorators-tp21054571p21054571.html
Sent from the Zend Framework mailing list archive at Nabble.com.