User Porperties, Hyperlink

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. :slight_smile:

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!

1 Like