Is it currently possible to put an email query link into an X theme button?

I have tried several times to add the code I found in another post re: this subject and I cannot seem to get it working.

this is the post I am trying to do this on:

I’d like the button to perform as the "Please Contact Us"Link does and I expect I am doing something wrong!

Thanks for your help!

Hi There,

If you want the button to call, you need to add to href > tel:333333333

If you are looking to achieve something else, please provide a more detailed explation

Thanks!

The “please contact us” link is an email link that includes subject line- that is what I am trying to accomplish within the button- I followed code supplied elsewhere on the for this functionality and I cannot seem to get it working.

Currently you hit on the button I placed at bottom of post and it returns you to top of page - does not open email client with subject and email.

Thanks for clarifying on how to make it an email link.

Hi,

In that case, you can add mailto:admin@yoursite.com?subject=free chocolate as href of your button element.

Hope that helps.

Thanks, that is what I am trying to do but I do not use cornerstone on my individual posts, just my pages.

I am entering the button like this:

[x_button size=“large” block=“true” circle=“false” icon_only=“false” href=“studio@carladawnbehrlenyc.com?subject=Custom Made Stretch Enquiry"] Interested in Custom-Made?[/x_button]

Button then looks the way I want but it goes to “page not found” I am not quite sure what I am missing in my code.

Thanks for your help

doh I see my mistake! let me change and check it again!!!

Ok have entered the button like so:

[x_button size=“large” block=“true” circle=“false” icon_only=“false” href=“mailto:studio@carladawnbehrlenyc.com?subject=Custom Made Stretch Enquiry"] Interested in Custom-Made?[/x_button]

Still goes to page not found- and still not sure what I am missing- I think I have been looking at this for too long ! :frowning: !

Hi there,

It seems to be because of the incorrect quote next to the href attribute in the shortcode .

Please use:

[x_button size="large" block="true" circle="false" icon_only="false" href="mailto:studio@carladawnbehrlenyc.com?subject=Custom Made Stretch Enquiry"]

Hope this helps.

Thank You-Thank you that did it!

You’re welcome.