Install Basic Contact Form
<div id="contact-form-id"></div>
<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",
key: "LF-DEMO.SITE.KEY",
email: 1, message:1
});
</script>
Add name, subject and use Paper theme
LF({
id: "contact-form-id",
key: "LF-DEMO.SITE.KEY",
name: 1, email: 1, message:1,
subject: {
options: ['thanks','interview','other'],
hints: ['Excellent product, thanks!', 'Like to do an interview with you', 'Other']
},
theme: "readable"
});
Use Readable theme in Chinese
LF({
id: "contact-form-id",
key: "LF-DEMO.SITE.KEY",
email: 1, message:1,
theme: "paper",
lang: "chinese",
russian, spanish, swedish, turkish
});