Multiple Confirmation pages

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can I get specific confirmation page (choice of 2) to display based upon a counter. Every Fifth input form submitted?
 
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?
 
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?
 
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.
==============================================
 

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

Back
Top