Welcome to EZ Form Mailer Version 1.0 by 3rd Coast Technologies, LLC Copyright 1997, 3rd Coast Technologies, LLC http://www.3rdcoasttechnologies.com support@3rdcoasttechnologies.com This CGI script takes the data entered in an HTML form and sends it via e-mail to the specified location. EZ Form Mailer is available for anyone to use or modify for no charge. All we ask is that you leave this copyright notice in the script and readme.txt file. If someone asks where you got the script, refer them to 3rd Coast Technologies. Selling or distributing this program without prior written approval is forbidden. This readme file will guide you thru the steps required to configure and install EZ Form Mailer on your web site. -------------------------------------------------------------------------------------------------- 1. Set the action= in the FORM HTML tag to point to ezform.cgi as shown below.
2. The following form fields are required. They should be text fields so that the user can enter them. The 'name=' values must be entered exactly as shown. The 'size=' value can change, depending on the design of your form. This is where the user enters their email address This is where the user enters their name 3. The following optional fields can be either text fields for the user to enter or hidden fields that the user cannot see. a. Enter the email address where the form data will be sent. b. Enter the text that will be used for the subject line of the email. c. The full URL of the page to be displayed to the user after they submit the form. d. Define the sort type for the form output. Options are 'alphabetical', 'field', or 'none'. e. If the $SORT_TYPE is 'field', enter the field names from your form in the desired sequence. 4. Copy (FTP) your completed HTML Form to your web server. Thats it! You can now process data from your HTML Forms and e-mail it yourself or any other valid email address.