Page 1 of 1

Printing off a form with the data included

Posted: Tue Apr 20, 2010 10:16 am
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

Re: Printing off a form with the data included

Posted: Fri Apr 23, 2010 8:13 pm
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.