I am having a hell of a time getting Select Menu's to work properly with the Application. The following is a sampling from the template usml_staff_application:
Code:
<!-- START CHARACTER ARCHTYPE -->
<tr valign="top">
<td class="alt1" width="50%">
<strong>$vbphrase[usml_staffapp_chararchtype]</strong>
</td>
<td class="alt2">
<select name="chartype" value="$vbgpc[chartype]">
<option value="Select">(Select One)</option>
<option value="Option1">Option1</option>
<option value="Option2">Option2</option>
<option value="Option3">Option3</option>
</select>
</td>
</tr>
<!-- END CHARACTER ARCHTYPE -->
The "$vbgpc[chartype]" corresponds to the following located in the php source code:
PHP Code:
'chartype' => TYPE_NOHTML,
Any insight would be appreciated.
Thank you,