XenForo Content check inside a Form throwing an error

A

abdfahim

Guest
Why can't I use contentcheck inside a form?

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...