samluescher/django-form-designer

django-captcha integration

digi604 opened this issue · 3 comments

we have a very similar internal app... and a spam prevention system was the first thing we needed to implement

Agreed, this is top priority

Has there been any action on this issue, I find myself about to implement recaptcha with form-designer

Actually I think that since there are many Captcha solutions out there, you should just implement your own Captcha field using your system of choice, and add it to MEDIA_TREE_FIELD_CLASSES. I prefer to only use/implement the standard field classes that come with Django.