Hello!
I am working on a request section for my organization. I was tasked with creating a request portal and I want to allow the user to click a button which will email our Help Desk. I have the image with the mailto link set up. I have a subject and a body added to the link. Would it be possible to get the currently logged in user to populate in the body of the email?
mailto:helpdesk@email.com?subject=Account Unlock Request&body=$space.getUser()
Above is what I have tried(along with some other stuff).
Thanks in advance.
-Curtis