I have a big form that is spliced in 4 divs, each div represent a step , everything is enclose in just 1 form, my problem is the form is becoming too big, because has the ability to add new fields , (pictures, text, languages) dynamically ,
so i was wondering if is there any option to submit this form in parts , my server has the limit of 20 fields per post, and i can not change this setting
If the server limit bothers you you can Serialize the form in jSON and pass this as a single Parameter
like
than on server
Or if you need to use $_POST