How to direct a submit form and direct to another page?

S

Siaria

I am curious about using a FP 03 created form and having the submit button both email me the results of the form and link to the next part of the process - i.e. another web page. There does not seem to be a protocol for this in the form properties. Thank you for whatever illumination you can offer. DNS server ipowerweb
Siaria
 
T

Thomas A. Rowe

Use the custom confirmation function to go to the next page, unless you need
to carry data forward, in which case you will need to custom write the form
handler in a server-side script, such as ASP, PHP, etc. to accomplish.

--

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

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


Siaria said:
I am curious about using a FP 03 created form and having the submit button
both email me the results of the form and link to the next part of the
process - i.e. another web page. There does not seem to be a protocol for
this in the form properties. Thank you for whatever illumination you can
offer. DNS server ipowerweb
 
S

Stefan B Rusynko

PS
Make sure in Tools Page Options Authoring you have enabled the FP SE




| Use the custom confirmation function to go to the next page, unless you need
| to carry data forward, in which case you will need to custom write the form
| handler in a server-side script, such as ASP, PHP, etc. to accomplish.
|
| --
|
| ==============================================
| Thomas A. Rowe (Microsoft MVP - FrontPage)
| WEBMASTER Resources(tm)
|
| FrontPage Resources, Forums, 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
|
| | > I am curious about using a FP 03 created form and having the submit button
| both email me the results of the form and link to the next part of the
| process - i.e. another web page. There does not seem to be a protocol for
| this in the form properties. Thank you for whatever illumination you can
| offer. DNS server ipowerweb
| > Siaria
|
|
 
Top