Quote:
Originally Posted by Stryker412
You have a typo.
Code:
if ($answerall == "1")
{
if ($normalanswer1 == '' OR $normalanswer2 == '' OR $normalanswer3 == '' OR $normalanswer4 == '' OR $normalanswer5 == '' OR $normalanswer6 == '' OR $normalanswer7 == '' OR $normalanswer8 == '' OR $normalanswer9 =='' OR $checkboxcanswer1_1 =='' OR $longanswer2 =='' OR $dropdownanswer1 =='' OR $dropdownanswers2 =='' OR $dropdownanswers3 =='' OR $dropdownanswers4 =='' OR $dropdownanswers5 =='')
{
|
Even after fixing that, the problem still persists
Quote:
Originally Posted by ccplim
I have not tried on the answer all questions portion but this post might provide some clues for you.
|
What's the difference between that and what's already there? It seems the same to me
Maybe the dropdown box is the problem?
EDIT: As I supected, it was adding the drop down box to that line that caused the problem. So know all that's left is the order problem.
EDIT2: Actually, now it just gets stuck on the thank you screen.