function validateForm() {
var companyInput = document.forms["contactForm"]["companyName"].value;
if (companyInput == " ") {
alert("Company must be filled out");
return false;
}
}
Thank you
Someone from our sales team will be in touch shortly. If you need immediate assistance, please call us directly at 212-982-3229 and press 0 for an operator.