Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all -
I have a button that routes users to their outlook but would like to prepopulate it with a subject and body (content). That part is working but my issue is creating a line break. I've tried using <br>, </br>, chr(10) and 13 and even %0D%0A. I was wondering if anyone can point me on how to create a line break.
'mailto:qliksense@hotmail.com?subject=Please introduce yourself&body=Name, Grade, Specialty'
My desired outcome:
Subject: Please introduce yourself
Name:
Grade
Speciality
Thanks all.
I was able to get this to work by using - %0A. I've used <br> in the past and still do and it works but the %0A creates the line break.
I was able to get this to work by using - %0A. I've used <br> in the past and still do and it works but the %0A creates the line break.