|Jordan|
01-12-2012, 07:21 AM
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.
<select name="prefixid" id="prefixid" class="bginput">
<option value="">$vbphrase[no_prefix_meta]</option>
$prefix_options
</select>
Anyone know how i can accomplish this?
I've tried adding the thread prefix dropdown code as an additional custom question, but it doesnt display the dropdown.
<select name="prefixid" id="prefixid" class="bginput">
<option value="">$vbphrase[no_prefix_meta]</option>
$prefix_options
</select>
Anyone know how i can accomplish this?