Closed bobbyzholmes closed 10 years ago
Indeed, if you try http://demo.visualcaptcha.net with JavaScript disabled, it just won't work.
That is a good question, though, do you have a suggestion for how it could work without JS? I mean, it currently needs the XHR to fetch information, as it's independent from the backend.
I did disable the JS as I'm currently building a form app. And working under the assumption that js will be disabled and the forms should (hopefully) work. But having checked out a number of these captcha's it seems a common requirement to have js.
It really seems like nitpicking at an amazing solution for captcha.
There's two problems that I see need to be overcome.
But these days the web is pretty unusable without js. I asked the question just in case the demo had all the bells and whistles and there was a graceful fall back. I'll have a play around but I think it'll be a case for a captcha method in my form builder that loads a html block at run time.
Well, the reality is visualCaptcha can be modified (and customized) to achieve that, but like you noted it's not something worth making "universal" as it would always be complicated to fit all custom situations.
Agreed
@BrunoBernardino reCaptcha supports no JS
From what I've read this relies on Javascript to work. Any options for full back?