Create an email template:

 

To: cara@brewerthompson.com

Subject: family album #1

 

Your email address: [email]

Your name: [name]

Tell me about this person in 2 paragraphs or less: [about]

 

 

 

-----

PUT THIS CODE IN YOUR HTML- make sure variable names are  the same.

 

<FORM METHOD="POST"

 ACTION="http://www.brewerthompson.com/cgi-bin/cgiemail/lies/email/general.txt">

                                    (use your url here + the path to your templates)

 

 

Your email address:

  <INPUT NAME="email">

  <p>

Your name:

  <INPUT NAME="name" id="name">

  <p>

   What line are you responding to:

  <INPUT NAME="line">

  <p>So what happens next (tell me your part of the story in 3 paragraphs or less):

<p>

  <textarea name="body" cols="60" rows="20" id="about"></textarea>

<p>

<br>

<input type="hidden" name="success" value="http://www.brewerthompson.com/lies/pages/thanksgen.html">

this links to your thank you page

 

<p>

<INPUT TYPE="submit" value="Send e-mail">

<a href="pages/album/index.html" class="thanks">

 <input name="button" type="button" onclick="javascript:self.close();" value="Close Window" />

</a>

</FORM>