##############################################################################
# FormMail Version 1.5 #
# Copyright 1996 Matt Wright mattw@worldwidemart.com #
# Created on 6/9/95 Last Modified: 2/5/96 #
# Scripts Found at: http://www.worldwidemart.com/scripts/ #
##############################################################################
# If you run into any problems while trying to configure this scripts, help #
# is available. The steps you should take to get the fastest results, are: #
# 1) Read this file thoroughly #
# 2) Consult the Matt's Script Archive Frequently Asked Questions: #
# http://www.worldwidemart.com/scripts/faq/ #
# 3) If you are still having difficulty installing this script, send #
# e-mail to: scripts-help@tahoenet.com #
# Include any error messages you are receiving and as much detail #
# as you can so we can spot your problem. Also include the variable#
# configuration block that is located at the top of the script. #
# #
# Hopefully we will be able to help you solve your problems. Thank you. #
##############################################################################
# COPYRIGHT NOTICE #
# Copyright 1996 Matthew M. Wright All Rights Reserved. #
# #
# FormMail may be used and modified free of charge by anyone so long as this #
# copyright notice and the comments above remain intact. By using this #
# code you agree to indemnify Matthew M. Wright from any liability that #
# might arise from it's use. #
# #
# Selling the code for this program without prior written consent is #
# expressly forbidden. In other words, please ask first before you try and #
# make money off of my program. #
# #
# Obtain permission before redistributing this software over the Internet or #
# in any other medium. In all cases copyright and header must remain intact #
##############################################################################
2. Form Configuration
The action of your form needs to point towards this script (obviously), and the method
must be POST or GET in capital letters. Version 1.5 of FormMail offers many new ways to
code your form to tailor the resulting HTML page and the way the script performs. Below is
a list of form fields you can use and how to implement them.
To reference the script, use the following syntax:
5. Some Possible Uses
of this Script
You want to have a form that will be mailed to you, but aren't sure how to write the
scripting for it.
You are the webmaster of your site and want to allow users to use forms, but not to have
their own cgi-bin directories, which can cause security risks to your system. You can set
this script up and then allow all users to run off of it.
Want to have one script to parse all of your html forms and mail them to you.