Hi.
I have a form with 5 questions on it:
1) Monday's question
2) Tuesday's question
3) Wednesday's question
4) Thursday's question
5) Friday's question
and one submit button.
Members have one week to answer one particular question(Monday's question has to be answered by next Monday).They are not required to answer all 5 questions at the same time.The form is connected to a database.When they send in the answer to Monday's question,it goes into a table that has a field called Monday.
Now my question is:How can I prevent them from sending in the answer to the same question TWICE?
I have a form with 5 questions on it:
1) Monday's question
2) Tuesday's question
3) Wednesday's question
4) Thursday's question
5) Friday's question
and one submit button.
Members have one week to answer one particular question(Monday's question has to be answered by next Monday).They are not required to answer all 5 questions at the same time.The form is connected to a database.When they send in the answer to Monday's question,it goes into a table that has a field called Monday.
Now my question is:How can I prevent them from sending in the answer to the same question TWICE?
Comment