MyBB Community Forums

Full Version: Invisible reCAPTCHA is not appearing when asking resend email validation
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I came here from the support thread: https://community.mybb.com/thread-227010.html

MyBB: MyBB 1.8.22


When a user is asking resend email validation and using the invisible reCAPTCHA an error message appears:

[Image: 3Wo7TK4.png]


"Please solve the reCAPTCHA to verify that you are not a robot"
The console shows:
" Error: reCAPTCHA placeholder element must be an element or id "


The bug can be fixed adding

name="submit"

to the 'Resend activation code' button.


The same problem was present in older versions in the Lost Password Template and it was fixed here:
https://github.com/mybb/mybb/issues/3520

That bug was not fixed on the member_resendactivation template.
Thank you for your report alv4.