Custom Email Body

Hello,

Currently, I have a ‘text link’ implemented into a CMS collection list. I’ve made this ‘text link’ an email link of which opens up a new window with my device’s email account. I’m able to customize the Subject of the email, but is there a way to customize the body of the email as well?

Thank you in advance!

Webflow n00b

@Aaron_Kalvin - this is not possible in Webflow (outside of it for that matter) unless you want the body to be plain text in which case you can append a &body=my content to your mailto link.

If you need HTML or something more complex it could probably be solved in some other way, using JavaScript to open the email client with some pre-populated text and html. Just depends on what you are trying to do specifically.