I’m having trouble with a captcha on a registration page. It works properly until I try to add it to a scenario. Then it repeatedly gives me a “verification code is incorrect” error. The captcha on the contact page works perfectly, and I can’t recreate the error there. Any ideas about what could be going wrong?
Are you running validate() before you run the actual save()? Once you validate the captcha as good, it resets and save() will fail the validation check. If you’ve already validated, you’re going to want to skip the validation on the save call.