"Dedicated to the Total production of you world wide web site".



Using an E Mail Form

Mail Forms at Internett

Mail Forms with User homepages

You can now use a form on any page, and have the form results automatically mailed to your account's mailbox.

To use this feature, embed the following HTML into any page:

<FORM METHOD="POST" ACTION="/pub-cgi-bin/form.cgi">
[ Form Commands ]
</FORM>


Example


Here's an example of a simple form you can use on your pages, where a hidden field, "SUBJECT" determines the subject of the message sent to you.


<FORM METHOD="POST" ACTION="/pub-cgi-bin/form.cgi">

Please enter your name: <INPUT TYPE="text" NAME="REQ NAME"><BR>
Your e-mail address: <INPUT TYPE="text" NAME="REQ REPLY" SIZE=30>
<P>
Please enter any comments below:<BR>
<TEXTAREA NAME="comments"></TEXTAREA>
<P>
<INPUT TYPE="submit" VALUE="Send Comment">
<INPUT TYPE="hidden" NAME="SUBJECT" VALUE="Comment form">
<INPUT TYPE=HIDDEN NAME=TERSE VALUE=TERSE>
</FORM>

Sending them somewhere else

Instead of simply printing the standard 'Thank You' message, you can add another hidden field that tells the form script where to send them after it successfully sends you an e-mail message. Simply add this field:

<INPUT TYPE="hidden" NAME="NEXT_URL" VALUE="http://www.internett.net/">

Where you can replace the URL of Internett's home page with any valid web address.

The submit button be a gif or jpg image In the form, where you want the image, just put:
<input type="image" name="submit" src="picture.gif" alt="Submit"> If you have any questions or comments, send e-mail.




Copyright © 1997 InterNeTT Services, All rights reserved.