Hi all,

I'm up against something that has me stumped (not too hard to do ;)

In html it is possible to name form elements with array names. For example, if I wanted a collection of an arbitrary number of elements such as "favorite colors" I could create elements like:

    <input name='colors[]' />

and the submitted form would contain an array of colors.

I looked at Zend_Form_Elements_Multi and descendants but that seems geared to radio/checkbox/select elements.

Anybody else had to deal with this? Sure would appreciate ideas or examples. If it were definable within a .ini type config file that would be the best of all possible worlds.

Thanks in advance,
Mike Wright

Reply via email to