Saving page as PDF or as HTML but with all entries
- by Fincha
Hello every one :)
I wont to create a pdf from a form on my page, but the Problem is, I need it excactly like the page with form, all entires.
So I have for example
2 Input Fields, 7 Radio, 2 Checkboxes, and as result i need a PDF with the same sructure, but if someone check the checkbox, it must be saved in pdf.
I have tryed to save the html content of the page on submit, and save it first in html file, but the problem is, my selections woundn't be saved.
The result must have the same as i would print my form.
I hope someone can help.
PS: I using PHP and jQuery