Dear Jonathan,
here is my sort code (see my email and your email reply below for more information):
<input type=hidden name="sort" value="name,company,title,phone,fax,email,subject,comments">
and here is the email, which is missing "title" that i get when i test the contact form:
Below is the result of your feedback form. It was submitted by
(greg@...) on Thursday, March 18, 2004 at 13:22:26
---------------------------------------------------------------------------
name: greg guido
company: Liquid Realty Partners
phone: 212-499-0799
fax: 212-308-4130
comments: Yo
---------------------------------------------------------------------------
what's wrong? thanks.
here are is the code for each form:
<INPUT TYPE="TEXT" NAME="name" SIZE="30" CLASS="shadeform"> Name (required)<BR>
</TD></TR><TR><TD>
<INPUT TYPE="TEXT" NAME="company" SIZE="30" CLASS="shadeform"> Company<BR>
</TD></TR><TR><TD>
<INPUT TYPE="TEXT" NAME="title" SIZE="30" CLASS="shadeform"> Title<BR>
</TD></TR><TR><TD>
<INPUT TYPE="TEXT" NAME="phone" SIZE="30" CLASS="shadeform"> Phone<BR>
</TD></TR><TR><TD>
<INPUT TYPE="TEXT" NAME="fax" SIZE="30" CLASS="shadeform"> Fax<BR>
</TD></TR><TR><TD>
<INPUT TYPE="TEXT" NAME="email" SIZE="30" CLASS="shadeform"> E-Mail (required)<BR>
</TD></TR><TR><TD>
<INPUT TYPE="TEXT" NAME="subject" SIZE="30" CLASS="shadeform"> Subject<BR>
</TD></TR><TR><TD>
Greg Guido
Liquid Realty Partners
(212) 421-0799 (office)
(212) 308-4130 (fax)
greg@... <mailto:greg@...>
http://www.liquidrealty.com <http://www.liquidrealty.com>
-----Original Message-----
From: Jonathan Stowe [mailto:jns@...]
Sent: Thursday, March 18, 2004 3:38 AM
To: greg guido
Cc: NMS-CGI-Support
Subject: Re: [Nms-cgi-support] formmail email
On Wed, 2004-03-17 at 10:54, greg guido wrote:
> how do i add (eg. code) additional items/headers in the email i
> receive from my "submit" form on my website. my email looks like this:
>
> Below is the result of your feedback form. It was submitted by
> (greg@...) on Wednesday, March 17, 2004 at 13:48:54
> ---------------------------------------------------------------------------
>
>
> name: greg guido
>
> deal type: None selected
>
> comments: YOYO
>
> ---------------------------------------------------------------------------
>
> and above "comments" i would like to add "deal size", which is another text box that is on my "submit" form, but is
not being displayed in the emails i receive from the form.
>
> thanks.
>
We would need to see your configuration and form to be certain but I
would guess that you have either not given the other field a name or
that you have a 'sort' parameter that does not include it.
/J\
|