J
Jonathan_Bathrough
Guest
Hello,
template "register_form" contains:
XML:
template "login" contains:
XML:
Captcha is enabled:
Code:
Read more
Continue reading...
template "register_form" contains:
XML:
<xf:captcharow label="{{ phrase('verification') }}" hint="{{ phrase('required') }}" context="xf_register" />
template "login" contains:
XML:
Code:
<xf:if is="$captcha">
<xf:captcharow label="{{ phrase('verification') }}" force="true" force-visible="true" context="xf_login" />
</xf:if>
Captcha is enabled:
Code:
Code:
Setup -> Options -> User registration
"Enable CAPTCHA for guests" is set up to Use...
Read more
Continue reading...