Nothing has been changed at
http://www.safetymanual.com/order.html
Did you read my post explained all you did wrong
- about not saving to the results to the form page in U-File="order.html"
- about deleting the illegal line of code
<SaveResults" S-Email-Format="TEXT/PRE" S-Email-Address="
[email protected],
[email protected],
[email protected]" startspan U-File="test_form.htm" S-Format -->
--
_____________________________________________
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.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________
| That might be right, but something isn't right. My customer tells me that
| when he tests the order page, it shows the confirmation page, and it also
| displays previous submittal forms from other customers before hand...
| DISPLAYING them on the screen... which it shouldn't do at all.
|
| Can you tell me if you are getting the same results... displaying the same
| characters after the fact, after the submittal page of confirmation pops up,
| and there should be no "''' after it, or anything else for that matter?
|
| I would appreciate this, otherwsie, something else entirely has to be done!
|
| "Thomas A. Rowe" wrote:
|
| > The form at:
| >
http://www.safetymanual.com/manual_o.htm
| > works correctly, as it display the default confirmation page, under form properties | Options |
| > Confirmation Page you would browse to the page within your current open FP web, that you want the
| > user taken too after the form has been submitted.
| >
| > --
| > ==============================================
| > Thomas A. Rowe (Microsoft MVP - FrontPage)
| > ==============================================
| > If you feel your current issue is a results of installing
| > a Service Pack or security update, please contact
| > Microsoft Product Support Services:
| >
http://support.microsoft.com
| > If the problem can be shown to have been caused by a
| > security update, then there is usually no charge for the call.
| > ==============================================
| >
| > | > > Thomas-
| > >
| > > I created several custom pages, but the webbots of the "form" in IE keeps
| > > pointing to the "_vit_bin/shtml.exe" foler which doesn't exist nor if i FTP
| > > does it appear that I can operate or alter that confirmation page.
| > >
| > > This is very frustrating... in (with) Firefox browser it works fine,
| > > although it doesn't send the e-mail to the customer's account, but it does
| > > forward to the custom page in order to point to the shopping cart.
| > >
| > > So, tell me how to I fix this in IE so that when someone visits and enters
| > > the data they can be redirected to the custom page and forward to the
| > > shopping cart.
| > >
| > > I would appreciate any code, or white pages to help me fix this problem.
| > >
| > > "Thomas A. Rowe" wrote:
| > >
| > >> The FP Form Handler must process to a confirmation page, either the default one or a custom one.
| > >> A
| > >> custom confirmation is any page you want to indicate, such as a page within the shopping cart,
| > >> and
| > >> if wanted, can have custom confirmation fields, the will show the user what was just submitted.
| > >>
| > >> However the confirmation page can not have any server-side scripting.
| > >>
| > >> --
| > >> ==============================================
| > >> Thomas A. Rowe (Microsoft MVP - FrontPage)
| > >> ==============================================
| > >> If you feel your current issue is a results of installing
| > >> a Service Pack or security update, please contact
| > >> Microsoft Product Support Services:
| > >>
http://support.microsoft.com
| > >> If the problem can be shown to have been caused by a
| > >> security update, then there is usually no charge for the call.
| > >> ==============================================
| > >>
| > >> | > >> > Hi Tom-
| > >> >
| > >> > Those help files don't really help me, does anyone have a suggestions of
| > >> > white pages that will guide me step by step... I don't want the page to go to
| > >> > the default confirmation page?
| > >> >
| > >> > Thanks!
| > >> >
| > >> > "Tom [Pepper] Willett" wrote:
| > >> >
| > >> >> You can do a custom confirmation page. See information in the help files.
| > >> >> --
| > >> >> Tom [Pepper] Willett
| > >> >> Microsoft MVP - FrontPage
| > >> >> FrontPage Support:
http://www.frontpagemvps.com/
| > >> >> ----------
| > >> >> in message | > >> >> > Hi Ronx-
| > >> >> >
| > >> >> > My customers and I want to edit that confirmation page to point to his
| > >> >> > shopping cart. Why can I not edit that page, to direct it?
| > >> >> >
| > >> >> > "Ronx" wrote:
| > >> >> >
| > >> >> >> It is supposed to do that. That location is the FP extensions form
| > >> >> >> processor - and the page displayed will be the confirmation page.
| > >> >> >> --
| > >> >> >> Ron Symonds - Microsoft MVP (FrontPage)
| > >> >> >> Reply only to group - emails will be deleted unread.
| > >> >> >> FrontPage Support:
http://www.frontpagemvps.com/
| > >> >> >>
| > >> >> >> "
[email protected]" <
[email protected]>
| > >> >> >> wrote in message
| > >> >> >> | > >> >> >> > Hi Stefan-
| > >> >> >> >
| > >> >> >> > I did as you suggested in FP with creating a new form page.
| > >> >> >> >
| > >> >> >> > Visit:
http://www.safetymanual.com/manual_o.htm
| > >> >> >> >
| > >> >> >> > You will see it places itself in the forwarding location of
| > >> >> >> > "_vti_bin/shtml.exe/manual)o.htm", why is it doing this!
| > >> >> >> >
| > >> >> >> > This is the problem we are encountering? Is this... could it be from
| > >> >> >> > our
| > >> >> >> > hosting provider doing this... did they do this? Or is there
| > >> >> >> > something I
| > >> >> >> > could have done wrong?
| > >> >> >> > "Stefan B Rusynko" wrote:
| > >> >> >> >
| > >> >> >> >> Too many errors to list
| > >> >> >> >> 1) Delete the illegally pasted code line
| > >> >> >> >> <SaveResults" S-Email-Format="TEXT/PRE"
| > >> >> >> >> S-Email-Address="
[email protected],
[email protected],
| > >> >> >> >>
[email protected]"
| > >> >> >> >> startspan U-File="test_form.htm" S-Format -->
| > >> >> >> >> - cause by your editing the file outside of FP or in code view
| > >> >> >> >> 2) FP does not support multiple email addresses
| > >> >> >> >> - many hosts will only send to an email address at the server so
| > >> >> >> >> remove the 2 that are not at
[email protected]
| > >> >> >> >> (probably why your form does not use your custom confirmation page
| > >> >> >> >> test_form.htm)
| > >> >> >> >> 3) You are sending the form (save results) to itself (order.html)
| > >> >> >> >> - so everyone's data is showing below the form at
| > >> >> >> >>
http://www.safetymanual.com/order.html (delete all of them)
| > >> >> >> >> - save results in another page (a file new file in the _private
| > >> >> >> >> folder named say formrslt2.htm)
| > >> >> >> >> 4) Form names w/ spaces are illegal html
| > >> >> >> >> name="Safety Manual Order Form"
| > >> >> >> >> - rename it as say name="Safety_Manual_Order_Form"
| > >> >> >> >> - or better still apply some FP form field validation to prevent
| > >> >> >> >> empty forms
| > >> >> >> >> 5) remove the 2nd form from formrslt2.htm
| > >> >> >> >>
| > >> >> >> >> IMHO
| > >> >> >> >> Delete the starting page (orders.html) and create it using the FP
| > >> >> >> >> forms wizard instead of manually trying to edit code you are not
| > >> >> >> >> familiar with
| > >> >> >> >> - FP will create a results page for you in the private folder
| > >> >> >> >> - set your custom confirmation to a page like test_form.htm w/ a
| > >> >> >> >> link to your cart
| > >> >> >> >>
| > >> >> >> >> --
| > >> >> >> >>
| > >> >> >> >> _____________________________________________
| > >> >> >> >> 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.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
| > >> >> >> >> _____________________________________________
| > >> >> >> >>
| > >> >> >> >>
| > >> >> >> >> "
[email protected]"
| > >> >> >> >> | > >> >> >> >> | Hello-
| > >> >> >> >> |
| > >> >> >> >> | In developing the pages of "Safetymanual.com", specifically this
| > >> >> >> >> link:
| > >> >> >> >> |
http://www.safetymanual.com/order.html
| > >> >> >> >> |
| > >> >> >> >> | It creates an order page inside a hidden location on the server
| > >> >> >> >> where I can
| > >> >> >> >> | not access!
| > >> >> >> >> |
| > >> >> >> >> | It goes here...
| > >> >> >> >> |
http://www.safetymanual.com/_vti_bin/shtml.exe/order.html
| > >> >> >> >> |
| > >> >> >> >> | But I can not access this page to alter the message to where I
| > >> >> >> >> want it to
| > >> >> >> >> | go. My customer really would like the page to point to:
| > >> >> >> >> |
| > >> >> >> >> |
| > >> >> >> >>
http://www.safetymanual.com/shopmanuals/agora.cgi?xm=on&product=Manual
| > >> >> >> >> |
| > >> >> >> >> | Instead of the page it goes too before it. In other words... we
| > >> >> >> >> take a
| > >> >> >> >> | step-by-step walk through. First we visit:
| > >> >> >> >> |
http://www.safetymanual.com/order.html (using IE), it pops up
| > >> >> >> >> page at:
| > >> >> >> >> |
http://www.safetymanual.com/_vti_bin/shtml.exe/order.html which
| > >> >> >> >> tells us:
| > >> >> >> >> | "Form Confirmation
| > >> >> >> >> | Thank you for submitting the following information:
| > >> >> >> >> |
| > >> >> >> >> | Return to the form."
| > >> >> >> >> |
| > >> >> >> >> | Which in tur points us to:
| > >> >> >> >> |
http://www.safetymanual.com/formrslt2.htm
| > >> >> >> >> | (Oh, by the way, there is garbage below on this page... it starts
| > >> >> >> >> with:
| > >> >> >> >> |
| > >> >> >> >> |
| > >> >> >> >> | "","","","","","Office","","","Cell Phone","","","","","Select
| > >> >> >> >> |
| > >> >> >> >> Industry","","","No","","","No","","","","Monthly","Weekly","","Monthly","","Not
| > >> >> >> >> | Performed","","","","Safety Director","","","","Select
| > >> >> >> >> One","","","","Select
| > >> >> >> >> | One","","Credit Card","Submit Order"
| > >> >> >> >> "","","","","","Office","","","Cell
| > >> >> >> >> | Phone","","","","","Select
| > >> >> >> >> |
| > >> >> >> >> Industry","","","No","","","No","","","","Monthly","Weekly","","Monthly","","Not
| > >> >> >> >> | Performed","","","","Safety Director","","","","Select
| > >> >> >> >> One","","","","Select
| > >> >> >> >> | One","","Credit Card","Submit Order...
| > >> >> >> >> |
| > >> >> >> >> | I click on the link here which takes me to where I want to go.
| > >> >> >> >> The contend
| > >> >> >> >> | from the order page is being sent no problem... is there anyway
| > >> >> >> >> to alter that
| > >> >> >> >> | confirmation page to either point directly at the shopping cart,
| > >> >> >> >> or at least
| > >> >> >> >> | the page in the middle? I've tried numerous times for more than
| > >> >> >> >> five hours
| > >> >> >> >> | trying to figure tis out.
| > >> >> >> >> |
| > >> >> >> >> | Also, a final note... will the submittal of the e-mail also work
| > >> >> >> >> if someone
| > >> >> >> >> | is using a different browser? I'd appreicate any feedback on this
| > >> >> >> >> urgent
| > >> >> >> >> | crisis!
| > >> >> >> >> |
| > >> >> >> >> |
| > >> >> >> >> | Thank you!
| > >> >> >> >>
| > >> >> >> >>
| > >> >> >> >>
| > >> >> >>
| > >> >> >>
| > >> >> >>
| > >> >>
| > >> >>
| > >> >>
| > >>
| > >>
| > >>
| >
| >
| >