var submitcount46653 = 0;function checkWholeForm46653(theForm){var why = "";if (theForm.FirstName) why += isEmpty(theForm.FirstName.value, "First Name"); if (theForm.LastName) why += isEmpty(theForm.LastName.value, "Last Name"); if (theForm.EmailAddress) why += checkEmail(theForm.EmailAddress.value); if (theForm['g-recaptcha-response']) why += reCaptchaV2IsInvalid(theForm, "Please prove you're not a robot"); if (theForm.CAT_Custom_339414) why += checkDropdown(theForm.CAT_Custom_339414.value, "Short Skill");if (theForm.CAT_Custom_339432) why += checkSelected(theForm.CAT_Custom_339432, "Course Entry Requirements (place a tick to the left of each requirement you meet):");if (theForm.CAT_Custom_339407) why += isEmpty(theForm.CAT_Custom_339407.value, "Mobile Phone Number");if (theForm.CAT_Custom_339412) why += isEmpty(theForm.CAT_Custom_339412.value, "Full Mailing Address");if (theForm.CAT_Custom_339406) why += isEmpty(theForm.CAT_Custom_339406.value, "What do you hope to gain from the training?");if (theForm.CAT_Custom_339433) why += isEmpty(theForm.CAT_Custom_339433.value, "How did you hear about us? (ie. past student, newsletter, email etc)");if(why != ""){alert(why);return false;}if(submitcount46653 == 0){submitcount46653++;theForm.submit();return false;}else{alert("Form submission is in progress.");return false;}}
//
-->