ref: master
app/views/custom_fields/_list.html.erb
<%= label_tag field.name, nil, class: 'formlabel'%> <%= select_tag name, options_for_select(field.extras.map{|v| [v,v]}, profile.custom_value(field.name)), {:prompt => _('[Select ...]') } %>