Form >> Create a Form
|
|
Creating a Form
When cforms are included on a Web page, the page can be used for more than information sending;
it can be used for information gathering. You can use a form to interact with your Web page visitors in
various ways, including the following.
Get feedback about the webpage or other areas of interest
Find out who is visiting the web page
Sell products or services
A web page form hass three main components:
Input controls
FORM tags which cotains the information necessary to process the form
Submit button, which sends the data to be processed.
|
|
|
|