//Contact us function contactusform1() { if (document.getElementById("value180").value == "") { alert("3. I plan on having more info about this topic is empty"); document.getElementById("value180").focus(); return false; } document.contactusform.submit(); }