try something like
<a href="#_ATT{link}">#_ATT{link_label}</a>
it just make an empty space without showing the attribute
did you change #_ATT{link} to your attribute name?
eg. #_ATT{Link}
yes i did, and it don’t seems to work :/
another thing is to replace attribute #_ATT{link_label} with something else.
eg.
<a href="#_ATT{link}">Test Link</a>
what your is suggestion still don’t want to open in another window, and still think it is a thing in my events manager. I still can’t have my attributes value to stand on the event page, as i want to.
oh! try to add target=”_blank”
<a href="#_ATT{link}" target="_blank">Test Link</a>
Yes this solved half of my problem! thank you!
But I’m still having trouble with where the link send me:
this is my code
<a href="#_ATT{Link}" target="_blank">#_ATT{Link}</a>
but it send me to
http://biketrading.dk/events/hittegodsauktion/www.oj-auktion.dk
which do not exist, and i would like to send them to
http://www.oj-auktion.dk
don’t forget to add http:// in your custom attribute or inside the snippet above.
<a href="http://#_ATT{link}" target="_blank">Test Link</a>
Thank you so much!! That was exactly what my problem was! I totally forgot it but I appreciate that you took the time to solve my problem!