S
S
survivor20052020-03-25 22:51:40
reCAPTCHA
survivor2005, 2020-03-25 22:51:40

How to install more than 2 google recaptca on one site?

Tell me, is it possible to connect more than 2 recatches to one site? Has anyone come across? Thank you.
I have 4 forms on the site. You can say they don’t do it this way, but I’ve already done it and, to be honest, I don’t have the time to convert it to one dynamic one, especially if they all decently differ in appearance, size, etc. Before that, I used Google recaptcha v2. To be honest, she's sick of her. She ruins the design. But again, there is not much time for another recaptcha, and besides, I don’t know which one is better and what would not be dreary to implement. Up to 2 recaptchas work normally through IDs, more than 2 no longer wants. I'm trying to figure out if there's a way around this. Or can you recommend something? I've been noticing that lately no one has a visible recaptcha.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Arseny, 2020-03-26
Matytsyn @ArsenyMatytsyn

You're right, Invisible reCAPTCHA . Either they are not used at all (replacement with something else, or content that is not subject to bots).

O
Oleh, 2020-03-26
@linkinkov

I use this method: https://stackoverflow.com/a/43206972/12623203
But also, as practice shows, captcha is not needed, to protect against bots, there is one banal method that works like a clock:
Add input to the form with name email and wrap it in a div with display: none; if the form uses a real email, give it a different name. And from the server side, check for empty input with name email. The fact is that all bots analyze the form and fill in the inputs, if you set display: none on the input itself, then it will not fill it, and if you wrap it in a hidden div, then it will not be visible to clients and will come empty to the server, but the bots will fill it.
Perhaps there are some smart bots, but for 3 years everyone fell for such a stupid trick.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question