Testing the recaptcha to see if it works

Issues related to forms.
Post Reply
Lasa
 
 
Posts: 482
Joined: Sat Oct 06, 2018 3:08 pm

Testing the recaptcha to see if it works

Post 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
Lasa
 
 
Posts: 482
Joined: Sat Oct 06, 2018 3:08 pm

Re: Testing the recaptcha to see if it works

Post by Lasa »

Does the recaptcha need to be in the FORM layer or on the page?
User avatar
Pablo
 
Posts: 21712
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Testing the recaptcha to see if it works

Post by Pablo »

Does the recaptcha need to be in the FORM layer or on the page?
yes
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
This has nothing to do with recaptcha.
wwonderfull
 
 
Posts: 1276
Joined: Fri Aug 21, 2020 8:27 am

Re: Testing the recaptcha to see if it works

Post 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.
Lasa
 
 
Posts: 482
Joined: Sat Oct 06, 2018 3:08 pm

Re: Testing the recaptcha to see if it works

Post by Lasa »

Thanks!
Post Reply