Hi all,
I have separate subforms, but also subforms inside subforms. I'm trying to get
this subform structure:
<form>
<div id="en">
<fieldset id="fieldset-base">
<!-- here some elements e.g. with name "base-name" -->
</fieldset>
<fieldset id="fieldset-advanced">
<!-- here some elements e.g. with name "advanced-name" -->
</fieldset>
</div>
<div id="nl">
<!-- here the same like "en" -->
</div>
</form>
<form> is a form, <div> is a subform and <fieldset> is a sub-subform.
Now inside <div id="en"> there is an input element base-name ánd inside <div
id="nl"> there is an input element base-name. Apparently elements are subform
aware, but not subform-inside-subform aware. I'd like to name them base-
name['en'], en-base-name or something.
Is it possible to extend the Zend_Form_Subform and add this behaviour?
Best regards, Jurian
--
Jurian Sluiman
Soflomo.com
signature.asc
Description: This is a digitally signed message part.
