f.input(:value, :as => :select, :label => label,
        :collection => values, :wrapper_html => { :class => "study-field" }) +
      content_tag(:li, f.text_field(:value, :size => 20),
        :class => "study-field-other")