Counselors, interested in learning more?
Connect with Us
I am interested in learning more about enrolling my students in American Collegiate Live.
MktoForms2.loadForm(“//app-ab20.marketo.com”, “553-ZUA-407”, 5361);
MktoForms2.whenReady(function (form){
//Add an onSuccess handler
form.onSuccess(function(values, followUpUrl){
//get the form’s jQuery element and hide it
form.getFormElem().hide();
document.getElementById(‘confirmform’).style.display = ‘block’;
//return false to prevent the submission handler from taking the lead to the follow up url.
return false;
});
});