Re: Best-practices for form with image

2007-05-30 Thread Bram - Smartelectronix
Xin Xic wrote: > Well, I want out a form for a human verification with an image and an > input field. But I don't know how is the best practice for make this. > How do you do it? Try: http://smileychris.tactful.co.nz/ramblings/recaptcha/ de res, - bram --~--~-~--~~~

Re: Best-practices for form with image

2007-05-30 Thread ringemup
On May 27, 8:38 am, Baurzhan Ismagulov <[EMAIL PROTECTED]> wrote: > On Tue, May 22, 2007 at 06:56:31AM -0700, [EMAIL PROTECTED] wrote: > > And there are no best practices for using something as inherently > > inaccessible and annoying as a captcha. > > So, what are the best practices to check wh

Re: Best-practices for form with image

2007-05-30 Thread [EMAIL PROTECTED]
I have the luxury of not allowing anyone to submit much of any form unless they're registered and logged in. If that's not an option, I think the simple question/response checks are best. On May 27, 7:38 am, Baurzhan Ismagulov <[EMAIL PROTECTED]> wrote: > On Tue, May 22, 2007 at 06:56:31AM -0700,

Re: Best-practices for form with image

2007-05-27 Thread Baurzhan Ismagulov
On Tue, May 22, 2007 at 06:56:31AM -0700, [EMAIL PROTECTED] wrote: > And there are no best practices for using something as inherently > inaccessible and annoying as a captcha. So, what are the best practices to check whether the request has been submitted by a human? FWIW, I've seen captchas wit

Re: Best-practices for form with image

2007-05-22 Thread Sam
Your request is called a "captcha" You can find examples in the groups or there : http://code.google.com/p/django-captcha/ http://www.djangosnippets.org/tags/captcha/ On 22 mai, 09:59, Xin Xic <[EMAIL PROTECTED]> wrote: > Hello, > > First, sorry for my english. > > Well, I want out a form for

Re: Best-practices for form with image

2007-05-22 Thread [EMAIL PROTECTED]
And there are no best practices for using something as inherently inaccessible and annoying as a captcha. On May 22, 7:16 am, Sam <[EMAIL PROTECTED]> wrote: > Your request is called a "captcha" > > You can find examples in the groups or there : > > http://code.google.com/p/django-captcha/http://w

Best-practices for form with image

2007-05-22 Thread Xin Xic
Hello, First, sorry for my english. Well, I want out a form for a human verification with an image and an input field. But I don't know how is the best practice for make this. How do you do it? I need print: - An image (different in each case) - An hidden input with data relationated wit