%= errors_summary_for casting_call_interview %> <%= bootstrap_form_with model: model, local: true do |form| %> <%= form.text_field :performer_name, required: true %> <%= form.grouped_collection_select(:casting_call_id, @accounts, :casting_calls, :name, :id, :title, { prompt: "Select a Casting Call", required: true, class: "form-control custom-select" }) %> <%= form.text_field :interview_date, class: "datepicker-control" %> <%= form.text_field :zoom_meeting_url %>