Let’s talk

Say Hello

user989408@verizon.net
Phone:
617-484-6298

Where to meet

Paul J Conley Painting
39 Bruce Road
Waltham, MA

$('#email').submit(function(e){ e.preventDefault(); dt = $(this).serialize(); console.log(dt); $.ajax({ url:'email.php', data:dt, method:'post', success:function(e){ if(e != 'Email Sent Successfully'){ alert(e); } else { alert('Email Sent Successfully'); } } }); });