interactive web page

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

Guest

I want to create a web page of text that the viewer can fill in the
blanks...such as a legal document...and then print it for their use...can
anyone help?
 
One way would be to provide the document as a fillable PDF for them to
download fillout and print.


|I want to create a web page of text that the viewer can fill in the
| blanks...such as a legal document...and then print it for their use...can
| anyone help?
 
I'm familiar with PDF files but not sure if I ever heard of a "fillable" PDF.
I'll take a look. Any other thoughts?

Dan
 
The best way to do this would be with server-side script, where the user just fill in a the field on
a form, then server-side script inserts the field values into the document as is displayed on the
screen. The user then must configure their browser's print option to not print headers and footers,
etc.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
You need Acrobat (not the reader) or any pdf creator that will allow you to
create fillable PDF's (fillable = form fields the user can fill in).


| I'm familiar with PDF files but not sure if I ever heard of a "fillable"
PDF.
| I'll take a look. Any other thoughts?
|
| Dan
|
| "Rob Giordano (Crash)" wrote:
|
| > One way would be to provide the document as a fillable PDF for them to
| > download fillout and print.
| >
| >
| > | > |I want to create a web page of text that the viewer can fill in the
| > | blanks...such as a legal document...and then print it for their
use...can
| > | anyone help?
| >
| >
| >
 
Back
Top