Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.
Yay... Take Me to the Community!
Welcome to the Community Exchange, where community members ask and answer questions about DNN. To get started, just start typing your question below and either select one of the suggested questions or ask a new question of your own.
Return to previous page
I would like to check condition in Content library > Visualizer as per below.
if({{link}} == "tel") //<----check condition here.
{
<a href="tel:{{value}}">Tel </a>
}
I don't know syntax to check condition in visualizer