Thanks for the suggestions try67, but tried this.mailDoc() and Submit Form from the web with Acrobat DC recently? (Create a link from a website to a pdf doc stored on the web.) I tried both and they didn't work.
I tried this code -
this.maildoc({
bUI: false,
cTo: "myaddress@gmail.com",
cCC: "my2ndaddress@gmail.com",
cSubject: "Employee Application",
cMsg: "From the on-line job application form"
});
When I clicked the submit button, it opens an email doc with most of the information (not the CC), but the pdf is not attached.
Thanks for the suggestions try67, but tried this.mailDoc() and Submit Form from the web with Acrobat DC recently? (Create a link from a website to a pdf doc stored on the web.) I tried both and they didn't work.
I tried this code -
this.maildoc({
bUI: false,
cTo: "myaddress@gmail.com",
cCC: "my2ndaddress@gmail.com",
cSubject: "Employee Application",
cMsg: "From the on-line job application form"
});
When I clicked the submit button, it opens an email doc with most of the information (not the CC), but the pdf is not attached.
The Submit Form does nothing.
Please let me know if it works for you. Thanks!