I ran into this one last week. Dump the #FORM# object if you are using HTTP. <cfdump var="#FORM#">
You dont even need the <cfpdfform> tag you have running. The PDF submits the form fields just like a <form method="post"> HTML tag. -----Original Message----- From: Rick Faircloth [mailto:[email protected]] Sent: Wednesday, February 17, 2010 9:30 AM To: cf-talk Subject: RE: Can't quite figure out how to process PDF form... Hi, Leigh...and thanks for replying. I can only assume it's "post", since the only submission options are Submit to: - HTTP address - Email address - FTP address - FDF file And I have "HTTP address" chosen as the submission method ( going to my localhost, for now). Suggestions? Rick -----Original Message----- From: Leigh [mailto:[email protected]] Sent: Tuesday, February 16, 2010 11:26 PM To: cf-talk Subject: Re: Can't quite figure out how to process PDF form... There are different ways to submit forms. POST, fdf, as pdf, etcetera. How is your form being submitted? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330819 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

