I'd like to put a mailto link for customer feedback at the bottom of every page in my wiki. I'd like to capture the space and page name and include it in the message automatically. Are there system variables for wiki markup or custom HTML that can do that?
This works:
<a href="mailto:rlauriston@sendmail.com?subject=$title - $sitemeshPage.getProperty("page.spacename")">Send Feedback</a>
You would have to edit your 'main' layout and add something like:
<a href="mailto:foo@bar.com?subject=$!{page.title} - $!{space.name}">Support</a>
Whether or not 'page' and 'space' are available may depend on the context of where this is getting executed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I put it at the end of the sidebar.container div, and the subject is just " - ".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.