How do I configure the contact form on an HTML site so that I can receive the forms through my email. http://landingpagedesigns.net/catalog/product/gallery/id/300/image/662/
You will have to use a html form with Php to send the content to your email, check this quick tutorial : Link Goodluck
You can't make a contact form only with HTML. You need a server side programming language that run code on server side and send an email. But HTML dont deal with server side programming as its only a markup language.