Quote:
Originally Posted by boomcar68
Did that like this $radioquestion3
$radioanswer3
$radioanswer3other
I can see the questions now with yes/no answer but still there is a error:
Do you have an AAOtracker Account, if yes write your AAOtracker name here
yes
6uy = Array['radioanswer6other'];
Where 6uy is my giving answer in explain block
|
In the plugin towards the bottom you will find a code like this
Code:
{
if ($normalanswer1 == '' OR $radioanswer1 == '' OR $radioanswer2 == '' OR $radioanswer3 == '' OR $answer1 == '' OR $answer2 == '' OR $answer3 == '' OR ($checkboxchoice1_1 AND $checkboxchoice1_2 AND $checkboxchoice1_3) OR $longanswer1 == '')
You need to make sure you added the "radioanswer6other" statements in there in the proper format.