|
Learning html quickly and easily for free. HTML Forms. |
Topics on this page.
How do I make an internet form for people to fill out and email me? Using www forms without a cgi-script. Making custom submit buttons, and drop down lists on web site pages. Text boxes, radio buttons, check boxes, choosing more than one option. Copy and paste forms. |
|
Main Index
Getting started The basics Using text Hyperlinks Lists Images Tables Frames Forms Uploading your pages All tags Meta tags search engines Better your rankings color chart Recommended reading If this site has helped you at all... Please Add a link to us. from your web site. |
For some forms to actually work, you'll need a cgi-script. Just type in free cgi-scripts on any search bar, and you'll have plenty to choose from. You can use this mailto: type of feedback for submitting forms...If you would rather not look for a cgi-script.
<FORM METHOD="post"
ACTION="mailto:user@provider.com?subject=feedback"
ENCTYPE="text/plain"> The html portion of forms is fairly easy, and you put it in the <body> area, where ever you want. This is a basic form... This is what it looks like to a browser...
Wanna add a radio button? How about check boxes? If you want to change the button text? For a simple text area... That's the basics....We could go on and on about forms but they're boring...LOL. |
| Now you can make your HTML learning experience much quicker and easier by joining our HTML Tutorial Club. For only $20.00 a week, you can ask as many questions as you like and converse with Web Design Experts. Try it out and get 1 Day FREE. All Web Design questions answered within 24 hrs. |
| Next Page...Commonly used TAGS. |