PDA

View Full Version : Guest Form


Bernard Boakes
05-15-2004, 11:09 AM
Dear All

I am new to web designing. I am trying to use a Guest Form on a site. I have found the follow "script"

<form
action="/Web/cgi-bin/guestbook.cgi/Web/Examples/More_HTML/chap06/guestbook.htm"
method="POST">
<p>Name: <input type="text" size="25" maxlength="25"
name="name"> <br>
Email address: <input type="text" size="30" maxlength="30"
name="address"> <br>
Text: <br>
<textarea name="body" rows="15" cols="60"></textarea> <br>
<input type="submit" value="POST"> <input type="reset"
value="CLEAR"> </p>
</form>

How do I modify the "script" so the comment is sent to my e-mail address?

Thank you

Bernard Boakes.

Terminator1138
05-16-2004, 11:00 AM
What you are saying is you would like to be notified if someone wrote in the guestbook,, correct?

Bernard Boakes
05-16-2004, 11:30 AM
Receive the message sent from the Guestbook

Terminator1138
05-17-2004, 01:05 PM
You can set up a hidden variable that will send a carbon copy to you, just enter another email address below the first and set it to be hidden with your email address as input data.

Bernard Boakes
05-17-2004, 10:23 PM
Thank you for help