Custom Furniture Corp.
Search for:
Menu
Skip to content
Home
About Us
Custom Designs
Bergere, Occasional and Lounge Chairs
Desk, Credenza and Conference Tables
Dining Chairs and Barstools
Dining Game & Buffet
Rotary, Guest & Office Chairs
Sofa, Sectionals & Benches
Tables
Wood Finish Samples
Contact
Home
Designed by you, made by us. Fine furniture for residential and commercial projects.
-->'); } function send_this_email(){ var form_data = jQuery('form#eMailform').serializeArray(); var email = jQuery('form#eMailform').find("#email").val(); if(validateEmail(email) == false){ jQuery('form#eMailform').find("#email").after('
Please enter a valid email address
'); }else{ jQuery.ajax({ type: "POST", url: wplm.ajaxurl, data: form_data }) .success(function(result){ jQuery('form#eMailform').find(".error").slideUp(); if(result == 1){ jQuery('form#eMailform').find("#email").after('
Email sent
'); }else{ jQuery('form#eMailform').find("#email").after('
Email was not sent
'); } }); } } function validateEmail(email) { var reg = /^\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$/ if (reg.test(email)){ return true; } else{ return false; } }