Skip to main content
Inspiring
May 21, 2008
Question

A Fillable Form in pdf

  • May 21, 2008
  • 1 reply
  • 348 views
Can Coldfusion create a form/pdf that has fillable fields that can be filled out & then printed??

I've seen where it popultes a pdf form already to create a new pdf static page, but I don't want to purchase Acrobat Pro to make form fields....is that the only way?

....and what are the sites out there doing that has a subsrciption to use their service for them to create fillable web forms?
This topic has been closed for replies.

1 reply

May 22, 2008
I used LiveCycle Designer to create a .pdf form. You have to name each field and use that name in the cfpdfformparam call. The user can fill in fields and then print. This isn't nearly as involved as submitting the fields they filled in back to ColdFusion.

Scott