|
| A R C H I V E D M E S S A G E |
|
Subject: Stop Auto Reply |
| Posted: 04/17/2003 at 7:47:39 pm |
| By: alan |
| can i stop auto reply AS Iam Using This Form On Travel Related Site about 133 form for 1 script if a client contact all my listing then he receive 133 auto reply can any help turn the auto reply off.
many thanks | |
|
|
Subject: Re: Stop Auto Reply |
| Posted: 04/18/2003 at 7:48:10 pm |
| By: Seth Knorr |
| This is easy simple just change the field:
<input type=hidden name=sendreply value=0>
Seth
| |
|
|
Subject: Re: Stop Auto Reply |
| Posted: 04/18/2003 at 7:48:24 pm |
| By: alan |
| Sorry seth what i want is to receive the form result in html and no auto reply the script now send the webmaster result in txt format can you help on this
| |
|
|
Subject: Re: Stop Auto Reply |
| Posted: 04/22/2003 at 7:49:51 pm |
| By: Seth Knorr |
| OK,
so if you do not want to receive the regualr form results set:
$send_email_results = "2";
in bizmail.cgi
Then if you don't want the person filling out the form to receive an auto response, simply put in the form:
<input type=hidden name=email value=YOUREMAIL>
then in your form put a field
<input type=hidden name=Prospects_email>
set sendreply to 1 and message_format to html
<input type=hidden name=sendreply value=1>
<input type=hidden name=message_format value=html>
then personalize the htmlbizmail.mes the way you want the results to apear in your email, and they will be in HTML format.
And you will be all set.
Seth
| |
|
|