A
abdfahim
Guest
Why can't I use contentcheck inside a form?
Error:
My Code:
Code:
Read more
Continue reading...
Error:
Line 89: Tag must be a valid conditional using an is attribute or content checking.
(Line 89 is the last line)My Code:
Code:
Code:
<xf:if contentcheck="true">
<xf:form action="{{ link('account/custom-save') }}" ajax="true">
<xf:contentcheck>
<xf:if is = "!{$user.Profile.custom_fields.customA}">
<input class="input" type="text" id="customA" name="customA">
<xf:elseif is =...
Read more
Continue reading...