ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 28,419
- Points
- 823
Reputation:
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...