Can i change the default email message when PDF attaches to email?
i using acrobat professional 9. have created pdf form fields , submit button. have submit button setup attach completed pdf email.
the email auto populates default message: "the attached file filled-out form. please open review data."
is there way edit this?
thanks can provide.
yes, using script. can use maildoc method, this:
this.maildoc({ cto: "name@server.com", csubject: "subject line", cmsg: "the text of email" });
More discussions in PDF Forms
adobe
Comments
Post a Comment