Hello,
I would like the adobe form to close after the user clicked on "send by email" button.
I found this code to do it automatically :
app.execMenuItem("Save");
app.execMenuItem("Close");
But I don't see where I can write it as I can't modify the click event.
Any idea ?
Thanks in advance