Avatar

Level 3

Hi,

I have written following email script on button(not Email button). The problem is the functionality is not working in Adobe Acrobat Reader version and it is working fine in Adobe Acrobat pro and Adobe Standard

var mail;
var saddress = "test@abc.com";
var subj = "Test Subject";
mail = "mailto: " + saddress + "?Subject=" + subj;
event.target.submitForm({
cURL: mail,
bEmpty: true,
cSubmitAs: "PDF",
cCharset: "utf-8"
});

Can someone please help where I have done wrong.

Thank you in advance

Regards,

Jayakar