Forums | MacLife
You are not logged in.
#1 2003-02-09 2:06 am
Anybody familiar with FormMail?
Is there a way to designate feilds so that they are not included in the final email that gets sent? I've searched all over for full documentation on FormMail but have only found a list of commands that says that there are yet more commands not listed.
Right now, my submitbutton name, missing_fields_redirect, and redirect all get emailed back to me.
If they can't be commented out, is there a way to add spaced to the 'order' command to push them away from the rest of the data?
Thanks
Shawn
So, just when did this place get Private Messages? YIKES!
Gippy Pages | Fuzzy Coconut XHTML Widget | PuppyCam
Offline
#3 2003-02-12 3:16 pm
Re: Anybody familiar with FormMail?
I have removed the path to my CGI bin just to be safe...
It also still has GoLive specific code in it, that you can ignore...
Code:
<form action="http://mydomain.com/thatcgiplace/FormMail.cgi" method="post" name="FormName">
<table width="468" border="0" cellspacing="0" cellpadding="0">
<tr height="16">
<td width="16" height="274" rowspan="10"></td>
<td width="112" height="20" colspan="5" rowspan="2"></td>
<td width="16" height="274" rowspan="10"></td>
<td width="323" height="16"></td>
<td width="1" height="16"><spacer type="block" width="1" height="16"></td>
</tr>
<tr height="4">
<td width="323" height="32" rowspan="2" valign="top" align="left" xpos="144"><input class="forminput" type="text" name="realname" size="46" tabindex="1"></td>
<td width="1" height="4"><spacer type="block" width="1" height="4"></td>
</tr>
<tr height="28">
<td class="formtext" content csheight="19" width="112" height="28" colspan="5" valign="top">
<p class="formtext">FULL NAME</p>
</td>
<td width="1" height="28"><spacer type="block" width="1" height="28"></td>
</tr>
<tr height="4">
<td width="112" height="4" colspan="5"></td>
<td width="323" height="32" rowspan="2" valign="top" align="left" xpos="144"><input class="forminput" type="text" name="email" size="46" tabindex="2"></td>
<td width="1" height="4"><spacer type="block" width="1" height="4"></td>
</tr>
<tr height="28">
<td class="formtext" content csheight="12" width="112" height="28" colspan="5" valign="top" xpos="16">
<p class="formtext">EMAIL ADDRESS</p>
</td>
<td width="1" height="28"><spacer type="block" width="1" height="28"></td>
</tr>
<tr height="4">
<td width="112" height="4" colspan="5"></td>
<td width="323" height="32" rowspan="2" valign="top" align="left" xpos="144"><input class="forminput" type="text" name="subject" size="46" tabindex="3"></td>
<td width="1" height="4"><spacer type="block" width="1" height="4"></td>
</tr>
<tr height="28">
<td class="formtext" content csheight="19" width="112" height="28" colspan="5" valign="top" xpos="16">
<p class="formtext">SUBJECT</p>
</td>
<td width="1" height="28"><spacer type="block" width="1" height="28"></td>
</tr>
<tr height="4">
<td width="112" height="4" colspan="5"></td>
<td width="323" height="128" rowspan="2" valign="top" align="left" xpos="144"><textarea class="forminput" name="message" rows="8" cols="44" tabindex="4"></textarea></td>
<td width="1" height="4"><spacer type="block" width="1" height="4"></td>
</tr>
<tr height="124">
<td class="formtext" content csheight="19" width="112" height="124" colspan="5" valign="top" xpos="16">
<p class="formtext">MESSAGE</p>
</td>
<td width="1" height="124"><spacer type="block" width="1" height="124"></td>
</tr>
<tr height="34">
<td width="16" height="34" valign="top" align="left" xpos="16"><input type="hidden" name="sort" value="realname,email,subject,message"></td>
<td width="16" height="34" valign="top" align="left" xpos="32"><input type="hidden" name="required" value="realname,email,subject,message"></td>
<td width="16" height="34" valign="top" align="left" xpos="48"><input type="hidden" name="recipient" value="shawn@topfroggraphics.com"></td>
<td width="16" height="34" valign="top" align="left" xpos="64"><input type="hidden" name="redirect" value="http://www.topfroggraphics.com/thankyou.html"></td>
<td width="48" height="34" valign="top" align="left" xpos="80"><input type="hidden" name="env_report" value="REMOTE_ADDR,HTTP_USER_AGENT"></td>
<td width="323" height="34" valign="top" align="left" xpos="144"><input name="Submit" type="image" value="submit" width="200" height="22"></td>
<td width="1" height="34"><spacer type="block" width="1" height="34"></td>
</tr>
<tr height="1" cntrlrow>
<td width="16" height="1"><spacer type="block" width="16" height="1"></td>
<td width="16" height="1"><spacer type="block" width="16" height="1"></td>
<td width="16" height="1"><spacer type="block" width="16" height="1"></td>
<td width="16" height="1"><spacer type="block" width="16" height="1"></td>
<td width="16" height="1"><spacer type="block" width="16" height="1"></td>
<td width="48" height="1"><spacer type="block" width="48" height="1"></td>
<td width="16" height="1"><spacer type="block" width="16" height="1"></td>
<td width="323" height="1"><spacer type="block" width="323" height="1"></td>
<td width="1" height="1"></td>
</tr>
</table>
</form>
So, just when did this place get Private Messages? YIKES!
Gippy Pages | Fuzzy Coconut XHTML Widget | PuppyCam
Offline
