Posted: 04/11/2005 1:36:51 PM
Hi, looking for help for customizing my "suggest link" form. I would like to have one of the fields on the form to have a multiple select menu.
When a user suggest a link I would like to allow users to submit links to more than one category without having to fill out multiple forms. I edited the front-end template and added and enclosed the custom field inportal tags within a select tag.
<tr>
<td class="field-name"><inp:m_form_prompt _Form="l_addlink" _Field="product_category" _langtext="lu_prompt_productcat" _Template="misc/form_prompt.tpl" _ErrorTemplate="misc/form_prompt_error.tpl" /></td>
<td class="field-content-input">
<select name="products" size="12" multiple id="select1" tabindex="10" style="width:235px;">
<option selected>Select All That Apply...</option>
<option value="Learning Content Management Systems">Learning Content Management Systems</option>
<option value="Learning Management Systems">Learning Management Systems</option>
<option value="Other (Not Listed Here)">Other (Not Listed Here)</option>
</select>
</td>
</tr>
What do I need to edit on the back end to show mutiple selections? Is there any way to change the input type of "drop down field" to a multiple select in the administrative UI?
I tried searching this forum, but there aren't any examples and couldn't find anything useful under the faq. Thanks in advance.
[Edited By JHaag75 on 04/18/05 11:19:43 PM]