I took a look at the code on the Sugar forms and got it working with this:
PHP Code:
<select id="multiselect_name[]" name="multiselect_name[]" multiple="true" size="6" style="width: 265px;" title="" tabindex="1">
<option label="Drop Down Description #1" value="drop_down_value#1" selected="selected">Web Page Text</option>
<option label="Drop Down Description #2" value="drop_down_value#2" selected="selected">Web Page Text</option>
<option label="Drop Down Description #3" value="drop_down_value#3" selected="selected">Web Page Text</option>
<option label="Drop Down Description #4" value="drop_down_value#4" selected="selected">Web Page Text</option>
</select>
Bookmarks