function ValidateForm7(){ var flag = true; var message = 'Please fill in all mandatory fields !'; if(http.readyState == 4) { var showcheck = http.responseText; if (showcheck=='0') { message = 'Incorrect verification code!'; flag = false; }; if (document.ContactForm7.name.value.length==0){ flag = false; }; if (document.ContactForm7.address.value.length==0){ flag = false; }; if (document.ContactForm7.city.value.length==0){ flag = false; }; if (document.ContactForm7.postcode.value.length==0){ flag = false; }; if (document.ContactForm7.email.value.length==0){ flag = false; }; if (document.ContactForm7.telephone.value.length==0){ flag = false; }; if (document.ContactForm7.Recipient.value.length==0){ flag = false; }; if (document.ContactForm7.recipaddress.value.length==0){ flag = false; }; if (document.ContactForm7.recipcity.value.length==0){ flag = false; }; if (document.ContactForm7.recippostcode.value.length==0){ flag = false; }; var radioBtnChecked = false; for (j=0; j