• <%= f.collection_select :contact_type_id, ContactType.all, :id, :name, {:include_blank => 'Select One'}%> <%= f.text_field :area, :style => 'width: 24px', :maxlength => 3 %> <%= f.text_field :number, :style => 'width: 48px', :maxlength => 7 %>
    <%= f.hidden_field :_destroy %> <%= link_to_remove_fields "remove", f %>