View Full Version : email forms


junebug
04-07-2003, 02:47 AM
How do I make a form where you type the text you want in the email, the senders email address, and any other text and it auotmatically sends that email to the address listed when you click submit?

Sheila
04-07-2003, 08:35 AM
Do you mean just a normal email form? If so, you can sign up at www.bravenet.com to get one. You can customize it to how you want it too look.

junebug
04-07-2003, 05:31 PM
I guess it's normal. I want a sort of submission type box, I guess you would call it. I'll try the brave.net thing. Thnx

sherri
04-07-2003, 06:12 PM
I have a code for you!

<center><form action="http://response-o-matic.com/cgi-bin/rom.pl"
method="post">
<INPUT TYPE="hidden" NAME="your_email_address"
VALUE="**YOUR EMAIL ADRESS**">
<INPUT TYPE="hidden" NAME="your_name"
VALUE="**YOUR NAME**">
<INPUT TYPE="hidden" NAME="email_subject_line"
VALUE="**EMAIL SUBJECT LINE**">
<INPUT TYPE="hidden" NAME="thank_you_title"
VALUE="Thank you!">
<INPUT TYPE="hidden" NAME="return_link_url"
VALUE="**YOUR PAGE URL**">
<INPUT TYPE="hidden" NAME="return_link_name"
VALUE="Back Home">
<input type="text" name="visitor_name" value="Name: "><br>
<input type="text" name="visitor_email_address" value="Email: "><br>
<input type="text" name="homepage" value="http://"><br>
<input type="text" name="comments" value="Comments: "><br>
<input type="submit" name="send" value="Send!"> <font size=1>or
<input type="reset" name="reset" value="Oops!"></form><br><style type="text/css"><!--
input{color:black;backgro
und:white;font-size:11px;
font-weight:regular;text-decoration:none;font-family:verdana;
text-align:left;border-width:2px;border-style:dotted;
border-color:hotpink}--></style><br>



Hope this helps!you!!

You're an :angel:

junebug
04-07-2003, 06:42 PM
It works! Thank you sherri!