FORM WITH DYNAMIC INPUT GENERATION
I have a form that uses php/mysql to create dynamically multiple input fields type=text, in fact, hundreds of them.
The regular use of the plugin requires each input field to have a unique name.
In my case input name is an array, example: cant[1][0].
I have made several tries but can´t get the correct way to handle my problem.
I would appreciate if somebody can suggest me how to code it.
Thanks a lot.