<%= f.label :name %>
<%= f.text_field :name %>

<%= f.label :start_date %>
<%= calendar_date_select_tag 'session[start_date]' %>

<%= f.label :end_date %>
<%= calendar_date_select_tag 'session[end_date]' %>

<%= f.label :is_active %>
<%= f.check_box :is_active %>

How will this session be managed?

If you're using JackRabbit, enter the session name from JackRabbit below. Leave this field blank to setup class information manually.

<%= f.label :jackrabbit_session_name %>:   <%= f.text_field :jackrabbit_session_name %>