Skip to main content

All Questions

Tagged with
1 vote
0 answers
209 views

Error Warning: Prop `dangerouslySetInnerHTML` did not match. Server: "" Client: ""

I am using next.js 16 with App Router and I want to enable Google reCaptcha and it works as I have implemented it, but I receive this error: app-index.js:33 Warning: Prop `dangerouslySetInnerHTML` did ...
LupefiascoMosdef's user avatar
2 votes
0 answers
55 views

Google Recaptcha on explicit render for mulitple forms it returns "Invalid key type" error

I'm having some issues on implementing Google recaptcha validation on a single page having multiple forms. Reading many posts on the argument has led me to this design, that includes the possibility ...
Filadelfo's user avatar
  • 106
0 votes
0 answers
47 views

Redirect after form submission instead of the message after reCaptcha implementation

I implemented recaptcha on my web site and started getting redirect to the mysite.com/send-email page after form submission instead of displaying the message on the form/main page. I added a text to ...
Viktor K's user avatar
0 votes
0 answers
90 views

Why is it not validating recaptcha in my code

I am building a register page using flask. I wanted to implement flask recaptch. It's not throwing any error on the console but when I click on register after filling all the credentials, it's not ...
Abinash Rijal's user avatar
0 votes
0 answers
127 views

Google re-Captcha is not completely visible on Mobile Screen

In my application i found google recaptcha is not visible properly on mobile view , i am trying to set some css setting but its not fixed for all mobile screen. skip and verify button is hide from the ...
Kartik Agarwal's user avatar
0 votes
0 answers
176 views

How can I get a reCAPTCHA image using puppeteer?

I need to build a web scraper in this government siteTRANSITO-MG, and it has a reCAPTCHA. I found this tool that solves captchas NopeCHA, but to send to the api, I need the image src, the grid and the ...
Eduardo Henrique da Silva's user avatar
0 votes
1 answer
65 views

How do I make so the input submit element appears after my input checkbox element has been checked off

I am trying to code a fake reCAPTCHA box for a school project. I have the code finished but I want to make it so you can first submit your answer from the input elements above after having checkboxed ...
Mars's user avatar
  • 3
1 vote
1 answer
422 views

How to change Google reCAPTCHA (v2) theme dynamically?

I'm working on a Bootstrap website that has light and dark mode, functioning through JavaScript. And I've integrated Google reCAPTCHA (v2) (I'm not a robot) into my project successfully. But I want to ...
Ajinkya More's user avatar
1 vote
0 answers
36 views

Adjusting reCAPTCHA `data-size` on smaller devices

I'm trying to work out some mobile formatting for my site and everything seems to be working except for the reCAPTCHA box. I did some research and learned that adjusting the width is not possible and ...
DylanDev's user avatar
0 votes
0 answers
129 views

How to use Google Recaptcha v3 with a Custom Image Submit Button?

I'm wondering if it's possible to use recaptcha V3 with an image as the submission button. When I use this code, recaptcha loads just fine and submits a token: <form id="test" method=&...
B.T.'s user avatar
  • 41
0 votes
1 answer
89 views

Php Javascript, a script is getting called on form submit

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> &...
Vinay Savla's user avatar
0 votes
0 answers
132 views

reCaptcha Enterprise Uncaught Error: [object Map Iterator] is not an iterable or ArrayLike

I use reCaptcha Enterprise and sometimes I get Uncaught Error: [object Map Iterator] is not an iterable or ArrayLike: Uncaught Error: [object Map Iterator] is not an iterable or ArrayLike at Array....
Taras Melon's user avatar
0 votes
1 answer
262 views

How to position reCAPTCHA popup fit inside the mobile screen?

I need to debug an application and the issue is that the reCAPTCHA window the one where you have to select several images from the same kind is placed a little bit strange meaning that the Verify ...
paulalexandru's user avatar
0 votes
0 answers
43 views

Recaptcha v2 implementation with PHP

Consider the following form: <form action="https://bookings.com/book?venue_id=5e421312312" method="POST" role="form"> <input name="...
user2713512's user avatar
1 vote
2 answers
954 views

Add v3 Recaptcha to a custom Wordpress registration form

I have a custom wordpress registration form, that works well. However, I am really struggling to get a recaptcha in to prevent spam. I'd prefer a v3, but would be ok with a v2 if it's easier to ...
user2115227's user avatar

15 30 50 per page
1
2 3 4 5
30