I have a field call e-mails
in my application. Now inside this field I want to hold 2 email addresses.
When my webpage displays this field it should show as a hyperlink (with mailto) so when pressed it allows you to email directly.
E.g. the email
field value is abc@test.com, efg@test.com
how can i 1.store the values as clickable links in one field? 2. Make sure they have the mailto syntax?
i tried storing the following in the email field but it wasnt correct
<a href="mailto:youremail@emailaddress.com">Email me</a>