//Contact us function contactusform1() { if (document.getElementById("value109").value.length == 0) { alert("Full Name is empty"); document.getElementById("value109").focus(); return false; } if (document.getElementById("value110").value.length == 0) { alert("Email is empty"); document.getElementById("value110").focus(); return false; } if (document.getElementById("value112").value.length == 0) { alert("Phone Number is empty"); document.getElementById("value112").focus(); return false; } if (document.getElementById("value120").value.length == 0) { alert("Full Name is empty"); document.getElementById("value120").focus(); return false; } if (document.getElementById("value94").value.length == 0) { alert("What is the concept of your business? is empty"); document.getElementById("value94").focus(); return false; } if (document.getElementById("value96").value.length == 0) { alert("Define 3 major strengths of the brand that put it in an advantage position vis-à-vis the competition: is empty"); document.getElementById("value96").focus(); return false; } if (document.getElementById("value97").value.length == 0) { alert("Who you see as the direct competitors? And as indirect competitors? (if any) is empty"); document.getElementById("value97").focus(); return false; } if (document.getElementById("value98").value.length == 0) { alert("Who is your target audience: people you expect to reach through your marketing/communication efforts? is empty"); document.getElementById("value98").focus(); return false; } if (document.getElementById("value99").value.length == 0) { alert("Define the brand positioning that you want to communicate to your target audience: is empty"); document.getElementById("value99").focus(); return false; } if (document.getElementById("value100").value.length == 0) { alert("List the USPs (Unique Selling Propositions) that you think can set you ahead of the competition and that are crucial to communicate: is empty"); document.getElementById("value100").focus(); return false; } if (document.getElementById("value103").value.length == 0) { alert("What is/are your primary market/s? is empty"); document.getElementById("value103").focus(); return false; } document.contactusform.submit(); } //form #2 function contactusform02() { document.contactusform10.submit(); } //form #2 function contactusform03() { document.contactusform20.submit(); }