Reputation: 22040
There is absolutely no errors in coding, it just does not seem to work locally, but works perfectly online. It is important I get it working locally because of development purposes. Not form submission, but page display.
Any ideas on how I cam make the recaptcha to work locally.
Thanks Jean
Upvotes: 2
Views: 1704
Reputation: 1
Are you using XAMPP, if so, I found that if you put your files in htdocs in XAMPP folder the recaptcha works. According to google, their recaptcha will work on localhost. I'm sure there's a lot more logical solution than what I have, but this is what worked for me, hope it helps you too.
Upvotes: 0
Reputation: 31088
Recaptcha is an online web service, thus it will work only online. You cannot make it work offline.
Edit: Your problem seems not to be your internet connection but a PHP error, since your comment talks about a "white page". Please search the web (or stackoverflow) for "php white page" to get debugging instructions.
Upvotes: 4