Schedule a time for a New York Sash Design Consultant to meet with you at your home to discuss your home improvement project. We will bring product samples and colors, show you the parts and pieces, discuss details such as time frame and warranty, and leave you with a price quote!
Fill out the form below and will be in touch to get the process started.
"); jQuery('#message').html("
Contact Information Submitted!
") .append("
We will be in touch soon.
") .hide() .fadeIn(1500, function() { jQuery('#message').append(""); }); } else { jQuery("div.error span").html("There was an unknown error submitting the form."); jQuery("div.error").show(); } } ); return false; } }); jQuery("form").validate({ onsubmit: false, invalidHandler: function(e, validator) { var errors = validator.numberOfInvalids(); if (errors) { var message = errors == 1 ? 'You missed 1 field. It has been highlighted below' : 'You missed ' + errors + ' fields. They have been highlighted below'; jQuery("div.error span").html(message); jQuery("div.error").show(); } else { jQuery("div.error").hide(); } }, onkeyup: false }); });