%= bootstrap_form_for(@schedule, url: url, method: method, layout: :horizontal, label_col: 'col-xs-3', control_col: 'col-xs-8') do |f| %> <%= f.text_field :name, required: true %>
eg: jan-mar, feb, monthly
<%= r.text_field :day, placeholder: '[week | week-range] day | day-range', required: true %>eg: first sun, second-fifth mon, mon-sat
<%= r.text_field :time, placeholder: 'HH:MM', required: true %>