I tried the following and it does not work
With the 'selected' argument it works but with multiple it doesn't, any idea ?
<SELECT class="cf_inputbox validate-selection" id=select_6 size=4 name=select_6 >
<?php
foreach ($rows as $current) {
echo "<option value='$row' multiple >$current</option>";
}
?>
</select>
With the 'selected' argument it works but with multiple it doesn't, any idea ?
This topic is locked and no more replies can be posted.