Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
124rooski
Partner - Creator
Partner - Creator

creating a line break within an email hyperlink in a button

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.

Labels (2)
1 Solution

Accepted Solutions
124rooski
Partner - Creator
Partner - Creator
Author

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.

View solution in original post

1 Reply
124rooski
Partner - Creator
Partner - Creator
Author

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.