I am building a ColdFusion 7 MX site that uses PDF forms to capture and display data.
----- This works ------- From a machine that has Adobe Reader 7.0.x on it, if you go to http://eforms.ca/eforms/open/sla-test.pdf a PDF form will appear. (the files in "../open/.." are there for easy demonstration of the problem) If you then click on the button at the top entitled "List Form Data" it will submit to http://eforms.ca/eforms/open/pdfListData.cfm which does a <cfdump var="#FORM#"> and you will see a nice list of 40 or so fields from the PDF This is GOOD! -------- This does not work ----- If you do precisely the same thing from a machine that has Adobe Pro 8.0 on it the field list will have only two fields .. FIELDNAME with data of just one fieldname FORMID .. FORMID with data that seems to have the fieldname/value pairs that should show as separate fields. This is BAD! Does anyone have any thoughts on what might be causing it. ps The PDF form was saved with Live Cycle Designer in Adobe 8 Pro with "Save As" Acrobat 7 Static I get the same thing if I use the 7.0 version of Live Cycle Designer ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:262553 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

