Form to Mail Script -
Article
ID: scripts030316A
To use our Script you will be required to e-mail webmaster@ardennet.com
to obtain permission to
use the script. For obvious reasons only ArdenNet customers are
allowed use of any scripts.
Knowledge of some html are required to make your own forms to process on a web page.
The script required is below:
<form action="http://script.arden.net/cgi/formvar.exe" method="POST">
<input type="hidden" name="MAILSUBJECT" value="***Subject of the E-Mail***">
<input type="hidden" name="MAILTO" value="abc@arden.net">
<input type="hidden" name="HTMLURL" value="http://www.arden.net/">
value explanations:
"MAILSUBJECT"
would be the Subject of your e-mail.
"MAILTO"
in your case you would put the e-mail address of the reciever or
yours.
"HTMLURL" returns
you to any page you specify, a good example is a "Thank You"
page.
If you would like more information,
please contact us at webmaster@ardennet.com.
|