[SOLVED] Captcha field with random questions?

Is anyone aware of Captcha field for Plone 5.2/Python 3 that supports random questions ("What is the sum of 3+7?", "What is the capital of Germany?"....).
Using Recaptcha is not an option because of the GDPR.

1 Like

There is https://github.com/collective/collective.z3cform.norobots that we have used in Plone 4 ,but I don't know its Python 3 Plone 5.2 status

1 Like

At least there is this commit: https://github.com/collective/collective.z3cform.norobots/commits/master/src/collective

there is a pr for py3, but nobody reviewed it.

I merged the PR

there is a pr in collective.easyform to use collective.z3cform.norobots :wink:

A new release with Plone 5.2/Python 3 support for collective.z3cform.norobots.git would be appreciated