Hallo,
http://framework.zend.com/manual/de/zend.form.advanced.html
darin:
<form>
<fieldset>
<legend>Versandadresse</legend>
<dl>
<dt><label for="shipping-recipient">Versand an:</label></dt>
<dd><input name="shipping[recipient]" id="shipping-recipient"
type="text" value="" /></dd>
<dt><label for="shipping-address">Adresse:</label></dt>
<dd><input name="shipping[address]" id="shipping-address"
type="text" value="" /></dd>
$_GET/POST["shipping"] ist dann ein assoziatives Array. Besser gehts nicht.
Gruß
jobo