Explain what you mean by keyword field
If you are looking for the field name to enter on your confirm page it is: T1
(the only field in your form example below)
But your problem may be you are trying to send mail to an email address that is not at your domain
- many hosts will not allow that , check w/ them
- also make sure they have Email transport enabled for the site under the FP SE
|I can't find the keyword field...maybe that's the problem...can youlook at it
| for me?
| I am a real novice. Thanks.
| -Cheryl
| <form method="POST" name="newsletter" action="--WEBBOT-SELF--"
| onSubmit="location.href='_derived/nortbots.htm';return false;"
| webbot-onSubmit>
| <!--webbot bot="SaveResults"
| U-File="_private/newsletterform_results.csv" S-Format="TEXT/CSV"
| S-Label-Fields="TRUE" B-Reverse-Chronology="FALSE" S-Email-Format="TEXT/PRE"
| S-Email-Address="
[email protected]" B-Email-Label-Fields="TRUE"
| B-Email-Subject-From-Field="FALSE" S-Email-Subject="newsletter sign-up"
| S-Builtin-Fields U-Confirmation-Url="confirmation.htm" startspan --><input
| TYPE="hidden" NAME="VTI-GROUP" VALUE="0"><!--webbot bot="SaveResults"
| i-checksum="43374" endspan -->
| <p align="center" style="margin: 4">
| <input type="text" name="T1" size="16"><br>
| email<br>
| <input type="submit" value="Submit" name="B1"><input
| type="reset" value="Reset" name="B2"></p>
| </form>
|
| "Wally" wrote:
|
| > You may have the same problem I am experiencing where FP adds a number to
| > some of the form field names. It will make the field "keyword" to be
| > "keyword1" and my form now doesn't recognize the field and I have ot manually
| > edit out the numbers. Look at the form in the "code view" and see if that is
| > the problem. You can manually edit the numbers out there.
| >
| > Wally
| >
| > "Cheryli" wrote:
| >
| > > THis just started happening to this site. The gurus at the server say its
| > > the form issue.
| > > eagleriveralaskarealestate.com collect newsletter emails- on the right side
| > > of the page.
| > > redirects to confirmation.htm
| > > hit submit and the confirmation page does not come up but a frontpage error
| > > does.
| > > Why?