//Contact us function contactusform1() { if (document.getElementById("value156").value.length == 0) { alert("Name is empty"); document.getElementById("value156").focus(); return false; } if (document.getElementById("value167").value == "") { alert("Would you like us to meet and see how we can help you expand your business? is empty"); document.getElementById("value167").focus(); return false; } document.contactusform.submit(); }