0

Insert paragraphs/line breaks into email button?
Does anyone know how to create paragraphs please?
I have a button that opens an email using openURL and mailto:, and inserts the text - some of which is in the code, other bits are pulled from table fields - into the email.
It is working, as in operating correctly, but there are no paragraphs or line breaks, it just runs all the text together. Any ideas?
This is my code:
openURL("mailto:" + Customer.'Customer Email' + "?" + "&" + "&subject=" + Status + "&" + "body=" + "Hi " + Customer.'Customer Name' + ","
+ "*AUTOMATED EMAIL*” +
“There has been a status change with your job today (" + today() + ").
" + 'Bike / Item' + " | " + 'Reference #' + "
New Status: " + Status + "
Estimated Completion Date: " + 'Completion Date')
Like Follow