Multiple Confirmation pages

C

cw3jgn

Can I get specific confirmation page (choice of 2) to display based upon a counter. Every Fifth input form submitted?
 
T

Thomas A. Rowe

Not when using the FP Form Handler, would require a server-side scripting
language such as ASP, PHP, etc. to process the form and render the
confirmation page.

--

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

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


cw3jgn said:
Can I get specific confirmation page (choice of 2) to display based upon a
counter. Every Fifth input form submitted?
 
C

cw3jgn

Would I be able to add a script on the page to do it from my web site?

----- Thomas A. Rowe wrote: -----

Not when using the FP Form Handler, would require a server-side scripting
language such as ASP, PHP, etc. to process the form and render the
confirmation page.

--

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

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


cw3jgn said:
Can I get specific confirmation page (choice of 2) to display based upon a
counter. Every Fifth input form submitted?
 
T

Thomas A. Rowe

You basically would have to write a custom script to process the form, then
based on a specific value, etc. process the data, then return the user to a
specific confirmation page. I do not think you will find anything already
written, plus how you accomplish this will depend on what is supported by
your web host.

--

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

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
Top