Quote:
Originally Posted by ZeepySea
I just installed this as I had the other and it screwed up on me.
I got just 2 small questions.
For some reason the {value=x} put in the drop down box shows when form is submitted. I need the value to just know what forum to post it to.
Also I can't get the redirect to work. I don't see an option to specify what page to redirect to. Being posted to a forum, I would of thought it would redirect to that thread by default.
If these where discussed I'm sorry, but 25 pages to look thru. I got to page 11
|
It's easier to use form hooks $qo[x] (x is the question #)
PHP Code:
if ($qo[4] == "Forum1")
{
$form[forumid] = 1;
}
elseif ($qo[4] == "Forum2")
{
$form[forumid] = 2;
}
----------------------------------------------------
Check 'Redirect user after form is submitted'
URL of webpage user is redirected to:
http://www.yoursite.com/forum/showthread.php?p=$newpost[postid]#post$newpost[postid]