Jaxel
Well-known member
This works fine:
However, this does not:
If you click save on a template with the above code, it will return the following error:
Code:
<xf:if contentcheck="true">
<xf:contentcheck>
</xf:contentcheck>
<xf:form>
</xf:form>
</xf:if>
However, this does not:
Code:
<xf:if contentcheck="true">
<xf:form>
<xf:contentcheck>
</xf:contentcheck>
</xf:form>
</xf:if>
If you click save on a template with the above code, it will return the following error:
Tag must be a valid conditional using an is attribute or content checking.