Hi,
I have a form with many fields grouped in sub-forms (groupX) and published in tabs. I kept adding fields and testing and after a while I my new fields, though they appeared to be working in the form would not be saved in the database.
I spent the afternoon trying to understand what made them different from other published earlier and nothing would jump at me.
I eventually tried to change the method from "GET" to "POST" and O miracle now they are saved in the database.
I thought I would share that here as I'm pretty sure I'm neither the first nor the last one to stumble upon that problem.
"POST" requests are not limited in length unlike "GET" requests and I guess that's the reason for this behavior.
Regards.
Xav.