Once an employee completes a form, I'd like them to be able to click a button that simply emails a message to a designated recipient saying "The form has been completed." I do not want any data related to the PDF or the PDF itself to accompany the message. Also, I'd like to take advantage of the CC and BCC fields. Here's the script I'm using, but unfortunately it emails the PDF along with the message. Any way to adjust?? Thanks!
this.mailMail ({
cTo:
"name [at] company [dot] org", cSubject: "testing",cCc: "name2 [at] company [dot] org",cBcc: "name3 [at] company [dot] org", cMsg: "This is a test",});
- AcrobatUsers Community Expert - Contact me personally at try6767 [at] gmail [dot] com
Check out my custom-made scripts website: http://try67.blogspot.com