Quote:
Originally Posted by camuca
Hi, this is a very good work.
How would I implement a drop down box that would show list of the forums and allow user to post the form to.
//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 = "5";
It will be something like $formforumid = Dropdown code that shows all the forums which are then converted to ids, I guess
Any suggestions how this can be implemented
|
I could use some help with this section of the form as well.