• Resolved moesioli

    (@moesioli)


    Hey
    i want to add an email link with mailto:[email protected] in a cell.
    But only the domain is clickable in frontend.
    I’m using the link function in the editor.
    Do you have an idea or a workaround?

Viewing 1 replies (of 1 total)
  • Plugin Support Milos Jovanovic

    (@milosjovanovicwpdt)

    Hello,
    Firstly, I would like to sincerely apologize for the delayed response as we have been experiencing an unusually high number of tickets. I am sorry that it has taken longer than usual to respond to your concern, and your patience is highly appreciated.

    When making a “mailto” solution,  there are two ways you can achieve this.

    1. If using an URL Link column :

    You can set the “mailto” URL as the cell content, for example : mailto:[email protected]

    1986174435.png

    You can also choose to make the link appear as a button, and add button text, here is my example :

    8017653354.png

    This is how it renders in the table :

    5802011320.png

    And if we press the button , we get redirected to my Gmail Client to directly send an Email 

    7092138278.png

    2. If using a String Column:

    you have to wrap this in custom HTML and place it in a String Column cell in order for our tables to correctly render it.

    You can learn more about How to Create Mailto Links with HTML on this page,

    i will show you an example.

    If we input this HTML in a String Column in our table, <a href=”mailto:[email protected]”>Send Email</a>

    it is going to properly render – and if i click into it , it redirects me to my mailing client, with the auto-populated address of the recipient :

    9778315257.png
    6342629884.png
    4925960768.png

    Let me know if this achieves your goal, or if i perhaps misunderstood what you need.

Viewing 1 replies (of 1 total)

The topic ‘adding email link in cell’ is closed to new replies.