Forum Discussion
SoniaLewis-e975
2 years agoCommunity Member
Assigning attributes to Variables within an Email via JavaScript
Hello, I have set up an email trigger using JavaScript which works:
var player = GetPlayer(); var email="[my email address]"; var subject="Assessment: Manual Handling"; var body_start=("Atten...
Jürgen_Schoene_
Community Member
the whole mailTo-link is plain text (no bold, no colors, ...)
for bold/italic/underline there is a trick with Mathematical Alphanumeric Symbols
https://stackoverflow.com/questions/32947586/mailto-and-format-bold-italic
but it's only available a-zA-Z - no special chars
Jürgen
SoniaLewis-e975
2 years agoCommunity Member
"the whole mailTo-link is plain text (no bold, no colors, ...)" - of course it is! haha
Thanks for the link but not being a real coder I'm afraid it means nothing to me. I've decided not to worry about it and just leave as plain text. Thanks for your help :)