help - problem with form confirmation page

  • Thread starter Thread starter charlotte
  • Start date Start date
C

charlotte

I want to create a form which, when the user fills it in,
the submit button takes the viewer through to
a 'protected' page not otherwise accessible. Frontpage is
automatically creating a confirmation page that I don't
want, and even tho I've hyperlinked the 'submit' button
on the form to the protected page (and it works in test
view), on the website it just goes to the confirmation
page, which I can't work out how to access in order to
edit it. Can someone help me??!
Thanks
 
You will need to create a custom confirmation page, as you can not modify
the one generated by the FP extensions.

If you really want to avoid having a confirmation page, then you will have
to use a server-side script written in ASP, PHP, etc. to process the form
data and then re-direct to another page and not use the FP Form Handler.

--

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

FrontPage Resources, 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