tag containing all the appropriate tags around the "; foreach($title as $value2 => $title2) { $selected = $value2 == $this->value ? " selected=\"selected\"" : ""; $options .= "$title2"; } $options .= ""; } else { // Fall back to the standard dropdown field $selected = $value == $this->value ? " selected=\"selected\"" : ""; $options .= "$title"; } } $id = $this->id(); return ""; } } ?>