Gossamer Forum
Quote Reply
Email Form
I am trying to make an email form so when someone klicks on my email button the form pops up for them to fill in. The mail.html file looks like this:
<HTML>
<HEAD><TITLE>Webmaster Email</TITLE></HEAD>
<BODY bgcolor="#FFFFFF" text="#780000">
<blockquote><blockquote>

<p>
<FORM ACTION="http://www.eqlinks.f2s.com/cgi-bin/admin/notsure" METHOD="Post">
<BR><INPUT type="hidden" name="recipient" value="email address">
<INPUT type="hidden" name="required" value="email">
<input type=hidden name="subject" value="Request of Webmaster">
<font face="Arial,Helvetica" size="-1" color="#660033"><b>Please Email
Lonestike</b>
<p>
First Name:

<INPUT TYPE="text" NAME="FIRSTNAME" VALUE="" SIZE=30,1 MAXLENGTH=40>
<p>
Last Name:

<INPUT TYPE="text" NAME="LASTNAME" VALUE="" SIZE=30,1 MAXLENGTH=40>
<p>
<P>
Email Address: (required)

<INPUT TYPE="text" NAME="email" VALUE="" SIZE=30,1 MAXLENGTH=40>
<P>
Suggestions or comments

<TEXTAREA NAME="Comments" ROWS=6 COLS=50 WRAP=PHYSICAL></TEXTAREA>
<p>
<INPUT NAME="Submit" TYPE="submit" VALUE="Send"><B> </B><INPUT NAME="Reset" TYPE="reset" VALUE="Reset">
</Form>
</blockquote></blockquote>
</BODY>
</HTML>

What file do I direct it to to get it to mail to my email my free email address. Or is the form just not correct at all

Quote Reply
Re: Email Form In reply to
You will have to write your own script if you want to do that or use one of the many *recommend it* scripts.

Paul Wilson.
http://www.wiredon.net/gt/
http://www.perlmad.com/
Quote Reply
Re: Email Form In reply to
ok thanks