FP97: Incorrect Confirmation Page if Submission Contains Feedback (187248)
The information in this article applies to:
- Microsoft FrontPage 97 for Windows with Bonus Pack
This article was previously published under Q187248 For a Microsoft FrontPage 2000 version of this article, see 197402.
For a Microsoft FrontPage 98 version of this article, see 194054.
SYMPTOMS
If a confirmation page for a form submission contains a feedback form, the
confirmation page will not be displayed. In other words, the confirmation
page for the second form will appear in the Web browser rather than the
confirmation page for the first form. You will not receive any error
message. If both are configured to send the results in e-mail, two e-mail
messages will be generated. The first will contain the properly filled out
information; the second will contain no information.
CAUSE
FrontPage allows the same data to be sent to multiple files or e-mail
recipients. It does this by stringing together one or more custom
confirmation pages containing forms with the same field names. A side
effect of this feature is that it does not allow you to fill out and submit
a simple series of pages with different forms.
RESOLUTION
To submit a series of forms without generating intervening confirmation
pages, you can redirect the form. Note that redirection does not work if
your Web browser does not support it. To do this, follow these steps:
- Start FrontPage Editor and perform the following steps:
- On the File menu, click New.
- Click Normal Page, and click OK.
- On the File menu, click Save As.
- In the "File path within your FrontPage Web" box, type
redir1.htm and click OK.
- Insert a META tag by following these steps:
- On the File menu, click Page Properties, and then click the Custom
tab.
- In the System Variable section, click Add.
- In the Name box, type refresh. In the Value box, type 0; url=[form page two] where [form page two] is the file name of the second page that contains a form. Click OK.
- On the File menu, click Save.
- Open the page containing the first form.
- Right-click the form, and click Form Properties on the menu that
appears.
- Click Options.
- Click the Confirmation Page tab.
- In the URL Of Confirmation Page box, type redir1.htm.
- On the File menu, click Save.
NOTE: If you need to chain together a series of more than two forms, create
a separate redirection and place it between each form page using the
procedure described above.
Modification Type: | Major | Last Reviewed: | 2/28/2002 |
---|
Keywords: | kbprb KB187248 |
---|
|