AndyB
Well-known member
What is the proper link format for Custom BB Codes? I would like to make sure it works properly with non Full Friendly URLs.
Currently I have
I tried this but it doesn't work
Thank you.
Currently I have
Code:
<a href="rsvp/registration?t={option}" class="OverlayTrigger"><button class="button">{text}</button></a>
I tried this but it doesn't work
Code:
<a href="{xen:link 'rsvp/registration', '', 't={option}'}" class="OverlayTrigger"><button class="button">{text}</button></a>
Thank you.