from www.ezyform.com
First Name Last Name Email Address Subject Message The form proper is included between form tags. Within the start form tag the action value tells the form what to do when a submit button is clicked. The action value will be the url of the processing script or when using a Form1 form which includes the processing script within the form file the action will be the form url. A Form1 action can be set as <?php echo $PHP_SELF;?>. This is simply php code for call yourself. Between the form tags are input tags. These display input fields. There are different input types, the most common are "text", "check box", "submit", "reset". To allow inputting a block of text such as a message or comment a text area field is used. Email CC - Select to receive a copy of the submitted form.