1.Using notepad or any HTML editor, open the HTML file that you want to create the contact form in.
2. To start the form, add the following code on the page that you want the contact form to be displayed:
<fieldset>
3.To create the first form, insert the following code under the "<fieldset>"
<label>NameLabel</label>
<input type="text" placeholder="Type text here">
4.Change the "<input type="text" to any type of field that you want to create. Such as " "email" ,"URL." , etc..
5.Replace "Type text Here" with the placeholder text that you want to display pre-populated in the field.
6.Add as many forms as you want, using the above steps.
7. if you want to add a text area box that enables users to enter large amounts of text, you should add the following code:
<label>Your Comments</label>
<textarea type="message" placeholder="more comments "></textarea>
8.To create a submit button, add the following code at the bottom of all of the forms
<input type="submit" value="This text will appear on the submit button">
9.Add the following closing tag under all of the forms:
</fieldset>
10.Save your file and upload it to your server.
Making a Contact Form in HTML5
1.Using notepad or any HTML editor, open the HTML file that you want to create the contact form in.
2....
contact form html5 making
Also tagged with one or more of these keywords: contact form, html5, making
General chat →
Introduce Yourself →
I am a new one here!Started by denvarghese, 28 Apr 2014 html5, logo designs, responsive and 1 more... |
|
|
||
General chat →
Introduce Yourself →
Hello to all designer and job seekersStarted by d3freelance, 26 Jan 2014 html5, logo design, website |
|
|
||
Software →
Adobe Dreamweaver →
How to make a contact form in Adobe DreamweaverStarted by OneDes, 26 Dec 2013 adobe dreamweaver, contact form |
|
|
||
Web Design →
CSS / HTML →
How to add Progress bar in HTML5Started by OneDes, 19 Mar 2013 html5, progress bar |
|
|
||
Software →
Adobe Dreamweaver →
Making an Adobe Dreamweaver HotspotStarted by SmartWeb, 11 Feb 2013 adobe dreamweaver, hotspot and 1 more... |
|
|
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users