|
ROCKCI
DIY Virtual Server User Manual Chapter 3-4-6 ROCKCI DIY Virtual Server
Features -
Form Mailer Script
Form Mailer Script Your ROCKCI DIY Virtual Server comes complete with working, Form Mailer Script. This script will take input from an html form, and email the information to webmaster@your_domain.com . To try the script, type the URL http://www.your_domain.com/cmail.html
into your browser. Then enter some information into the form and press
submit.
Now, to customize the html page to suit your needs, download the file cmail.html for edit. Notice there are some important parts to this html: The first is the <form> tag which calls the cmail.cgi script in your
/cgi-bin directory.
Next you will notice some tags: <input type="hidden" name="recipient" value="webmaster@your_domain.com">
<input type="hidden" name="subject" value="Website REQUEST">
After you edit the cmail.html page, you can save it to a different
file name so as not to lose your example. FTP your customized html form
to your virtual server
Tips
|