Quote:
Originally Posted by Abe1
The option is in the plugin.
|
Thanks, I looked through the php and found this part that has to do with where to post.
PHP Code:
////////////////////////////////////////////////////////////////////////////////////////////////////
//CHOOSE WHETHER YOU WANT FORM TO BE POSTED IN A NEW THREAD, NEW POLL, REPLY TO EXISITING THREAD, PMed OR EMAILED
///////////////////////////////////////////////////////////////////////////////////////////////////
//ENABLE FORM TO BE POSTED - 1 = yes, 0 = no
$formforum = "1";
//FORUM TO POST NEW THREAD IN
$formforumid = "2";
Now I got it to work posting into one forum, but im not sure how to actually set it up so its according to the option from the dropdown menu in the form. I tried a couple of different ways but it just ended up not posting anywhere at all and giving an error.