Enter specifics about your campaign.

<%= form_for campaign, url: campaign_path, turboboost: :true, validate: true do |f| %>
<% if campaign.event? %>
<%= image_tag("event_icon.png") %>Event Campaign

EVENT LENGTH

<% else %>
<%= image_tag("social_media_icon.png") %>Social Media Campaign

CAMPAIGN LENGTH

<% end %>
<%= f.label "Indicate the start date and the date you'd like to finish campaign by", class: 'volite fs10' %>

<%= f.text_field :event_length, class: "daterange" %>

<%= f.hidden_field :step, value: "length" %>
<%= f.submit "BACK", class: "btn back-btn", name: "back_btn" %> <%= f.submit "SAVE AND CONTINUE", class: "btn btn-success" %>
<% end %>