• Educational Institution *
    1. <%= form.input :school, :as => :select, :collection => [['Select an Educational Institution', '']], :include_blank => false, :input_html => { :id => 'school-id', 'data-selected-id' => school_selected_id(form.object.school, params), :disabled => "disabled", :required => "required" }, :wrapper_html => { :class => 'select required', :id => 'school-id-input' } %>

    Provide your institution’s zipcode before selecting an institution.

    No institutions were found for zipcode. Try another one or use the new institution you added.add a new institution.<%= link_to 'add a new institution.', new_admin_school_path, :id => "admin-new-school" %>

    Don’t see your institution? Add a new one.<%= link_to 'Add a new one.', new_admin_school_path, :id => "admin-new-school" %> Made a mistake while typing your institution information? No problem, you can still edit it.