Getting undefined index when submiting data to php
Hello!
I'm stuck for 2 days now on this situation:
I made 2 forms with AEM Designer - Forms and i am saving data that is being filled in them into a mysql database using php.
To submit data i am using the same php script for both of them and the same HTTP Submit button, yet, when i press the button, for one of the forms the data saves correctly and for the other one i am just getting the 'undefined index' message for all fields in it and var_dump($_POST) for it is empty...
The differece between the 2 forms is that the second one that is not saving, has few more fields in it, rest is the same.
Also the encoding for both forms is UTF-8.
What am i missing? is it there another property of the form that is should check?
Pls help!

