0

Line break for emails via print button

I am trying to figure out how to get a line break between the contents of 2 text fields, when using a button to send emails.

The fiels 'Salutation' will e.g. include: Dear Peter.

Then before adding the text from the 'Report' field, I do like to have 2 line breaks.

Currently, the text from the Report field start right after the Salutation.

 

sendEmail({
from: "myemail@address.com",
to: Submit,
subject: Subject,
text: Salutation + Report
})

 

Any help would be appreciated :)

2 replies

null
    • NetSol Co., Ltd.
    • Bernd_Krell
    • 2 yrs ago
    • Reported - view

    Is there an admin here and could please remove my email address which I forgot to exclude in my previous post?

    • NetSol Co., Ltd.
    • Bernd_Krell
    • 2 yrs ago
    • Reported - view

    Aesome, that worked.

    Thank you sooooo much :)

Content aside

  • 2 yrs agoLast active
  • 2Replies
  • 102Views