Page 1 of 1
Testing the recaptcha to see if it works
Posted: Sun Mar 13, 2022 5:23 pm
by Lasa
I'm trying to test the Invisible reCaptcha to see if it's working.
I know this is a 3rd party so ...
But just in case somebody else has experience this issue:
DevTools failed to load source map: Could not load content for
http://www.healthyfitnessexpo.com/jquer ... min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
I opened the hosting and jquery.inputmask.min.js has been uploaded properly.
Has anybody had this issue.
Cheers,
Lasa
Re: Testing the recaptcha to see if it works
Posted: Sun Mar 13, 2022 5:47 pm
by Lasa
Does the recaptcha need to be in the FORM layer or on the page?
Re: Testing the recaptcha to see if it works
Posted: Sun Mar 13, 2022 6:00 pm
by Pablo
Does the recaptcha need to be in the FORM layer or on the page?
yes
This has nothing to do with recaptcha.
Re: Testing the recaptcha to see if it works
Posted: Mon Mar 14, 2022 1:15 pm
by wwonderfull
According to recaptcha 2 .pdf help
Before you can use this extension, you’ll need to sign up at:
http://www.google.com/recaptcha
and create reCAPTCHA keys for your site. The keys are unique to your domain and
sub-domains and will not work for other domains. After you have signed up you will
receive a Site Key and a Secret Key.
Secret Key
Enter your secret reCAPTCHA key here.
Site Key
Enter you Site reCAPTCHA key here.
Error Page
Specifies the page the user will be redirect to if the user’s response is invalid.
Theme
Specifies the theme of the reCAPTCHA image: light (default) or dark.
Language
Forces the widget to render in a specific language. Auto-detects the user's language
if unspecified.
Tab Index
The tabindex of the widget and challenge. If other elements in your page use
tabindex, it should be set to make user navigation easier.
So if you have done every one of those steps I think it should work as I don't find any problem when I am using it as a user.
Re: Testing the recaptcha to see if it works
Posted: Sun Mar 20, 2022 3:00 pm
by Lasa
Thanks!