Quote:
Originally Posted by bananalive
If you make question 4 non-compulsory and then add the following to Form Hook: Before Submit
PHP Code:
if ($qo['3']==$vbphrase['no'] && !$qo['4'])
{
$incompleteqs[] = $qn['4'];
$complete = false;
}
|
Thanks for the help bananalive. I pasted this code in and ensured the question numbers matched but it is allowing me to submit the form even though the answer to q#3 is no. What question type should I be using? I have tried several different.