I'm having a really interesting problem with JQuery generated form. The form has a couple of input arrays (name="a[]", name="b[]" and etc.). Everything generates just great! But when I submit the form my php script doesn't return the inputs as arrays but as a string.
I'm copying an existing code and placing it into a visible part. I tried to make the form static - copy/pasted the javascript generated form, saved it and it worked perfectly. Apparently there's something I'm missing and it's coming from JQuery.
My source code is posted here
The php script I'm posting this form doesn't do anything at all - just var_dump($_POST);