Link to email in main navigation menu. Possible?

I would like an item in the main navigation menu that, when clicked, opens an email program just like a regular mailto link. I’ve been playing around with the Offsite page style, but it doesn’t seem to work if a mailto command is put into the URL link field. Any ideas? (I know I could use a Contact page. I really just want a direct email link in the menu.)

I’ve just done it using the Offsite page type. May not be the ‘correct’ way but it seems to work.

Just use a bit of HTML like this for the page name:

<a href="mailto:myemail@gmail.com">Email me</a>

and you should be good to go.

Rob

4 Likes

Perfect! Thanks Rob, that worked beautifully.

1 Like

Glad to be of assistance.

good tip Rob - you’re a hard core coder!

2 Likes

Haha. Very funny. That’ll be the day…

2 Likes

This topic was automatically closed 6 days after the last reply. New replies are no longer allowed.