0
New Here
,
/t5/acrobat-discussions/is-it-possible-to-generate-html-e-mail-through-javascript-in-a-pdf-form-button/td-p/12371111
Sep 08, 2021
Sep 08, 2021
Copy link to clipboard
Copied
Hi everyone,
I can generate an e-mail through a PDF Form button (Javascript), but I have no luck in generating in HTML format. All the e-mails come out in Plain Text in Outlook.
When I try to add the HTML tags for the e-mail body in the JavaScript, the e-mail displays the tags in the e-mail body rather than switching to HTML in Outlook (ex.: <b>Title</b> instead of showing Title)
I'm using mailMsg() to generate the e-mail, but I also couldn't manage to do it using mailDoc().
Is there any other way I can do that? Is that even possible?
TOPICS
JavaScript
,
PDF forms
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
1 ACCEPTED SOLUTION
Community Expert
,
LATEST
/t5/acrobat-discussions/is-it-possible-to-generate-html-e-mail-through-javascript-in-a-pdf-form-button/m-p/12371180#M327851
Sep 08, 2021
Sep 08, 2021
Copy link to clipboard
Copied
No, plain-text only.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
LATEST
/t5/acrobat-discussions/is-it-possible-to-generate-html-e-mail-through-javascript-in-a-pdf-form-button/m-p/12371180#M327851
Sep 08, 2021
Sep 08, 2021
Copy link to clipboard
Copied
No, plain-text only.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

