abdfahim
Well-known member
I want to link to https://www.example.com/account/contact-details#checkpoint
I tried:
or
The first one gives template error, and the second one ignores the hash part.
I tried:
Code:
<a href="{xen:link account/contact-details#checkpoint}">
Code:
<a href="{xen:link account/contact-details, '#checkpoint'}">
The first one gives template error, and the second one ignores the hash part.