Avatar

Level 10

You shoudl not be using xfdf formats with an XFA form. You can use the command xfa.host.exportData("", false). This will bring up a dialog and allow the user to choose the file name of the xml file that they want. If you woudl rather stick with the command format that you have use the event.target.exportXFAData instead.

Paul