Quote:
Originally Posted by Mimirswell
Form Hook: Before Submit:
PHP Code:
if ($qo[737] == "1")
{
$form[forumid] = 14;
}
elseif ($qo[737] == "2")
{
$form[forumid] = 23;
}
elseif ($qo[737] == "3")
{
$form[forumid] = 31;
}
elseif ($qo[737] == "4")
{
$form[forumid] = 39;
}
This hook no longer works after the migration to 4.0. The forumid is still the same.
|
Check that the question hash of the forumid question is 737