|
| A R C H I V E D M E S S A G E |
|
Subject: Writing to the datafile doesnt work |
| Posted: 03/11/2004 at 9:04:47 pm |
| By: Buddhasack |
| I would like to set-up my form so that it doesnt require an email address to write to the datafile. Currently when I click submit it doesnt update the datafile. But when I put in an email address, it does. I just want to capture data from a form and im not interested in having autorepsonders whatsoever. Is this possible. BTW GREAT product!! | |
|
|
Subject: Re: Writing to the datafile doesnt work |
| Posted: 03/12/2004 at 6:10:58 am |
| By: Seth Knorr |
| You currently have your form setup to send an auto-response email to the form poster. This by default would mean that an email address would need to be present to send that auto-response.
However since you don't want an auto-response to go out. simply remove the below two fields from your form.
<input type="hidden" name="sendreply" value="1">
<input type="hidden" name="reply_subject" value="{firstname} This is the reply subject">
Seth | |
|
|