Summary
Users without skipcaptcha right, and with JS disabled, will see a Incorrect or missing CAPTCHA. error. We should inform the user that JavaScript is required.
Technical note
- Add new message key hcaptcha-noscript with the following message: JavaScript is required to continue. Turn on JavaScript in your browser settings and refresh the page.
- Implement <noscript> tag in HCaptchaOutput to display the message when JavaScript is disabled
Acceptance criteria
- Users without skipcaptcha who have JavaScript disabled see a more informative message
- Users with skipcaptcha right can bypass CAPTCHA regardless of JavaScript state
- Users without skipcaptcha but with JavaScript enabled continue to see normal output
