Quantcast
Channel: Adobe Community : Discussion List - Security & Digital Signatures
Viewing all articles
Browse latest Browse all 4693

Add a data signature to my email button that is using a MailTo

$
0
0

I have the an email button on a form with the following code. 

 

var subject = "text";

var body = "text";

 

var myDoc = event.target;

 

try {

     myDoc.mailDoc ({

     bUI: false,

     cTo: 'email address',

     cSubject: subject,

     cMsg: body,

     cSubmitAs: "PDF"

     });

} cach (e) {

}

 

I would like to add data signature to this button.  Therefore, I am just wondering is there a way to do?

 

Any help would greatly be appreciated!

 

BT


Viewing all articles
Browse latest Browse all 4693

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>