recaptcha icon indicating copy to clipboard operation
recaptcha copied to clipboard

Recaptcha injects <textarea style="display:none"></textarea>

Open dmlb opened this issue 4 years ago • 0 comments

https://support.google.com/recaptcha/?hl=en#6175971

Error thrown by WAVE App for this element:

Missing form label on the wave tool

<textarea id="g-recaptcha-response" style="display:none"></textarea>

Why not using <input type="hidden"> ?

dmlb avatar May 27 '21 14:05 dmlb