On Thu, February 22, 2007 1:59 pm, Bruce Gilbert wrote: > I have created forms with PHP where the information in the fields is > sent via sendmail to an email, but is there a way to have the > information extracted and a pdf form created when the user hits the > submit button? Yes. To just generate a PDF on the fly from FORM (or database) data: http://php.net/pdf To create a PDF that actually *is* a FORM of sorts: http://php.net/fdf I'd recommend trying the first one out and see if that will work, before diving into the more complicated FDF stuff. -- Some people have a "gift" link here. Know what I want? I want you to buy a CD from some starving artist. http://cdbaby.com/browse/from/lynch Yeah, I get a buck. So? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php