Your cart is currently empty!
How to add the ReCAPTCHA to the Registration Form?
—
by
I have the Affiliates reCAPTCHA plugin installed and both Keys have been entered. However, this CAPTCHA box doesn’t display.
https://www.simbihaiti.com/affiliate-area/
It looks like it’s in the source code, for the page, but it doesn’t display. Any idea why? Thanks!
Posted in Affiliates Pro
Comments
11 responses to “How to add the ReCAPTCHA to the Registration Form?”
Credentials have been sent.
Thanks,
now it seems to work fine. I have test your affiliate-area draft page, and the captcha is displayed.
Kind Regards,
Antonio B.
I do have the Affilaites Role plugin installed, but the new Affiliates are created as subscribers.
Hi,
you can send us dashboard admin access to support at itthinx dot com indicating this topic in the email.
Kind Regards,
Antonio B.
I should also add that I do have the Affiliates Role plugin installed. The new sign ups are listed as Subscribers and not Affiliates in their WordPress Roles.
Hi Brian,
as default new Affiliates have the wordpress default role (you can set in Settings->General).
If you use the Affiliates Role plugin, then a new ‘Affiliate’ role is created, and new affiliates are set in this new role.
Kind Regards,
Antonio B.
The new Affiliates are created with the Role of Subscriber though. Any idea why that might be?
Thanks! It looks like that did the trick. We’re going to test it now.
Yes. It is installed. It is also configured with the Public and the Private Keys. If you look at the page above – and use the Source Code View, you can see that there is CAPTCHA code on the page, but it does not display on the page.
That’s true, sorry.
Reading this post, it seems a problem with https. You can try to change in affiliates-recaptcha/affiliates-recaptcha.php, line 158:
$field .= recaptcha_get_html( get_option( 'affiliates-recaptcha-public-key', '' ), $affiliates_recaptcha_error );
to
$field .= recaptcha_get_html( get_option( 'affiliates-recaptcha-public-key', '' ), $affiliates_recaptcha_error, true );
Kind Regards,
Antonio B.
Hi Brian,
Do you have installed the Affiliates Recaptcha integration ?
Kind Regards,
Antonio B.