form and confirmation page

M

marc

Can a new form be added under the confirmations on the confirmation page?
Can this new form then again be sent to a confirmation page?
 
R

Ronx

If you are using the FrontPage extensions to process the original form,
then you cannot add a new form to the confirmation page. The new form
would be submitted automatically without the user even seeing it. This
feature is used to send form results to multiple email addresses.

If you use some other means (asp, asp.NET, PHP etc.) to handle the original
form, then you can add a form to the processing/confirmation page, and
provide a different form handler/confirmation page for that second form.
 
S

Stefan B Rusynko

Yes your confirmation page can have another form on it with a separate confirmation page

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


| Can a new form be added under the confirmations on the confirmation page?
| Can this new form then again be sent to a confirmation page?
| --
| Thanks in advance. Marc
 
M

marc

Ronx you wrote: "If you use some other means (asp, asp.NET, PHP etc.) to
handle the original form, then you can add a form to the
processing/confirmation page, and provide a different form
handler/confirmation page for that second form." Do you mean by this what
FrontPage is talking about when it says in it's Notes:" If you are saving
your form results to a database, you must save your confirmation page with an
..asp extension"?
 
R

Ronx

asp, asp.NET, PHP are languages or technologies for processing scripts on
the server, and delivering the results of the processing to the browser as
HTML. FrontPage uses asp to process data to and from databases, since the
FrontPage extensions cannot do this.
FrontPage needs an .asp extension for the confirmation pages for its
database forms to keep things simple.

If you write your own scripts, you could use a .htm page - or any other
extension - for the confirmation page, provided the server supports the
technology or language used. And these confirmation pages can have any
content, including another form.
 

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