Quote:
Originally Posted by theoz1
Yea I tried that before and it didnt work, tried it again still didnt. This is what its suppose to be?
if ($normalanswer1 == '' OR $radioanswer1 == '' OR $radioanswer2 == '' OR $radioanswer3 == '' OR $answer1 == '' OR $answer2 == '' OR $answer3 == '' OR $answer4 == '' OR $answer5 == '' OR ($checkboxchoice1_1 AND $checkboxchoice1_2 AND $checkboxchoice1_3) OR $longanswer1 == '')
|
If you only have 5 questions then try getting ride of all the excess code in that statement and see if that helps. It would look like this:
Code:
if ($answer1 == '' OR $answer2 == '' OR $answer3 == '' OR $answer4 == '' OR $answer5 == '')
Also make sure that you template "form" is set up correctly in the right order because if that it not in the right order it could screw up you "formanswers" post.
What does you template "form" look like?