Quote:
Originally Posted by bananalive
php variables not parsed for security in form titles
Instead specify the title in the Form Hook
Form Hook: Before Submit
PHP Code:
$threadtitle = "Text before " . $vbulletin->session->vars['customcolumnname'] . " and text after";
|
This works great. Thanks!
Now, life would be complete if I could figure out how to add an attachment to a submitted email form. :-D
Bobbo