STAY IN TOUCH

Contact Info

Address

Baliapatam Tiles and Business Ventures Ltd.,
Pappinisseri (PO), Kannur, Kerala, India. Pin:670561

Phone

+91 9745 787 336
0497 2787332, 0497 2787336

Email Address

cnn_btwtiles@sancharnet.in
btwppns@gmail.com

function checkForm() { $("#fullname,#email,#phone,#message").removeAttr('style'); var j = 0; var reg= /^[a-zA-Z]+$/; if(($("#fullname").val()=='')||(!$("#fullname").val().match(reg))) { $("#fullname").css("border","1px solid #f00"); document.myform_form.fullname.focus(); j = 1; } if($("#email").val()=='') { $("#email").css("border","1px solid #f00"); document.myform_form.email.focus(); j = 1; } if($("#phone").val()=='') { $("#phone").css("border","1px solid #f00"); document.myform_form.phone.focus(); j = 1; } if($("#message").val()=='') { $("#message").css("border","1px solid #f00"); document.myform_form.message.focus(); j = 1; } if(j == 1) { return false } if (empty($_POST["g-recaptcha-response"])) { $captchaErr = "Please Verify Captcha"; } else { $captcha = $_POST['g-recaptcha-response']; } } function validateEmail(email) { var filter = /^[\w\-\.\+]+\@[a-zA-Z0-9\.\-]+\.[a-zA-z0-9]{2,4}$/; if (filter.test(email)) { return true; } else { return false; } }