I have a form that it contains dynamically data, that means that the <input> elements have different numbers each time.
I use JQuery and I post it via ajax via form serialize.
How can I pass the form elements as an array so read an array at post?
Or there is other solution?
Dimis