var icpForm1116 = document.getElementById('icpsignup1116');
if (document.location.protocol === "https:")
icpForm1116.action = "https://app.icontact.com/icp/signup.php";function verifyRequired1116(){if (icpForm1116["fields_email"].value == ""){ icpForm1116["fields_email"].focus(); alert("The Email field is required."); return false;} if (icpForm1116["fields_fname"].value == ""){ icpForm1116["fields_fname"].focus(); alert("The First Name field is required."); return false;} if (icpForm1116["fields_skillsandinterests"].value == ""){ icpForm1116["fields_skillsandinterests"].focus(); alert("The I\'d like to volunteer these skills and interests field is required."); return false;} if (!icpForm1116["fields_conduct"].checked){ alert("The I agree to abide by the Kulchajam code of conduct field is required."); return false;} if (!icpForm1116["fields_volunteer"].checked){ alert("The I wish to Volunteer field is required."); return false;} if (!icpForm1116["fields_risk"].checked){ alert("The My participation in Kulchajam activities are at my own risk field is required."); return false;} if (!icpForm1116["fields_support"].checked){ alert("The I support Kulchajam Objectives field is required."); return false;}
return true}
