Quote:
Originally Posted by Sawa Dee SohL
Slight change of mind...
I'm having an issue finding where to add more options for the Drop down box, the only coding I see for it is:
HTML 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 == '')
can you tell me how to make the Radio icon (the one that is clicked) - will direct to the correct forum?
Radio Button 1 = Forum 1 Radio Button 2 = Forum 2 ect..
|
Is this the section you are looking for?
PHP Code:
//FORUM TO POST NEW THREAD IN
//You CAN make this number a variable. You can have a drop down menu or in the link like do=form&f=1. Make sure you add it the variables list.
$formforumid = "71";