Skip to main content

I have a staff list which includes emails on it. At the moment the  emails are displayed as text. Can anbody advise on how to show the emails in way that if someone clicks on it its it will open an email to them. I hope this makes sense

Hi,


 


Are you looking to setup something similar to the below scenario?


 


1. In the list view, add an additional column and set to use Data Label control.



2. Enable Literal checkbox and add an expression to the control.



3. The Expression is setup to use inline Hyperlink function and 'mailto:' value.


Hyperlink (emailaddress, mailto:emailadress)


 



4. At runtime, the view or form will look simiar to this.



 


Yes this what I am trying to do. This should work fine


Reply