Avatar

Level 2

You're right, I will look with the certificate at another time.

The option for the moment would be to call a send to HTTP button when the postSave event of the PDF document is raised. For the moment I'm testing with a classic button for exporting the data.

So in my button click event I have done : xfa.host.exportData();

And in the form postSave event I have done : myButton.execEvent("click");

It's how you should do it ? Whatever button it is ? (classic, mail or HTTP submission)