Name: "+first_name.value+" "+last_name.value+"
Email: "+email_address.value+"
Phone: "+phone_number.value+"
Comment: "+comment.value+"
"},superagent.post("https://42h72o7pz5.execute-api.us-west-2.amazonaws.com/prod/sendEmail").send(t).end(function(e,t){e||!t.ok?(console.log("Oh no! error"),alert("Something went wrong, please call us.","bg-red white f2")):(console.log("yay got "+JSON.stringify(t.body)),contact_form.classList.toggle("dn"),thanks.classList.toggle("dn"),localforage.setItem("comment",""),alert("Thanks! Your message has been sent.","bg-green white f2"))})):alert("Please fill out all of the fields.","bg-red white f2"),e.preventDefault(),!1}