Sámara Local Travel Tour Deals
<%# select( :pueblo, :pueblo_id , Pueblo.find(:all, :order => 'name ASC').collect {|p| [ p.name, p.id ] }, { :include_blank => true }, :class => "location_dropdown") %>
<%# select( :deal_category, :deal_category_id , DealCategory.find(:all, :order => 'name ASC').collect {|p| [ p.name, p.id ] }, { :include_blank => true }, :class => "category_dropdown") %>
<% form_tag :action => :create, :controller => :deals, :html => {:class => "new_deal"} do %>
First Line
<%= text_field_tag :deal_info_headline %>
Second Line
<%= text_field_tag :deal_info_subhead %>
<% end %>
Description
<%= text_area_tag :deal_info_description %>
Email Address
<%= text_field_tag :dealer_email %>
Confirm Email Address
<%= text_field_tag :email %>
Phone Number
<%= text_field_tag :phone %>
Location
<%# select( :pueblo, :pueblo_id , Pueblo.find(:all, :order => 'name ASC').collect {|p| [ p.name, p.id ] }, { :include_blank => true }, :class => "location_dropdown") %>
Category
<%# select( :deal_category, :deal_category_id , DealCategory.find(:all, :order => 'name ASC').collect {|p| [ p.name, p.id ] }, { :include_blank => true }, :class => "category_dropdown") %>