- Web templates
- E-commerce Templates
- CMS & Blog Templates
- Facebook Templates
- Website Builders
How to create a contact form in HTML
November 15, 2011
This tutorial will teach you how to create a very simple contact form for HTML based website template.
First of all create 2 files: contact_form.html and contact.php. The first file will contain HTML code for the form and the second -will process the data from the form
HTML
Below is the HTML code of the contact form
And this is how it will look in the browser
Let’s have a quick look at some main aspects of it. The