Hi,
Based on Widget Formatting - LiveWhale Support I’ve tried to add a disclaimer to an event in a widget if a certain tag was found, but it doesn’t seem to be working. I think I’ve misunderstood the documentation. What do you think?
Here’s my widget code:
<p class="lw-widget">
<a href="{href}" target="blank"><span class="lw-widget-date">{date}</span><br />
<span class="lw-widget-time">{|time| }</span><br /></a>
<field content="true">
<if var="has_tag_NSODualEnrollment"/>
<content>
<span>This content has the tag NSODualEnrollment</span>
</content>
</field>
{tags}
</p>