Form Field in an Include

S

Steve

I have 2 forms. I only need each one to email me results. I'm using the
same confirmation page for each form.

1 form works fine - Contact Form (http://www.dipietro.biz/contact.htm). The
other - a 1-field Newsletter Sign-Up Form - does not.

2 Problems With The Newsletter Sign-up Form:
1) takes you to an error page instead of the confirm page
The error message reads -
"FrontPage Error.
User: please report details to this site's webmaster.
Webmaster: please see the server's application event log for more details."

2) sends me duplicate emails of the results

I've tried - using a different confirm page instead of the same one as the
other form; using an absolute and relative link to the confirm page; placing
the confirm page in the _include directory; every combination of the above.

Any help would be greatly appreciated. Thanks!
Steve




- is in an include directory (left side of each page)
 
R

Rick Budde

And what did the server event log say when you presented
this problem to your host?
 
S

Steve

Rick -

this is what I got from my host ---
"I'm sorry Steve, the server's event log has no reference to any errors on
your site. Whatever the problem is it is not logging through the event
logger."

Do you think the problem could be caused by the fact that the form is a
one-field form, and/or the fact that it's in an include?

Steve
 
S

Steve

Rob -

I deleted the form altogether. Uploaded without it. Re-did the form &
uploaded. Still same "Front Page Error" page, & still get duplicate emails
of the results. If it's 2 forms in one, I have no clue how to fix. Any
ideas on how to fix it?

One other thought --- the url of the error page is -
http://www.dipietro.biz/_vti_bin/shtml.dll/index.htm

I've seen problems regarding the _vti_bin directory before. Could this give
an indication of what the error is?

Thanks everyone in advance.
Steve
 
C

Chuck Davis

-----Original Message-----
Honestly don't know...I've never put a form within a include before.
I'll try it later, until then maybe someone else will pick up on this.



| Rob -
|
| I deleted the form altogether. Uploaded without it. Re-did the form &
| uploaded. Still same "Front Page Error" page, & still get duplicate emails
| of the results. If it's 2 forms in one, I have no clue how to fix. Any
| ideas on how to fix it?
|
| One other thought --- the url of the error page is -
| http://www.dipietro.biz/_vti_bin/shtml.dll/index.htm
|
| I've seen problems regarding the _vti_bin directory before. Could this give
| an indication of what the error is?
|
| Thanks everyone in advance.
| Steve
|
| "Rob Giordano (aka: Crash Gordon®)" wrote:
|
| > oops sorry I misunderstood - i was looking at the wrong page.
| >
| > Quick look at the newsletter form...the one on include
page...kinda doesn't look like its a form...but two parts
of a form...text box and separate Submit....maybe thats the
problem.
| >
| >
| > "Rob Giordano (aka: Crash Gordon®)"
| > Steve,
| >
| > Try a relative path to your confirmation page rather
than the absolute one you have
(http://www.dipietro.biz/contact-confirm.htm)
| >
| > Dunno if thats it, but worth a try.
| >
| > R/
| >
| >
| > | Rick -
| > |
| > | this is what I got from my host ---
| > | "I'm sorry Steve, the server's event log has no reference to any errors on
| > | your site. Whatever the problem is it is not logging through the event
| > | logger."
| > |
| > | Do you think the problem could be caused by the fact that the form is a
| > | one-field form, and/or the fact that it's in an include?
| > |
| > | Steve
| > |
| > | "Rick Budde" wrote:
| > |
| > | > And what did the server event log say when you presented
| > | > this problem to your host?
| > | >
| > | > >-----Original Message-----
| > | > >forgot to mention...
| > | > >the form with the problems is in an Include Directory
| > | > (the left border)
| > | > >http://www.dipietro.biz/_includes/left-border.htm
| > | > >
| > | > >obviously, the site is http://www.dipietro.biz/
| > | > >
| > | > >Thanks!
| > | > >Steve
| > | > >
| > | > >"Steve" wrote:
| > | > >
| > | > >> I have 2 forms. I only need each one to email me
| > | > results. I'm using the
| > | > >> same confirmation page for each form.
| > | > >>
| > | > >> 1 form works fine - Contact Form
| > | > (http://www.dipietro.biz/contact.htm). The
| > | > >> other - a 1-field Newsletter Sign-Up Form - does not.
| > | > >>
| > | > >> 2 Problems With The Newsletter Sign-up Form:
| > | > >> 1) takes you to an error page instead of the confirm
| > | > page
| > | > >> The error message reads -
| > | > >> "FrontPage Error.
| > | > >> User: please report details to this site's webmaster.
| > | > >> Webmaster: please see the server's application event
| > | > log for more details."
| > | > >>
| > | > >> 2) sends me duplicate emails of the results
| > | > >>
| > | > >> I've tried - using a different confirm page instead of
| > | > the same one as the
| > | > >> other form; using an absolute and relative link to the
| > | > confirm page; placing
| > | > >> the confirm page in the _include directory; every
| > | > combination of the above.
| > | > >>
| > | > >> Any help would be greatly appreciated. Thanks!
| > | > >> Steve
| > | > >
| > | > >.
| > | > >
Steve, take a look at the source code on my site:
http://www.anthemwebs.com There is a form in the include in
the left shared border.
 
S

Stefan B Rusynko

The newsletter (single email entry form on the left of page) has no action other than post
- you haven't told it what to do w/ the results
- set your form properties to do something w/ the eMail_Address users enter
Email them to you, save them to a file or db, etc.

<form method="POST" name="FrontPage_Form1" action="_vti_bin/shtml.dll/contact.htm" onSubmit="return FrontPage_Form1_Validator(this)"
language="JavaScript" webbot-action="--WEBBOT-SELF--">
<input TYPE="hidden" NAME="VTI-GROUP" VALUE="0">
<p>&nbsp;
<input type="text" name="eMail_Address" size="20" tabindex="1" maxlength="45">
<input type="submit" value="Submit" name="B1"></p>
</form>




| I have 2 forms. I only need each one to email me results. I'm using the
| same confirmation page for each form.
|
| 1 form works fine - Contact Form (http://www.dipietro.biz/contact.htm). The
| other - a 1-field Newsletter Sign-Up Form - does not.
|
| 2 Problems With The Newsletter Sign-up Form:
| 1) takes you to an error page instead of the confirm page
| The error message reads -
| "FrontPage Error.
| User: please report details to this site's webmaster.
| Webmaster: please see the server's application event log for more details."
|
| 2) sends me duplicate emails of the results
|
| I've tried - using a different confirm page instead of the same one as the
| other form; using an absolute and relative link to the confirm page; placing
| the confirm page in the _include directory; every combination of the above.
|
| Any help would be greatly appreciated. Thanks!
| Steve
|
|
|
|
| - is in an include directory (left side of each page)
|
|
|
|
 
R

Ronx

The form, as on your home page, will not work because the webbot code is
missing. It is missing the code that starts

<!--webbot bot="SaveResults" S-Email-Format="HTML/BR" S-Email-Address="

which is present in the included border file.
The webbot code tells the extensions what to do with the submitted data.

A quick test on my site produced the same result. It would appear that you
cannot use a FrontPage form in an included file or shared border - I suspect
that the same will apply to Dynamic Web Templates as well. The reasoning
behind this is that every form will attempt to update the same results file,
or send to the same email address, which may not be desirable in every
case - here FP has opted for caution.

The webbot code tells the extensions what to do with the submitted data.
 
S

Steve

Stefan -

Thanks for your help.

I don't understand the phrase "I haven't told it..." All I've done is
create the form using FP03. I haven't tried to write any code. I've used
FP03 to make forms numerous times. I've never had any problems before.

I noticed the code you supplied had a link to _vti_bin directory. I don't
have such a directory on my local web or on the server. At least as far as I
can tell. Should that directory exist?
 
S

Steve

Stefan -

I tried the code you supplied. I get the same error page instead of the
confirmation page. It also still sends results in duplicate.

This is maddening. I think I need MS support for this.
 
S

Stefan B Rusynko

Didn't tell you to use the code in my post -
That was the code from your page as it was online showing the lack of any action destination
Right Click the Form and set Form Properties Options
- you need some result file or email location




| Stefan -
|
| I tried the code you supplied. I get the same error page instead of the
| confirmation page. It also still sends results in duplicate.
|
| This is maddening. I think I need MS support for this.
|
| "Stefan B Rusynko" wrote:
|
| > The newsletter (single email entry form on the left of page) has no action other than post
| > - you haven't told it what to do w/ the results
| > - set your form properties to do something w/ the eMail_Address users enter
| > Email them to you, save them to a file or db, etc.
| >
| > <form method="POST" name="FrontPage_Form1" action="_vti_bin/shtml.dll/contact.htm" onSubmit="return
FrontPage_Form1_Validator(this)"
| > language="JavaScript" webbot-action="--WEBBOT-SELF--">
| > <input TYPE="hidden" NAME="VTI-GROUP" VALUE="0">
| > <p>
| > <input type="text" name="eMail_Address" size="20" tabindex="1" maxlength="45">
| > <input type="submit" value="Submit" name="B1"></p>
| > </form>
| >
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > To find the best Newsgroup for FrontPage support see:
| > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > _____________________________________________
| >
| >
| > | I have 2 forms. I only need each one to email me results. I'm using the
| > | same confirmation page for each form.
| > |
| > | 1 form works fine - Contact Form (http://www.dipietro.biz/contact.htm). The
| > | other - a 1-field Newsletter Sign-Up Form - does not.
| > |
| > | 2 Problems With The Newsletter Sign-up Form:
| > | 1) takes you to an error page instead of the confirm page
| > | The error message reads -
| > | "FrontPage Error.
| > | User: please report details to this site's webmaster.
| > | Webmaster: please see the server's application event log for more details."
| > |
| > | 2) sends me duplicate emails of the results
| > |
| > | I've tried - using a different confirm page instead of the same one as the
| > | other form; using an absolute and relative link to the confirm page; placing
| > | the confirm page in the _include directory; every combination of the above.
| > |
| > | Any help would be greatly appreciated. Thanks!
| > | Steve
| > |
| > |
| > |
| > |
| > | - is in an include directory (left side of each page)
| > |
| > |
| > |
| > |
| >
| >
| >
 
S

Steve

Stefan - I really appreciate your time.

Below is the code that's being used right now...still get the same error
page & results emailed in duplicate. I think it has the proper form action
(all I need is email results; don't need results to go to a file.) Does this
look right to you?


<form method="POST" name="Newsletter"
action="../_vti_bin/shtml.dll/_includes/left-border.htm"
webbot-action="--WEBBOT-SELF--" onSubmit="">
<!--webbot bot="SaveResults" S-Email-Format="TEXT/PRE"
S-Email-Address="[email protected]" B-Email-Label-Fields="TRUE"
S-Date-Format="%A, %B %d, %Y" S-Time-Format="%I:%M %p" S-Builtin-Fields="Date
Time" S-Form-Fields="Address " U-Confirmation-Url="../contact-confirm.htm"
B-Email-ReplyTo-From-Field="TRUE" S-Email-ReplyTo="Address"
B-Email-Subject-From-Field="FALSE" S-Email-Subject="DiPietro Marketing Group
Newsletter" startspan --><input TYPE="hidden" NAME="VTI-GROUP"
VALUE="0"><!--webbot bot="SaveResults" i-checksum="43374" endspan -->
<p><input type="text" name="Address" size="20" tabindex="1"><br>
<input type="submit" value="Submit" name="B1" tabindex="2"></p>

Stefan B Rusynko said:
Didn't tell you to use the code in my post -
That was the code from your page as it was online showing the lack of any action destination
Right Click the Form and set Form Properties Options
- you need some result file or email location




| Stefan -
|
| I tried the code you supplied. I get the same error page instead of the
| confirmation page. It also still sends results in duplicate.
|
| This is maddening. I think I need MS support for this.
|
| "Stefan B Rusynko" wrote:
|
| > The newsletter (single email entry form on the left of page) has no action other than post
| > - you haven't told it what to do w/ the results
| > - set your form properties to do something w/ the eMail_Address users enter
| > Email them to you, save them to a file or db, etc.
| >
| > <form method="POST" name="FrontPage_Form1" action="_vti_bin/shtml.dll/contact.htm" onSubmit="return
FrontPage_Form1_Validator(this)"
| > language="JavaScript" webbot-action="--WEBBOT-SELF--">
| > <input TYPE="hidden" NAME="VTI-GROUP" VALUE="0">
| > <p>
| > <input type="text" name="eMail_Address" size="20" tabindex="1" maxlength="45">
| > <input type="submit" value="Submit" name="B1"></p>
| > </form>
| >
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > To find the best Newsgroup for FrontPage support see:
| > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > _____________________________________________
| >
| >
| > | I have 2 forms. I only need each one to email me results. I'm using the
| > | same confirmation page for each form.
| > |
| > | 1 form works fine - Contact Form (http://www.dipietro.biz/contact.htm). The
| > | other - a 1-field Newsletter Sign-Up Form - does not.
| > |
| > | 2 Problems With The Newsletter Sign-up Form:
| > | 1) takes you to an error page instead of the confirm page
| > | The error message reads -
| > | "FrontPage Error.
| > | User: please report details to this site's webmaster.
| > | Webmaster: please see the server's application event log for more details."
| > |
| > | 2) sends me duplicate emails of the results
| > |
| > | I've tried - using a different confirm page instead of the same one as the
| > | other form; using an absolute and relative link to the confirm page; placing
| > | the confirm page in the _include directory; every combination of the above.
| > |
| > | Any help would be greatly appreciated. Thanks!
| > | Steve
| > |
| > |
| > |
| > |
| > | - is in an include directory (left side of each page)
| > |
| > |
| > |
| > |
| >
| >
| >
 
R

Ronx

Steve,
This is the code from the page to be included in the other pages. When it
is included in other pages the comment starting <!--webbot bot="SaveResults
is excluded from the inclusion process - the extensions cannot process the
form.

You cannot use a FrontPage form within an included page.

--
Ron Symonds (Microsoft MVP - FrontPage)
Reply only to group - emails will be deleted unread.


Steve said:
Stefan - I really appreciate your time.

Below is the code that's being used right now...still get the same error
page & results emailed in duplicate. I think it has the proper form
action
(all I need is email results; don't need results to go to a file.) Does
this
look right to you?


<form method="POST" name="Newsletter"
action="../_vti_bin/shtml.dll/_includes/left-border.htm"
webbot-action="--WEBBOT-SELF--" onSubmit="">
<!--webbot bot="SaveResults" S-Email-Format="TEXT/PRE"
S-Email-Address="[email protected]" B-Email-Label-Fields="TRUE"
S-Date-Format="%A, %B %d, %Y" S-Time-Format="%I:%M %p"
S-Builtin-Fields="Date
Time" S-Form-Fields="Address " U-Confirmation-Url="../contact-confirm.htm"
B-Email-ReplyTo-From-Field="TRUE" S-Email-ReplyTo="Address"
B-Email-Subject-From-Field="FALSE" S-Email-Subject="DiPietro Marketing
Group
Newsletter" startspan --><input TYPE="hidden" NAME="VTI-GROUP"
VALUE="0"><!--webbot bot="SaveResults" i-checksum="43374" endspan -->
<p><input type="text" name="Address" size="20" tabindex="1"><br>
<input type="submit" value="Submit" name="B1" tabindex="2"></p>

Stefan B Rusynko said:
Didn't tell you to use the code in my post -
That was the code from your page as it was online showing the lack of any
action destination
Right Click the Form and set Form Properties Options
- you need some result file or email location




| Stefan -
|
| I tried the code you supplied. I get the same error page instead of
the
| confirmation page. It also still sends results in duplicate.
|
| This is maddening. I think I need MS support for this.
|
| "Stefan B Rusynko" wrote:
|
| > The newsletter (single email entry form on the left of page) has no
action other than post
| > - you haven't told it what to do w/ the results
| > - set your form properties to do something w/ the eMail_Address users
enter
| > Email them to you, save them to a file or db, etc.
| >
| > <form method="POST" name="FrontPage_Form1"
action="_vti_bin/shtml.dll/contact.htm" onSubmit="return
FrontPage_Form1_Validator(this)"
| > language="JavaScript" webbot-action="--WEBBOT-SELF--">
| > <input TYPE="hidden" NAME="VTI-GROUP" VALUE="0">
| > <p>
| > <input type="text" name="eMail_Address" size="20" tabindex="1"
maxlength="45">
| > <input type="submit" value="Submit" name="B1"></p>
| > </form>
| >
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > To find the best Newsgroup for FrontPage support see:
| > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > _____________________________________________
| >
| >
| > | I have 2 forms. I only need each one to email me results. I'm
using the
| > | same confirmation page for each form.
| > |
| > | 1 form works fine - Contact Form
(http://www.dipietro.biz/contact.htm). The
| > | other - a 1-field Newsletter Sign-Up Form - does not.
| > |
| > | 2 Problems With The Newsletter Sign-up Form:
| > | 1) takes you to an error page instead of the confirm page
| > | The error message reads -
| > | "FrontPage Error.
| > | User: please report details to this site's webmaster.
| > | Webmaster: please see the server's application event log for more
details."
| > |
| > | 2) sends me duplicate emails of the results
| > |
| > | I've tried - using a different confirm page instead of the same one
as the
| > | other form; using an absolute and relative link to the confirm
page; placing
| > | the confirm page in the _include directory; every combination of
the above.
| > |
| > | Any help would be greatly appreciated. Thanks!
| > | Steve
| > |
| > |
| > |
| > |
| > | - is in an include directory (left side of each page)
| > |
| > |
| > |
| > |
| >
| >
| >
 
S

Stefan B Rusynko

Actually you can have a form on an include page, but on many servers (UNIX) it will cause the doubling of include pages problem




| Steve,
| This is the code from the page to be included in the other pages. When it
| is included in other pages the comment starting <!--webbot bot="SaveResults
| is excluded from the inclusion process - the extensions cannot process the
| form.
|
| You cannot use a FrontPage form within an included page.
|
| --
| Ron Symonds (Microsoft MVP - FrontPage)
| Reply only to group - emails will be deleted unread.
|
|
| | > Stefan - I really appreciate your time.
| >
| > Below is the code that's being used right now...still get the same error
| > page & results emailed in duplicate. I think it has the proper form
| > action
| > (all I need is email results; don't need results to go to a file.) Does
| > this
| > look right to you?
| >
| >
| > <form method="POST" name="Newsletter"
| > action="../_vti_bin/shtml.dll/_includes/left-border.htm"
| > webbot-action="--WEBBOT-SELF--" onSubmit="">
| > <!--webbot bot="SaveResults" S-Email-Format="TEXT/PRE"
| > S-Email-Address="[email protected]" B-Email-Label-Fields="TRUE"
| > S-Date-Format="%A, %B %d, %Y" S-Time-Format="%I:%M %p"
| > S-Builtin-Fields="Date
| > Time" S-Form-Fields="Address " U-Confirmation-Url="../contact-confirm.htm"
| > B-Email-ReplyTo-From-Field="TRUE" S-Email-ReplyTo="Address"
| > B-Email-Subject-From-Field="FALSE" S-Email-Subject="DiPietro Marketing
| > Group
| > Newsletter" startspan --><input TYPE="hidden" NAME="VTI-GROUP"
| > VALUE="0"><!--webbot bot="SaveResults" i-checksum="43374" endspan -->
| > <p><input type="text" name="Address" size="20" tabindex="1"><br>
| > <input type="submit" value="Submit" name="B1" tabindex="2"></p>
| >
| > "Stefan B Rusynko" wrote:
| >
| >> Didn't tell you to use the code in my post -
| >> That was the code from your page as it was online showing the lack of any
| >> action destination
| >> Right Click the Form and set Form Properties Options
| >> - you need some result file or email location
| >>
| >> --
| >>
| >> _____________________________________________
| >> SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| >> "Warning - Using the F1 Key will not break anything!" (-;
| >> To find the best Newsgroup for FrontPage support see:
| >> http://www.net-sites.com/sitebuilder/newsgroups.asp
| >> _____________________________________________
| >>
| >>
| >> | >> | Stefan -
| >> |
| >> | I tried the code you supplied. I get the same error page instead of
| >> the
| >> | confirmation page. It also still sends results in duplicate.
| >> |
| >> | This is maddening. I think I need MS support for this.
| >> |
| >> | "Stefan B Rusynko" wrote:
| >> |
| >> | > The newsletter (single email entry form on the left of page) has no
| >> action other than post
| >> | > - you haven't told it what to do w/ the results
| >> | > - set your form properties to do something w/ the eMail_Address users
| >> enter
| >> | > Email them to you, save them to a file or db, etc.
| >> | >
| >> | > <form method="POST" name="FrontPage_Form1"
| >> action="_vti_bin/shtml.dll/contact.htm" onSubmit="return
| >> FrontPage_Form1_Validator(this)"
| >> | > language="JavaScript" webbot-action="--WEBBOT-SELF--">
| >> | > <input TYPE="hidden" NAME="VTI-GROUP" VALUE="0">
| >> | > <p>
| >> | > <input type="text" name="eMail_Address" size="20" tabindex="1"
| >> maxlength="45">
| >> | > <input type="submit" value="Submit" name="B1"></p>
| >> | > </form>
| >> | >
| >> | > --
| >> | >
| >> | > _____________________________________________
| >> | > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| >> | > "Warning - Using the F1 Key will not break anything!" (-;
| >> | > To find the best Newsgroup for FrontPage support see:
| >> | > http://www.net-sites.com/sitebuilder/newsgroups.asp
| >> | > _____________________________________________
| >> | >
| >> | >
| >> | >> | > | I have 2 forms. I only need each one to email me results. I'm
| >> using the
| >> | > | same confirmation page for each form.
| >> | > |
| >> | > | 1 form works fine - Contact Form
| >> (http://www.dipietro.biz/contact.htm). The
| >> | > | other - a 1-field Newsletter Sign-Up Form - does not.
| >> | > |
| >> | > | 2 Problems With The Newsletter Sign-up Form:
| >> | > | 1) takes you to an error page instead of the confirm page
| >> | > | The error message reads -
| >> | > | "FrontPage Error.
| >> | > | User: please report details to this site's webmaster.
| >> | > | Webmaster: please see the server's application event log for more
| >> details."
| >> | > |
| >> | > | 2) sends me duplicate emails of the results
| >> | > |
| >> | > | I've tried - using a different confirm page instead of the same one
| >> as the
| >> | > | other form; using an absolute and relative link to the confirm
| >> page; placing
| >> | > | the confirm page in the _include directory; every combination of
| >> the above.
| >> | > |
| >> | > | Any help would be greatly appreciated. Thanks!
| >> | > | Steve
| >> | > |
| >> | > |
| >> | > |
| >> | > |
| >> | > | - is in an include directory (left side of each page)
| >> | > |
| >> | > |
| >> | > |
| >> | > |
| >> | >
| >> | >
| >> | >
| >>
| >>
| >>
|
|
 
S

Steve

I took the previous advice & removed the form from the include page, & put it
on each individual page. Pain in the neck, but at least it's working now.

Thank you all so much for your concern and help.
Steve

Stefan B Rusynko said:
Actually you can have a form on an include page, but on many servers (UNIX) it will cause the doubling of include pages problem




| Steve,
| This is the code from the page to be included in the other pages. When it
| is included in other pages the comment starting <!--webbot bot="SaveResults
| is excluded from the inclusion process - the extensions cannot process the
| form.
|
| You cannot use a FrontPage form within an included page.
|
| --
| Ron Symonds (Microsoft MVP - FrontPage)
| Reply only to group - emails will be deleted unread.
|
|
| | > Stefan - I really appreciate your time.
| >
| > Below is the code that's being used right now...still get the same error
| > page & results emailed in duplicate. I think it has the proper form
| > action
| > (all I need is email results; don't need results to go to a file.) Does
| > this
| > look right to you?
| >
| >
| > <form method="POST" name="Newsletter"
| > action="../_vti_bin/shtml.dll/_includes/left-border.htm"
| > webbot-action="--WEBBOT-SELF--" onSubmit="">
| > <!--webbot bot="SaveResults" S-Email-Format="TEXT/PRE"
| > S-Email-Address="[email protected]" B-Email-Label-Fields="TRUE"
| > S-Date-Format="%A, %B %d, %Y" S-Time-Format="%I:%M %p"
| > S-Builtin-Fields="Date
| > Time" S-Form-Fields="Address " U-Confirmation-Url="../contact-confirm.htm"
| > B-Email-ReplyTo-From-Field="TRUE" S-Email-ReplyTo="Address"
| > B-Email-Subject-From-Field="FALSE" S-Email-Subject="DiPietro Marketing
| > Group
| > Newsletter" startspan --><input TYPE="hidden" NAME="VTI-GROUP"
| > VALUE="0"><!--webbot bot="SaveResults" i-checksum="43374" endspan -->
| > <p><input type="text" name="Address" size="20" tabindex="1"><br>
| > <input type="submit" value="Submit" name="B1" tabindex="2"></p>
| >
| > "Stefan B Rusynko" wrote:
| >
| >> Didn't tell you to use the code in my post -
| >> That was the code from your page as it was online showing the lack of any
| >> action destination
| >> Right Click the Form and set Form Properties Options
| >> - you need some result file or email location
| >>
| >> --
| >>
| >> _____________________________________________
| >> SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| >> "Warning - Using the F1 Key will not break anything!" (-;
| >> To find the best Newsgroup for FrontPage support see:
| >> http://www.net-sites.com/sitebuilder/newsgroups.asp
| >> _____________________________________________
| >>
| >>
| >> | >> | Stefan -
| >> |
| >> | I tried the code you supplied. I get the same error page instead of
| >> the
| >> | confirmation page. It also still sends results in duplicate.
| >> |
| >> | This is maddening. I think I need MS support for this.
| >> |
| >> | "Stefan B Rusynko" wrote:
| >> |
| >> | > The newsletter (single email entry form on the left of page) has no
| >> action other than post
| >> | > - you haven't told it what to do w/ the results
| >> | > - set your form properties to do something w/ the eMail_Address users
| >> enter
| >> | > Email them to you, save them to a file or db, etc.
| >> | >
| >> | > <form method="POST" name="FrontPage_Form1"
| >> action="_vti_bin/shtml.dll/contact.htm" onSubmit="return
| >> FrontPage_Form1_Validator(this)"
| >> | > language="JavaScript" webbot-action="--WEBBOT-SELF--">
| >> | > <input TYPE="hidden" NAME="VTI-GROUP" VALUE="0">
| >> | > <p>
| >> | > <input type="text" name="eMail_Address" size="20" tabindex="1"
| >> maxlength="45">
| >> | > <input type="submit" value="Submit" name="B1"></p>
| >> | > </form>
| >> | >
| >> | > --
| >> | >
| >> | > _____________________________________________
| >> | > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| >> | > "Warning - Using the F1 Key will not break anything!" (-;
| >> | > To find the best Newsgroup for FrontPage support see:
| >> | > http://www.net-sites.com/sitebuilder/newsgroups.asp
| >> | > _____________________________________________
| >> | >
| >> | >
| >> | >> | > | I have 2 forms. I only need each one to email me results. I'm
| >> using the
| >> | > | same confirmation page for each form.
| >> | > |
| >> | > | 1 form works fine - Contact Form
| >> (http://www.dipietro.biz/contact.htm). The
| >> | > | other - a 1-field Newsletter Sign-Up Form - does not.
| >> | > |
| >> | > | 2 Problems With The Newsletter Sign-up Form:
| >> | > | 1) takes you to an error page instead of the confirm page
| >> | > | The error message reads -
| >> | > | "FrontPage Error.
| >> | > | User: please report details to this site's webmaster.
| >> | > | Webmaster: please see the server's application event log for more
| >> details."
| >> | > |
| >> | > | 2) sends me duplicate emails of the results
| >> | > |
| >> | > | I've tried - using a different confirm page instead of the same one
| >> as the
| >> | > | other form; using an absolute and relative link to the confirm
| >> page; placing
| >> | > | the confirm page in the _include directory; every combination of
| >> the above.
| >> | > |
| >> | > | Any help would be greatly appreciated. Thanks!
| >> | > | Steve
| >> | > |
| >> | > |
| >> | > |
| >> | > |
| >> | > | - is in an include directory (left side of each page)
| >> | > |
| >> | > |
| >> | > |
| >> | > |
| >> | >
| >> | >
| >> | >
| >>
| >>
| >>
|
|
 
Top