Your reservation didn’t go through for some reason. It’s usually because either your name or email wasn’t filled out properly.
Please try again. We appreciate your interest in reserving your seat at this free talk. If you still can’t register online then feel free to call (540) 776-5444.
Reserve Your Seat Below
var icpForm2621 = document.getElementById('icpsignup2621');
if (document.location.protocol === "https:")
icpForm2621.action = "https://app.icontact.com/icp/signup.php"; function verifyRequired2621() { if (icpForm2621["fields_yourname"].value == "") { icpForm2621["fields_yourname"].focus(); alert("The Your Name field is required."); return false; } if (icpForm2621["fields_email"].value == "") { icpForm2621["fields_email"].focus(); alert("The Email field is required."); return false; } if (icpForm2621["fields_howmany"].value == "") { icpForm2621["fields_howmany"].focus(); alert("The How Many field is required."); return false; }
return true; }