Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invisible Captchas #1

Open
msenol86 opened this issue Dec 14, 2020 · 3 comments
Open

Invisible Captchas #1

msenol86 opened this issue Dec 14, 2020 · 3 comments

Comments

@msenol86
Copy link

Hi, I wonder invisible captchas are supported in this package?

@AndrejZbin
Copy link
Owner

AndrejZbin commented Dec 14, 2020

Hi, thanks for the question.
The element is always rendered as <div>, but I'm happy to accept a PR if you can think of a good solution for this.

Alternatively you can just use "data-callback" (like this hCaptchaField(callback='your_js_function', ...)), invoke hcaptcha.execute() before the form is submitted and submit the form in your_js_function.

@msenol86
Copy link
Author

umm ok thank you very much for your clear answer. I will try data-callback solution

@9mido
Copy link

9mido commented Feb 18, 2021

There is nocaptcha which is hcaptcha's version of Google's ReCAPCTHA v3. Not sure if this package has that built in since it costs $ and requires a business account to be able to even use it and access the docs according to their support team. There is entirely passive (just a score) and "mostly passive" (only a small % of users are challenged).

Otherwise, you could tie the captcha to a submit button click to make the checkbox invisible.

https://docs.hcaptcha.com/invisible

https://docs.hcaptcha.com/enterprise/scores_and_modes (needs a paid account)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants