Avatar

Correct answer by
Level 10

Hi Bernie,

I don't think there is a submit option but you can try setting up you own button with a click event with this JavaScript.

xfa.host.exportData("", false);

This will give you the XML from the form.  If you want the whole XDP change the false to true.

Regards

Bruce

View solution in original post