Skip to main content
Nintex Community Menu Bar
Question

Email Button to open default mail client

  • July 9, 2024
  • 3 replies
  • 92 views

Forum|alt.badge.img+10

I am trying to code a button to send to a static email address by opening the users default mail client on click. I tried using Javascript as an inline snippet but that didn’t work. The button is coded now to open a sales force email but that will not suit my purposes. I need the button to act just as an email link field. I am sure this is easy but I am spinning my wheels right now. Thanks!

This topic has been closed for replies.

3 replies

Forum|alt.badge.img+18
  • 2192 replies
  • July 9, 2024

Tami,

Perhaps a template instead of a button, with html enabled? Then you could just use a standard html mailto: link.


Forum|alt.badge.img+10
  • Author
  • 326 replies
  • July 9, 2024

Hi Jim, Thanks for the suggestion. I had tried that but didn’t want to show a random email field. This is being used on a community portal. Perhaps I should revisit this idea and see if there is a way to conditionally hide the field.


Forum|alt.badge.img+7

Hi Tami, You may want to create a custom email button under Custom Button and Link in the Salesforce object you are working on to open users default mail client on click 715fe1f214ccc40a3def6239398c892ccf577cc5.pngthen add a button in the Skuid page with Action Type : Custom SFButton/Link and select the button you created in Salesforce. Please let me know if this makes sense. Thanks