How do you do links within the page in Modx Revolution?
Have look for an answer on the forum for this problem but can find nothing. A simple problem (perhaps bordering on the dumb), but I can’t work out the solution.
This is what I am trying to translate into Modx Revolution syntax:
<p><a href="#here">Clickable anchor text</a>.</p>
...
<a name="here"></a>
<p>Destination text on another part of the same page.</p>
The following does not work:
<a href="[[~[[*id#here]]]]">
The output to the browser is simply:
And the result of clicking the link is that the site flips back to the home page (friendly URLs are operative in this instance, if that makes any difference).
So what is the proper Modx Revolution syntax for this kind of intra-page link?