Creating a Prepopulated Email

Hello everyone,

Does anybody know how to create a prepopulated email using data from a CMS collection? Essentially, I would like the “request info” buttons on our wine list to link to an email with the subject (and ideally the body) prepopulated with the Wine Name and Vintage. Any guidance would be greatly appreciated. Screenshot and read-only link attached for reference. Thank you!

Jaime

https://preview.webflow.com/preview/the-odd-wine-company?utm_medium=preview_link&utm_source=designer&utm_content=the-odd-wine-company&preview=7858747933b63ed0b3541512ee4bcea8&pageId=626ff96fd3de654906f76bdd&workflow=preview

In the native web flow section you can add a mailto section and a subject section directly from the button under link settings. I can’t see a body section under these settings but you can create a custom button using the HTML below.

Email Us<a href="mailto:wine@test.com?&subject=Wine%20Info&body=LearnMoreXXWine">Email Us</a> text

Great thank you so much Ryan for your help. I actually suck at all things coding so if you wouldn’t mind, could you please tell me how to implement that code onto the site?

Nevermind, I have figured it out. Thanks again!

1 Like

Glad you figured it! Feel free to reach out for anything else.