Quote:
Originally Posted by WNxWakko
Hi (waves) ya me again  I do have another question. How can I make the required fields not for all but only for certain questions?
|
Look in the plugin code not too far below the end of the variables setup.
Look for:
Code:
if ($answerall == "1")
A couple lines under that you will see the question variables listed in a format something like:
Code:
$answer1 == '' OR $answer2 == '' OR $answer3 == ..........etc.
Just remove the answers you do not want to be required and add in any custom ones that you do want answered.
Of course make sure you set that you want answers to be required in the upper part plugin.