From: [email_address] To: login@computer Subject: Sample Form This information was collected through an html form using either the cgi program cgiemail or cgiecho. The first three lines (From:, To:, Subject:) are required. If you are not picking up an e-mail address from the person who is filling out the form, substitute something that will tell the recipient where the form came from, "Class Evaluation" for example. The remainder of the form can be organized any way you want. Just indicate where you want information from the form placed by putting the field name in [square_brackets]. OPTION LIST------------------------------------------------- The response from the SELECT OPTION sample was: [pickoption] RADIO BUTTON------------------------------------------------ My employee classification is: [dutype] CHECKBOX---------------------------------------------------- I have visited: [continents] TEXT-------------------------------------------------------- My Internet e-mail address is: [email_address] TEXTAREA---------------------------------------------------- I want to use an html form to: [whyform] DATABASE---------------------------------------------------- You might want to use the information collected in a database or spreadsheet. You can write the fields into the mail message as shown below to simplify putting the information into a database. "[pickoption]","[dutype]",[continents],"[email_address]","[whyform]"