Is this possible to do with display groups in Zend Framework? other ideas on how to do this?
<form>
<fieldset>
<legend>DisplayGroupOuter</legend>
<label for="outer">Outer</label>
<input type="text" name="outer" id="outer"/>
<fieldset>
<legend>DisplayGroupInner</legend>
<label for="inner">Inner</label>
<input type="text" name="inner" id="Inner"/>
</fieldset>
</fieldset>
</form>