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
-
Is there an admin here and could please remove my email address which I forgot to exclude in my previous post?
-
Aesome, that worked.
Thank you sooooo much :)
Content aside
- 2 yrs agoLast active
- 2Replies
- 107Views