ref: master
app/views/custom_fields/_text.html.erb
<%= labelled_form_field field.name, text_area_tag(name,profile.custom_value(field.name), :rows => 5, :cols => 40)%>