I have a module in which a settings form is produced that has a layout like the following example:
BREED    GROUP    VARIETY
and the field names were set as $breed . '_' . $group . '_' . $variety, and the db is populated and the code expects that layout.

Now I need to change the form as so:
FIELDSET [GROUP]
    BREED    GROUP    VARIETY

and am wondering if there's a way to accomplish this without affecting the name the variable will be assigned (that is, I am assuming that #tree=true will result in a change to the variable storage).

Thanks!
Jeff

Reply via email to