Please click the nearest location button below to proceed
|
var submitcount50715 = 0;function checkWholeForm50715(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.Email) why += checkEmail(theForm.Email.value); if (theForm.CaptchaV2) why += captchaIsInvalid(theForm, "Enter Word Verification in box below", "Please enter the correct Word Verification as seen in the image"); if (theForm.CAT_Custom_119658) if (theForm.CAT_Custom_119658.value.length > 0) why += isCurrency(theForm.CAT_Custom_119658.value, "Referral1 Phone");if (theForm.CAT_Custom_119661) if (theForm.CAT_Custom_119661.value.length > 0) why += isCurrency(theForm.CAT_Custom_119661.value, "Referral2 Phone");if (theForm.CAT_Custom_119664) if (theForm.CAT_Custom_119664.value.length > 0) why += isCurrency(theForm.CAT_Custom_119664.value, "Referral3 Phone");if(why != ""){alert(why);return false;}if(submitcount50715 == 0){submitcount50715++;theForm.submit();return false;}else{alert("Form submission is in progress.");return false;}}
//
-->