Mailform CGI Program Read Me File This document provides an overview of the mailform cgi package. Also included are basic installation and configuration instructions. This document contains: Contents € Introduction € What the Mailform CGI program can do for you € Files transferred to your account € Using the Program and Setting Up the Variables in Your Forms € Variable Substitution Instructions € Performing a Test Using the Example Files € How the Whole Process Flows € Contacting SimpleNet for Help € Introduction Upon signing up for the mailform CGI access, you should have received an e-mail, telling you to look into your account for this file and read it carefully. Well, you are now in the right place to help you set up this service and use it to make your web pages more interactive. If you have not already read up on the advanced features of the HTML language, then you should probably do so, so the rest of this file will make more sense to you. I will only assume a few things when writing this. One, is that you are familiar with the basics of HTML, and two, you are at least starting to be familiar with the more advanced features, such as forms. € What the Mailform CGI program can do for you The mailform CGI program will allow you to accept information from a user that is browsing your web site. You may wish to have a questionnaire, a simple order form, a feedback form, or any other type of user input. Using the mailform program, you can set up these HTML pages to accept that input, and send that input to you in the form of an e-mail message. You can then give them back a custom message after they have submitted their information. It can be used with any forms that you create, each having their own preferences for the e-mail sent, and responses. For example, you may wish to send all of the feedback information to one e-mail address, while the ordering information you wish to be sent to another address. € Files transferred to your account When you signed up, and received a confirmation e-mail, we created a directory(folder) within your Documents directory called "mailform". In this directory, we put these files : ReadMe.txt (This file) exampleform.htm response.htm mailtemp.txt Here is a description of what these files are, and what they will do. ReadMe.txt - Obviously it is the file you are looking at right now, and should explain how to use the program. exampleform.htm - This is an example HTML form to test with. response.htm - This is the example response that the user gets back after submitting their information. mailtemp.txt - This is an example template that is used to send your e-mail information to you. It allows you to format the information however you would like to see it when it comes as an e-mail message. All of these files and their uses will be explained in the sections below. € Using the Program and Setting Up the Variables in Your Forms In order to use the mailform program, you will need to include the correct information within your html form. Since you are reading up on the form features on HTML, you should know that a form needs the