I created a adobe dynamic xml form and I also created a sample cold fusion script which reads all the fields from the pdf and populates them in to a structure.
<cfpdfform action="read" source= "FORM PATH" result="formData" />
<cfdump var="#formData#" label="formData" />
When I run this script the structure shows me blank fields.
Cold fusion version is 8.
Please share your thoughts on this.
Many Thanks,