Company name: <%= f.text_field :title %>
Company Description: <%= f.text_field :notes %>

Information

Phone: <%= f.text_field :phone %>
Address: <%= f.text_field :address1 %>
Town: <%= f.text_field :town %>
State: <%= f.select :state_id, options_from_collection_for_select(State.all, "id", "name") %>
Zip-code: <%= f.text_field :zip_code %>
Fax: <%= f.text_field :fax %>
Email: <%= f.text_field :email %>
Facebook: <%= f.text_field :facebook %>
Twitter: <%= f.text_field :twitter %>
Website: <%= f.text_field :website %>
Products Sold: <%= f.text_area :products_sold %>

Proprietor Information

Owner Name: <%= f.text_field :name %>
Owner Description: <%= f.text_field :description2 %>