The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Easy Form - Choose Prefix
I'm using Easy Form (vb 3.8 version) and i want users to be able to choose a thread prefix when they fill out a form. As it is now, forms can only be locked to a specific thread prefix (users cant choose).
I've tried adding the thread prefix dropdown code as an additional custom question, but it doesnt display the dropdown. Code:
<select name="prefixid" id="prefixid" class="bginput"> <option value="">$vbphrase[no_prefix_meta]</option> $prefix_options </select> |
#2
|
|||
|
|||
It doesn't display anything at all? Do you know if $vbphrase[no_prefix_meta] and $prefix_options are actually set to anything?
|
#3
|
|||
|
|||
This code should display the dropdown of available prefixes, although for me it doesn't seem to register whatever choice is made...
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|