Send Us Formatted E-mail

(for those trying to learn how, see below,where we have
shown the html source for this page's form section)
Or click HERE

Your Name

Your E-Mail address

Your Interests

Rate This Website

Good Great Fantastic

Subject

Your Comments

Below is the HTML source for the form above:

 

<FORM ACTION="/cgi-bin/email/rottencat1/emailtemp.eml" METHOD="POST">

<P ALIGN=Center>

<BIG>Your Name</BIG><BR>

<INPUT TYPE="text" NAME="name" SIZE="50" MAXLENGTH="80">

<P ALIGN=Center>

<BIG>Your E-Mail&nbsp;address</BIG><BR>

<INPUT TYPE="text" NAME="email" SIZE="50" MAXLENGTH="80">

<P ALIGN=Center>

<BIG>Your Interests</BIG><BR>

<SELECT NAME="interest">

<OPTION>TI Computing

<OPTION>Photography

<OPTION>Cats

<OPTION>Cooking

<OPTION SELECTED>Web Site Help</SELECT>

<P ALIGN=Center>

<BIG><BIG>Rate This Website</BIG></BIG>

<P align="center">

<INPUT TYPE="radio" checked NAME="type" VALUE="Good">Good

<INPUT TYPE="radio" NAME="type" VALUE="Great">Great

<INPUT TYPE="radio" NAME="type" VALUE="Fantastic">Fantastic

<BIG><BIG>Subject</BIG></BIG><BR>

<INPUT TYPE="text" NAME="subject" SIZE="50" MAXLENGTH="80">

<P ALIGN=Center>

<BIG><BIG>Your Comments</BIG></BIG>

<P ALIGN=Center>

<TEXTAREA NAME="descript" ROWS="14" COLS="50"></TEXTAREA>

<P ALIGN=Center>

<INPUT TYPE=submit VALUE="Send E-mail">

<INPUT TYPE=reset VALUE="Clear Form">

<INPUT TYPE="hidden" NAME="required" VALUE="name,email,descript">

<INPUT TYPE="hidden" NAME="ResponsePage" VALUE="http://members.aol.com/_ht_a/rottencat1/emthanks.html">

</FORM>

Back to the TOP

And here is the content of the template file,
emailtemp.eml, referenced by this form:

Hi, My name is #name#

Return Address #email#

My interest is: #interest#

Rating of Page: #type#

Subject of message: #subject#

#descript#

Back to the TOP