Hey everybody, so I'm trying to get a simple HTML form with Name, Address, and Email Address fields to be submitted to a PDF form document via FDF. I've just read the article at http://www.phpbuilder.com/columns/uwe20001116.php3 and am not quite understanding if this is possible or how to do it.
I have a PDF form for my business already created. I just want the HTML form input fields to be sent to the corresponding fields in the PDF document so users can then print out the form - rather than them fill it in by hand and me have to read their bad handwriting.
Is anyone out there so kind as to direct me how to do this or know of a good tutorial on how to implement this?
Thanks so much!