form submission getting frontpage error when using cinfirmation pa

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
Please give us the exact, specific error you are getting.
--
===
Tom "Pepper" Willett
Microsoft MVP - FrontPage
---
About FrontPage 2003:
http://office.microsoft.com/home/office.aspx?assetid=FX01085802
FrontPage 2003 Product Information:
http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
Understanding FrontPage:
http://msdn.microsoft.com/office/understanding/frontpage/
===
| Ok, now ALL the forms on the site get the same error. This is too weird.
| -C
|
| "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?
 
This is it:

FrontPage Error.
User: please report details to this site's webmaster.


Webmaster: please see the server's system log for more details.
 
Okay, now tell us what your host on the remote server said when you asked
them to check the server's system logs.

Thanks,

--
===
Tom "Pepper" Willett
Microsoft MVP - FrontPage
---
About FrontPage 2003:
http://office.microsoft.com/home/office.aspx?assetid=FX01085802
FrontPage 2003 Product Information:
http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
Understanding FrontPage:
http://msdn.microsoft.com/office/understanding/frontpage/
===
| This is it:
|
| FrontPage Error.
| User: please report details to this site's webmaster.
|
|
| Webmaster: please see the server's system log for more details.
|
|
| "Tom Pepper Willett" wrote:
|
| > Please give us the exact, specific error you are getting.
| > --
| > ===
| > Tom "Pepper" Willett
| > Microsoft MVP - FrontPage
| > ---
| > About FrontPage 2003:
| > http://office.microsoft.com/home/office.aspx?assetid=FX01085802
| > FrontPage 2003 Product Information:
| > http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
| > Understanding FrontPage:
| > http://msdn.microsoft.com/office/understanding/frontpage/
| > ===
| > | > | Ok, now ALL the forms on the site get the same error. This is too
weird.
| > | -C
| > |
| > | "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?
| >
| >
| >
 
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
 
If that happens look for other fields in the same form with the same
name, or for multiple forms without names containing the same field
name - field names must be unique within a form. If there are
multiple forms on a page, then the same will happen unless the forms
have unique names.
 
All the forms on the pages have unique names. The same form appears on all
the pages of the site, however. It's a newsletter sign-up. All the forms on
the site seem to be having this probelm. Forms on other sites on the same
server seem ok though.
Any ideas?
-Cheryl
 
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="(e-mail address removed)" 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>
 
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="(e-mail address removed)" 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?
 
Back
Top