ref: master
app/views/custom_fields/_string.html.erb
<%= labelled_form_field field.name, text_field_tag(name, profile.custom_value(field.name), :size => 30) %>