hCaptcha Support for Vanilla 2021 Version
plugin homepage https://open.vanillaforums.com/addon/hcaptcha-plugin
there is a jQuery error, fix like this:
//plugins/hcaptcha/class.hcaptcha.plugin.php
//replace this line
<script>$(function(){ hCaptchaHelper(); });</script>
//to
<script>(function($) { hCaptchaHelper(); }(window.jQuery));</script>
it worked
Tagged:
1

Comments
Hi :D
Thanks for pointing this out ! I updated the plugin:
NB: Next time, do not forget to use the "Ask a Question" button on the addon page to attach this discussion to the right addon.
Or open an issue on GitHub:
Ahh.. I will use "Ask a Question" next time.