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

<%= f.label :start_date %>
<%= f.date_select :start_date %>

<%= f.label :end_date %>
<%= f.date_select :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 %>