django recaptcha

2013-03-08 Thread Xavier Pegenaute
Dear, I am using your django-recaptcha application but I am havig a problem. Seems the validation step is not done properly ONLY if I use the javascript code. I've edited the django/forms/widgets.py file and added print data at line 209 (I am using django 1.5), once I am filling the form

Re: django-recaptcha validation problems

2013-03-05 Thread Xavier Pegenaute
Hi, Sniffing the connection, it connects to google but then always is sending a new captcha., how can I check if it is validating properly? Thanks, Xavi On 03/05/2013 04:34 PM, Xavier Pegenaute wrote: Hi, I am using django-recaptcha and I want to use it inside the registration form

django-recaptcha validation problems

2013-03-05 Thread Xavier Pegenaute
Hi, I am using django-recaptcha and I want to use it inside the registration form. In the website [1], inside the Field section says: "A ReCaptcha widget will be rendered with the field validating itself without any further action required from you". Actually seems is not validating

Re: Problem with Django recaptcha

2012-09-06 Thread lakesh
should have it working... >> >> >> On Wed, Sep 5, 2012 at 6:19 PM, Lakshmen <laksh...@gmail.com> wrote: >> >>> I have git cloned the django-recaptcha( >>> https://github.com/praekelt/django-recaptcha) into my directory and >>> have in

Re: Problem with Django recaptcha

2012-09-06 Thread lakesh
nual and add the domains you'd want to work it on and you > should have it working... > > > On Wed, Sep 5, 2012 at 6:19 PM, Lakshmen <laksh...@gmail.com > > wrote: > >> I have git cloned the django-recaptcha( >> https://github.com/praekelt/django-recaptcha) in

Re: Problem with Django recaptcha

2012-09-05 Thread Amyth Arora
hme...@gmail.com> wrote: > I have git cloned the django-recaptcha( > https://github.com/praekelt/django-recaptcha) into my directory and have > included the public and private keys in my settings.py and captcha = > ReCaptchaField(). But i get this error everytime i run the forms: >

Problem with Django recaptcha

2012-09-05 Thread Lakshmen
I have git cloned the django-recaptcha( https://github.com/praekelt/django-recaptcha) into my directory and have included the public and private keys in my settings.py and captcha = ReCaptchaField(). But i get this error everytime i run the forms: Captcha: Input error: k: Format of site key