Sign up for the event video and wait for the link in your email!
var icpForm1301 = document.getElementById('icpsignup1301');
if (document.location.protocol === "https:")
icpForm1301.action = "https://app.icontact.com/icp/signup.php"; function verifyRequired1301() { if (icpForm1301["fields_email"].value == "") { icpForm1301["fields_email"].focus(); alert("The Email field is required."); return false; } if (icpForm1301["fields_fname"].value == "") { icpForm1301["fields_fname"].focus(); alert("The First Name field is required."); return false; } if (icpForm1301["fields_lname"].value == "") { icpForm1301["fields_lname"].focus(); alert("The Last Name field is required."); return false; }
return true; }