you have 2 separate forms on the page.
one form contains the submit buttons, the other form contains the text fields.
since the text fields are in a different form, they are not included when the form that contains the submit buttons is submitted.
make sure the text fields and submit buttons are in the same form.