christianwgd / django-friendly-captcha

Django field/widget for Friendly Capture (https://friendlycaptcha.com).
Other
4 stars 2 forks source link

solution_missing #4

Closed membranobruno closed 2 years ago

membranobruno commented 2 years ago

Hi. The values is generated on html form.

But doesn't send to server on submit. Each time I got the error

Captcha failed validation {'success': False, 'errors': ['solution_missing']}

Tnanks a lot for any help

christianwgd commented 2 years ago

Hi, I checked and found that in the latest fix a line in the Catpcha Widget got lost. Ich try to create a new release tomorrow...

membranobruno commented 2 years ago

Perfect! Everything works.

christianwgd commented 2 years ago

You're welcome! Thanks for the hint, otherwise I wouldn't have noticed.