Did you fill out the PDF with information in the form? The PDF form does not work like an HTML form. You have to have typed something into the fields for them to populate in the FORM object. It has something to do with the form in the PDF. You will want to edit it and check out how it is setup.
-----Original Message----- From: Rick Faircloth [mailto:[email protected]] Sent: Wednesday, February 17, 2010 10:59 AM To: cf-talk Subject: RE: Can't quite figure out how to process PDF form... Thanks for the reply, Chad... When I use the following in the method: <cffunction name = "mProcessPDFApplication" displayName = "mProcessPDFApplication" hint = "Process online PDF rental application" output = "false" returnType = "struct" access = "remote" > <cfdump var="#form#"> <cfabort> </cffunction> I get the cfdump table with just the blue rectangle that states "struct [empty]"... Any idea why the form field values wouldn't be showing up? Do I need to change the cffunction settings somehow? Rick ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:330821 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

