var submitcount47675 = 0;function checkWholeForm47675(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_339437) why += checkDropdown(theForm.CAT_Custom_339437.value, "Qualification");if (theForm.CAT_Custom_339438) why += checkSelected(theForm.CAT_Custom_339438, "Course Entry Requirements (place a tick to the left of each requirement you meet):");if (theForm.CAT_Custom_339435) why += isEmpty(theForm.CAT_Custom_339435.value, "Mobile Phone Number");if (theForm.CAT_Custom_339436) why += isEmpty(theForm.CAT_Custom_339436.value, "Full Mailing Address");if (theForm.CAT_Custom_339434) why += isEmpty(theForm.CAT_Custom_339434.value, "What do you hope to gain from the training?");if (theForm.CAT_Custom_339439) why += isEmpty(theForm.CAT_Custom_339439.value, "How did you hear about us? (ie. past student, newsletter, email etc)");if(why != ""){alert(why);return false;}if(submitcount47675 == 0){submitcount47675++;theForm.submit();return false;}else{alert("Form submission is in progress.");return false;}}
//
-->