I have a very simple form set up to go to tectite formmail, but I'm pretty sure formmail has nothing to do with my problem.
The google recaptcha challenge successfully displays, but every time I click on the checkbox, I get the old array of images ("choose all the food images").
From the recaptcha FAQ page, I tried adding this code:
<script src="
https://www.google.com/recaptcha/api.js?fallback=true" async defer></script>
It generates a box with this info:
Alternatively if you think you are getting this page in error, please check your internet connection and reload.
I've tried this using the latest versions of Firefox, Chrome and IE, so I have to believe the problem isn't an old browser. But I can't find anything else to help me debug this.
It might help if I could have a simple but complete web page with a working form to view. All instructions I have give bits and pieces to edit existing pages. If I could start with something that works, I could add more and figure out what's going wrong where.
Thanks for any help.