Page 1 of 1

can I use Recaptcha in SB without needing PHP?

Posted: Wed Nov 11, 2020 2:10 pm
by skinkairewalker
Hello guys, is there any way to use Google REcaptcha with SB?

Re: can I use Recaptcha in SB without needing PHP?

Posted: Wed Nov 11, 2020 3:06 pm
by Peter
I suspect that this does not work without a server language (PHP, ASP, ...) because every visitor of your site can see (and manipulate) your JavaScript code.

Re: can I use Recaptcha in SB without needing PHP?

Posted: Wed Nov 11, 2020 7:26 pm
by plouf
you can use other "captcha" using only client side scripting e.g. -> https://codepen.io/jena_96/pen/NWqPgQw
but as said using client side only reduces a LOT security level

however recaptcha is simple javascript according to its manual
https://developers.google.com/recaptcha/docs/display

so i see no reason why it can not be integrated