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