Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

this.mailDoc Javascript How to make font in email Bold and Yellow Highlighted?

New Here ,
Mar 24, 2025 Mar 24, 2025

In the body of the email (cMsg:) I need the text and the response inf the form to be Bold and Highlighted in the body of the email. Is this possible? Thank you in advance! 

 

cMsg:  "ITEM 1 - Room Name: " + this.getField("Rooms").valueAsString + " - Cause: " + this.getField("Cause").valueAsString + "\n" +
"" + this.getField("Req").valueAsString + this.getField("quicknote").valueAsString + " " + this.getField("Notes").valueAsString + "\n" +
this.getField("PartLocation1").valueAsString + " Qty: " + this.getField("QtyS").valueAsString + " - Color: " + this.getField("Color").valueAsString + " - Manufacture: " + this.getField("Manufacture").valueAsString + "\n\n" 
TOPICS
Edit and convert PDFs , How to , JavaScript , PDF , PDF forms
91
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
1 ACCEPTED SOLUTION
Community Expert ,
Mar 24, 2025 Mar 24, 2025
LATEST

No, it's not possible. A script can only generate plain-text emails, without formatting.

View solution in original post

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 24, 2025 Mar 24, 2025
LATEST

No, it's not possible. A script can only generate plain-text emails, without formatting.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines