Question
- Is it possible to set up a button to link to an email address instead of another page?
- I want to create a button that you can click to send an email, how can I do this?
Solution
To link a button to an email address, you will first want to set your button to link to a custom URL. In the URL field, enter in your desired email address with mailto: at the front, for example: mailto:info@mysite.com.
And that's it! When visitors click this button, they will be taken to their default email app to compose a new email to the email that you have specified.