Printing off a form with the data included

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
scorpio90
Forum Newbie
Posts: 23
Joined: Wed Mar 10, 2010 10:45 am
Location: Newcastle

Printing off a form with the data included

Post by scorpio90 »

hi guys,

i dont know if this is possible but ..

what i have is a form where clients to enter their data and details, however i want them to be abl to print the form off and sign when they have entered their infomation (this will keep i neet an tidey so that the admin can reed and process it properly when they receive it on there end) ...

i am currently using a java print button, however i doesnt seem to be capturing the data on the screen :s ....

is there any other java button or a script that i can use that will enable this to work.

an even better option would possibly be a button where once they(the client) hit it say for example 'save and print' ... it then saves the form to their desktop for their personal referance and will also print the form off that is filled in.

any help on this would be great ... thankyou in advance :D
JakeJ
Forum Regular
Posts: 675
Joined: Thu Dec 10, 2009 6:27 pm

Re: Printing off a form with the data included

Post by JakeJ »

You could use something like tcpdf and have it output the results of the form they fill out to a pdf file so they can save, print, store the form themselves.
Post Reply