FrontPage Confirmation Pages

G

Guest

Can the Confirmation Pages in FP2003 be linked together using the same data
from the original form.
I have a form, which is linked through to a continuation page, the user then
checks the input and then clicks the complete button, the then returns the
second confirmation page which some additional info.
 
T

Thomas A. Rowe

No. When FP displays a confirmation page, the form content has already been processed, you can not
go back and make changes, they have to re-submit.

To so what you want, requires the use of a server-side scripting solution written in ASP, ASP.net,
PHP, etc. to accomplish.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
S

Stefan B Rusynko

Or the 1st page needs to send the results to the 2nd page (as hidden fields for all fields) and only the 2nd page submits the form
See http://www.developer.irt.org/script/15.htm

--




| No. When FP displays a confirmation page, the form content has already been processed, you can not
| go back and make changes, they have to re-submit.
|
| To so what you want, requires the use of a server-side scripting solution written in ASP, ASP.net,
| PHP, etc. to accomplish.
|
| --
| ==============================================
| Thomas A. Rowe (Microsoft MVP - FrontPage)
| WEBMASTER Resources(tm)
|
| FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| ==============================================
| To assist you in getting the best answers for FrontPage support see:
| http://www.net-sites.com/sitebuilder/newsgroups.asp
|
| | > Can the Confirmation Pages in FP2003 be linked together using the same data
| > from the original form.
| > I have a form, which is linked through to a continuation page, the user then
| > checks the input and then clicks the complete button, the then returns the
| > second confirmation page which some additional info.
|
|
 
G

Guest

Sorry, possibly I wasn't too clear, the additional info is contained in the
form itself, its the data from form one appears in confirmation 1 and again
in confirmation 2, the user does not add any new new data.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top