Schedule a Visit
Schedule a visit to come see Roberts at your convenience by filling out the form below! Our visit counselor will respond shortly to confirm.
If you're not sure which activities to choose we have recommendations for you below. You can also register to see everything at a Visit Day. We look forward to hosting you on campus soon.
Admissions - Individual Visit
$("option[value='-- Choose one --']").val("");
$("<div><strong>WEEKLY TOUR TIMES:</strong></div>").insertBefore($("label:contains('Monday, Wednesday, Friday')").parent());
/*$("label:contains('Lunch')").parent().parent();
$("label:contains('Class Visit')").parent().parent();
$("label:contains('Chapel (Monday and Wednesday only)')").parent().parent();
$("label:contains('Overnight (Accepted Students Only)*')").parent().parent();*/
$("input[type='submit']").click(function(){
$("<span>Please Wait... </span>").insertBefore($(this));
});
$("*[name*='ddlAnswer_1699']").parent().hide();
$('input[type=checkbox]').change(function() {
if($(this).val() == '819' && $(this).is(':checked')){
$("*[name*='ddlAnswer_1699']").addClass("formRequired").parent().show("fast");
} else {
$("*[name*='ddlAnswer_1699']").removeClass("formRequired").parent().hide("fast");
}
});