HTML Input form
- Started
- Last post
- 6 Responses
- Dancer
Quick one:
Is it possible for a user to print out a form they have just filled out online with all the input fields complete?
- Xentic0
after they submit the page you should generate a page with all the info and with a print button...
that's shouldn't be a very big problem.
Do you use PHP for the form?
- Dancer0
Undecided yet.
So the form has to be processed and then the user has to click again to print. Can this happen in one fail swoop? ie just one step
- tomkat0
can be done in one step, javascript should start the print job
- Dancer0
Great thanks Kat
- stewart0
in flash you can print it with one click without processing the data - and you can embed fonts to make the input text look better.
i once made a form to print personified certificates for university students.
- welded0
For what it's worth, Acrobat can do this, too.