Expand my Community achievements bar.

Enhance your AEM Assets & Boost Your Development: [AEM Gems | June 19, 2024] Improving the Developer Experience with New APIs and Events

How to export only the form field data in an XFA form when data connection is used

Avatar

Level 1

I have used xml data connection to populate the values in the dropdown. The data to be loaded into the DropDown is very large , So I have used data connection using xml scheme.

Then I used export data functionality to export all fields in the form to xml.Insead of exporting all the fileds it just export the values of the dropdown which has been binded through Xml Schema.

I am not having the licenced version of Adobe Life Cycle. Could you help me solving this issue ? I just want both the data binding and the export data functionality.

Thanks & regards,

Karthikeya


1 Reply

Avatar

Level 10

If you could use the below command you can get all the field values from the form.

xfa.data.saveXML("pretty");

Thanks

Srini