I have a table that has people in the list and I also have a list of thier emails.
I am trying to make it so you can click on the person name and it opens up an email with subject and what not ready to send to that person.
I set the column type to Hyperlink and then in the Hyperlink Address I put
"mailto:[Email Address]"
btw "[Email Address]" is in the tool tip and is showing that persons email address, I did this to make sure I had the correct variable.
It appears that variables do not work in the Hyperlink Address because when i hover over it all i see is "mailto;" if i add in ?subject=[Persons Name] all I get is "mailto:?subject=".
Am I doing something wrong? Do I need to script this?
Can it be done at all?
James