I'm working with User Properties in Text Blaze and would like to display a stored URL as a clickable link within the text. Is there a way to output the URL as a hyperlink with customizable link text?
Cheers
Mike
I'm working with User Properties in Text Blaze and would like to display a stored URL as a clickable link within the text. Is there a way to output the URL as a hyperlink with customizable link text?
Cheers
Mike
Hi @NOMIK_Mike, welcome to the forum.
You may use the link command as follows: {link: {user: yourPropertyName}}Your customized link text{{endlink}
{link: {user: yourPropertyName}}Your customized link text{endlink}
I hope that helps you.
Works perfectly! Exactly what I was looking for.
Thank you!