I can’t seem to find a way to send an email by clicking on a button. I’m using Voyager Pro Theme.
I need help on how to create a button that will open up to a new pre-addressed email.
just a link : <a href="mailto:mail@example.com"</a>
I can’t seem to get it to work.
I went to “Set Link”,
it opens a window in RW7
I can select URL, Pages, or Resources
I left the setting at URL
I put <a href=“mailto:talent@integrity-eds.com”
Then “set link”
What could I be doing wrong?
Does it open your email application when you click it?
That’s what I’m trying to achieve
I’m trying to get a button to do the same. I can enter mailto:website@website.org
and when I click the button it opens in my mail.app. That’s great. But I want to put a subject/header in the email automatically. How can I do that?
Try this and replace it with your own details/information
<a href="mailto:test@example.com?subject=Testing out mailto!"></a>
when I click “Set Link” in a button and enter this doesn’t work for me.
I even tried removing the quotes but still doesn’t work
just use: mailto:test@example.com?subject=Testing out mailto!
Odd. Worked for me using Elixir’s Flat Button stack, no problem.
Thank you! This works for me! Thank you too @robbeattie
Try encoding the spaces. Replace any spaces with: %20