Hi,
Not having much luck inserting a system variable within a hyperlink, and wondered if anyone can point out where I am going wrong.
I would basically like a very simple error report message at the bottom of each page, logically it would be;
<a href="http://www.myhomesite.co.uk/help/errorreport.php?mcvariable:System.SourceFile">Tell us about a problem on this page</a>
Where magically the mcvariable:System.SourceFile is replaced uniquely for each page.
I've looked at "User Interface Elements - How to Use Each One > Inserting Variables into Topics" which implies that a link can contain a variable but isn't clear how to achieve this via the UI. I end up with the call being made without any variable substitution.
I have tried defining my own variable with a value
<pre>http://www.myhomesite.co.uk/help/errorreport.php?mcvariable:System.SourceFile</pre>
and then inserting this as a variable on the page mcvariable:MyVaraibles.Feedbacklink but that doesn't seem to work either.
I believe the end result could all be inserted in a snippet and then placed appropriately on each page.
Thanks in advance.