I am getting ready to make a disk based web site. It is
going to be very simple. Question and answers form. then
at end of questions and answers I want it to print the
results. Now heres my question. I have worked with Forms
before in fact I have several web based forms that email
the gathered information. What can any of you reccomend
as to how I transfer the information input to a
printiable form. Is there some easy way of doing this?
NONE of the information is going to be stored beyond the
print except the hard print copy. I don't need a data
base. this is just going to be point and click answers -
Print results. Any help welcomed. Thanks in advance.

PS. Maybe some of you may know a script I can down load
for a small fee or for free. PHP or something, and can
post the link.

Disk based web question by Bill

Bill
Wed May 26 04:44:49 CDT 2004

The default confirmation form list what the user
submitted. If this is not to your liking you store the
form field values using cookies to deliver a custom page.
Webs Unlimited has a wizard for this. You can also use a
pass values using hidden fields an then retrieve them. The
best way is to submit the results to database, then use
DRW as a custom confirmation page displaying the results.
You can do this on a disk based web then test it on your
hosting server.

Bill Schroyer
bill@frontpagewiz.com
http://www.frontpagewiz.com

>-----Original Message-----
>I am getting ready to make a disk based web site. It is
>going to be very simple. Question and answers form. then
>at end of questions and answers I want it to print the
>results. Now heres my question. I have worked with Forms
>before in fact I have several web based forms that email
>the gathered information. What can any of you reccomend
>as to how I transfer the information input to a
>printiable form. Is there some easy way of doing this?
>NONE of the information is going to be stored beyond the
>print except the hard print copy. I don't need a data
>base. this is just going to be point and click answers -
>Print results. Any help welcomed. Thanks in advance.
>
>PS. Maybe some of you may know a script I can down load
>for a small fee or for free. PHP or something, and can
>post the link.
>.
>

Re: Disk based web question by Stefan

Stefan
Wed May 26 04:53:47 CDT 2004

If you are going to publish it to an online site using the FP SE (required for the FP forms handler), create a custom confirmation
page (File New Page and select the template page), add you form fields add a note on it for users to print the page from the browser
Modify your form to use the custom confirmation page
--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________


"Lawrence" <anonymous@discussions.microsoft.com> wrote in message news:124ea01c442b0$6467d460$a401280a@phx.gbl...
| I am getting ready to make a disk based web site. It is
| going to be very simple. Question and answers form. then
| at end of questions and answers I want it to print the
| results. Now heres my question. I have worked with Forms
| before in fact I have several web based forms that email
| the gathered information. What can any of you reccomend
| as to how I transfer the information input to a
| printiable form. Is there some easy way of doing this?
| NONE of the information is going to be stored beyond the
| print except the hard print copy. I don't need a data
| base. this is just going to be point and click answers -
| Print results. Any help welcomed. Thanks in advance.
|
| PS. Maybe some of you may know a script I can down load
| for a small fee or for free. PHP or something, and can
| post the link.