Michigan MCA Contractors/UA Joint Meeting

23-May-2017 to 31-Dec-9998

Sept MMCA 2019 Brochure




{module_referreraddress,,Go Back}
function checkWholeForm2343(theForm) { var why = ""; if (theForm.EmailAddress) if (theForm.EmailAddress.value.length > 0) why += checkEmail(theForm.EmailAddress.value); if (theForm.CaptchaV2) why += isEmpty(theForm.CaptchaV2.value, "Enter Word Verification in box below"); if (theForm['g-recaptcha-response']) why += reCaptchaV2IsInvalid(theForm, "Please prove you're not a robot"); if (why != "") { alert(why); return false; } return true; } //