I personally use this method a lot in my code, and recently found a great blog post from David Caylor about how to utilize SubForms to achieve this.
http://davidcaylor.com/php/building-table-based-forms-in-zend_form He also is talking about the use of tables for form layout, but I found the creation of the elements to be exactly the point I was looking for. Regards, Jay M. Keith On Sun, Apr 19, 2009 at 4:13 PM, <[email protected]> wrote: > Hi all, > > My apologies if you receive this message multiple times. But my messages > don't seem to reach the list anymore. Hopefully through this route it will. > > My question is this: Is there any way to create a multidimensional > MultiCheckbox which result in something like this: > <input type="checkbox" name="media['image'][0]"> > <input type="checkbox" name="media['image'][1]"> > <input type="checkbox" name="media['video'][0]"> > <input type="checkbox" name="media['video'][1]"> > > etc...? > > > Thank you in advance. > > ________________________________ > Haal meer uit je Hotmail met Internet Explorer 8. Download nu
