Developer
Supported
reCAPTCHA v2
ExpressionEngine 1.x, ExpressionEngine 2, ExpressionEngine 3, ExpressionEngine 4, ExpressionEngine 5
Back to this add-on's main page
View Other Add-ons From Denik
EE5 reCAPTCHA not showing up
Support Request
mitchco
|
Posted: 29 July 2020 03:52 PM |
|
|
|
I am completing an upgrade from EE3 to EE5 and have had issues with the native Captcha, so am trying this add-on.
I installed it using the “ExpressionEngine v4.x” method, and via the Add-ons section in the admin.
I changed all the instances of captcha to the suggested:
{if captcha}
{captcha}
{/if}
The recaptcha JS is being loaded, but the actual captcha field is not. The form is not dynamic and I am not using Freeform, just the native EE forms.
I am not getting any errors, just no tag is loaded.
|
|
|
Denik
|
Posted: 30 July 2020 03:21 AM |
# 1
|
|
Developer
|
Hello,
Please make sure you have all options enabled as shown in the screenshot: http://prntscr.com/tr0om5
I verified it now and it works for me (on EEv5).
best regards
|
|
|
mitchco
|
Posted: 30 July 2020 12:15 PM |
# 2
|
|
|
Thank you for your reply.
Confirmed, all the settings are in place. And I have the key pair from Google set up correctly. Still, no field shows up on the frontend (I have checked 3 different forms - registration, sign in, contact).
|
|
|
Denik
|
Posted: 31 July 2020 10:21 AM |
# 3
|
|
Developer
|
Strange ... can I take a look myself? Please send SuperAdmin and FTP login credentials to hi at eecoding dot com if you can.
|
|
|
mitchco
|
Posted: 31 July 2020 01:39 PM |
# 4
|
|
|
I don’t think I can do that, this is a client site. Is there anything else you can suggest?
For more context: https://expressionengine.com/forums/topic/252804/captcha-not-working-after-upgrade-from-ee3-to-ee5
|
|
|
mitchco
|
Posted: 03 August 2020 01:41 PM |
# 5
|
|
|
I figured out what is blocking native captcha, so we’re going to stick with that.
Thank you for your help!
|
|
|
Denik
|
Posted: 06 August 2020 10:15 AM |
# 6
|
|
Developer
|
Great news!
I can add that more often than not, any extension can be not work because of a conflict with other extension that used same hook. For reCaptcha v2, the priority hooks are: create_captcha_start and template_post_parse. For example, this has already happened and was discussed.
Best regards!
|
|
|