form_multiselect([$name = ''[, $options = array()[, $selected = array()[, $extra = '']]]]) 
Parameters:
$name (string) – Field name 
$options (array) – An associative array of options to be listed 
$selected (array) – List of fields to mark with the selected attribute 
$extra (mixed) – Extra attributes to be added to the tag either as an array or a literal string  Returns:
An HTML dropdown multiselect field tag  Return type:
string  
Lets you create a standard multiselect field. The firs