Sending the current page in a mailto link
I want to create a mailto link that will attach the url of the current page to the body of the e-mail message.
I have created a display only item and added the following code to the default value:
<anchor href='mailto:?subject=Please Review the attached Lessons Learned&body=Please review the following Lessons Learned: Copy and Paste link here'>Send the Lesson Learned for Review</anchor>
(I have replaced the a tag with anchor so the code will show up)
This is working and opening up the mail client with a blank recipient list and the subject and body filled in. Now where I have "Copy and Paste link here", I would like for the URL of the current page to be filled in. Is there a way to do this?
Thanks,
MIchelle