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>
Add name, subject and use Paper theme
LF({
id: "contact-form-id",
key: "LF-DEMO.SITE.KEY",
name: 1, email: 1, message:1, // others include: phone, password, etc
subject: {
options: ['thanks','interview','other'],
hints: ['Excellent product, thanks!', 'Like to do an interview with you', 'Other']
},
theme: "readable" // cerulean, cosmo, cyborg, darkly, flatly, journal, lumen, paper, readable, sandstone, simplex, slate, solar, spacelab, superhero, united and yeti
});
Use Readable theme in Chinese
LF({
id: "contact-form-id",
key: "LF-DEMO.SITE.KEY",
email: 1, message:1,
theme: "paper",
lang: "chinese", // 20+ languages, including: arabic, bulgarian, chinese, danish, dutch:, english, french, german, indonesian, italian, japanese, korean, malay, polish, portuguese, romanian
russian, spanish, swedish, turkish
});