Install Basic Contact Form
<div id="contact-form-id"></div><!-- tag on your page to place the form in -->
<script>!function(e,n,t,o,s,c,i,r){e[t+"Obj"]=c,e[c]=e[c]||function(n){(e[c].C=e[c].C||[]).push(n),e[c].D&&e[c].D()},i=n.createElement(o),r=n.getElementsByTagName(o)[0],i.async=1,i.src="//"+t+".yie.me/2.js",r.parentNode.insertBefore(i,r),e[s]&&e[s].log(t)}(window,document,"LiveForms","script","console","LF");
LF({
id: "contact-form-id", // The page element to place the response form into
key: "LF-DEMO.SITE.KEY", // Replace with your site key, available for free
email: 1, message:1 // basic contact form fields
});
</script>