Re: captcha field django form designer, success html mail.

2013-06-19 Thread Felipe Coelho
2013/6/19 pradnya > ... > > ('django.forms.RegexField', _('Regex')), > > ('django.forms.FileField', _('File')), > > # ('captcha.fields.CaptchaField', _('Captcha')), > > The django-recaptcha field is called "ReCaptchaField", not just "CaptchaField" -- You received this message becau

captcha field django form designer, success html mail.

2013-06-19 Thread pradnya
Hi !, I am working on django cms based website. Where I used django form designer( https://github.com/samluescher/django-form-designer) Now I want to integrate djago-recaptcha with django form designer to add captch field in form. In django-form-designer settings.py FIELD_CLASSES = getattr

Re: Django Form Designer

2013-03-08 Thread Jason Arnst-Goodrich
I never knew this existed. I do hope someone continues development... On Thursday, March 7, 2013 8:39:56 AM UTC-8, Daniele Procida wrote: > > I like and use Django Form Designer, < > https://github.com/philomat/django-form-designer>, but it hasn't been > updated for a wh

Django Form Designer

2013-03-07 Thread Daniele Procida
I like and use Django Form Designer, <https://github.com/philomat/django-form-designer>, but it hasn't been updated for a while and needs some work. For example, it needs better docs and tests, while there are a number of outstanding pull requests. I'm hoping to hear back from