I have inserted captcha code in login form
-
Hi:)
I tried to add the captcha code from the registration form and see if it works.
It did not work. I have deleted it, but the captcha is still showing in the login form.I have cleared cache, but no luck.
Any advice?
Thank you:)
<?php /*check if captcha is checked */ if ( get_option( ‘cl_gcaptcha’ ) == ‘on’) : ?>
<?php gcaptcha_script(); ?>
<div class=”cleanlogin-field”>
<div class=”g-recaptcha” data-sitekey=”<?php echo get_option( ‘cl_gcaptcha_sitekey’ ) ?>”></div>
</div>
<?php endif; ?>The page I need help with: [log in to see the link]
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘I have inserted captcha code in login form’ is closed to new replies.