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)
| >> | > |
| >> | > |
| >> | > |
| >> | > |
| >> | >
| >> | >
| >> | >
| >>
| >>
| >>
|
|