form_multiselect([$name = ''[, $options = array()[, $selected = array()[, $extra = '']]]])
Parameters: |
|
---|---|
Returns: |
An HTML dropdown multiselect field tag |
Return type: |
string |
Lets you create a standard multiselect field. The first parameter will contain the name of the field, the second parameter will contain an associative array of options, and the third parameter will contain the value or values you wish to be selected.
The parameter usage is identical to using form_dropdown()
above, except of course that the name of the field will need to use POST array syntax, e.g. foo[].
Please login to continue.