[eluser]tdktank59[/eluser]
[quote author="Mirage" date="1260614292"]I probably wouldn't use the form extension for this. In general I'm not a big fan of form generators.
So I'd build the form manually and use php array notation to avoid conflicts and then use the array extension to import the resulting sub-arrays in $_POST to the proper objects, followed by $user->save($info,$settings).
hth,
-m[/quote]
Thats what Ill probably end up doing.
I also dont mind the form generator since all of my forms are basically the same with small variations and I don't need anything fancy on them.
However the other option is I extend the form extension and add the functionality I need (multidimensional array support or something)