I am building a questionnaire system that allows a user to create a custom questionnaire offline and have that questionnaire automatically generated online ready for the customer to fill in and submit. The issue that I am having is that when I submit the form, any answers that have been left blank by the customer are not posted.
What I want is to be inserting X number of rows into the DB for each questionniare regardless of how many of the X questions are actually answered.
I could obviously get around this by writing a little php but I was wondering if I am missing a really simple way of doing this.
Thanks for the help, much appreciated.
What I want is to be inserting X number of rows into the DB for each questionniare regardless of how many of the X questions are actually answered.
I could obviously get around this by writing a little php but I was wondering if I am missing a really simple way of doing this.
Thanks for the help, much appreciated.