Writing array from dynamically generated Select boxes to database.

2014-06-24 Thread Christopher Wilson
I don't quite know what this is called, so I'm having trouble finding a working example. This is what I want: 1. A select/pulldown menu that pulls data from the database. 2. An add button that creates a new menu that is a clone of the original 3. For this to write to the database.

Array Format for Multiple Inserts

2014-06-24 Thread Christopher Wilson
I have a series of Form elements(select) that I create dynamically w/ JS, and I have JS that will change the name so that they will create an array. I can create either *Module.column_id.0* or *Module.0.column_id* and increment the number, but I can't get the multiple elements to write to the