Quote:
Originally Posted by Stryker412
This is how my formanswers looks:
Code:
$formtitle
$bbuserinfo[username]
$question1
$answer1
$question2
$answer2
$question3
$answer3
$question4
$answer4
$dropdownquestion1
$dropdownanswer1
$dropdownquestion2
$dropdownanswer2
$dropdownquestion3
$dropdownanswer3
$dropdownquestion4
$dropdownanswer4
-----------------------------------------------------
$longquestion1
$longanswer1
------------------------------------------------------
|
ok I think I found the issue. I forgot to edit the one section of the hack.
Code:
if ($answerall == "1")
{
if ($answer1 == '' OR $answer2 == '' OR $answer3 == '' OR $answer4 == '' OR $dropdownanswer1 == '' OR $dropdownanswer2 == '' OR $dropdownanswer3 == '' OR $dropdownanswer4 OR $longanswer1 == '')
I edited the line but am still getting the error that I have to answer all questions.