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 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 with the image.
>   - An input field for write de response.
>
> I have thank 3 options:
>    1.- Create a extended hidden widget for print the image.
>    2.- Create a multi-field that verify itself image, hidden and
> response fields
>    3.- Print the image within a form function with hidden and input
> fields, and verify data in form
>    4.- Option 3 but verify data out of form.
>
> What do you think?
> Thanks
>
> Salut i força al canut,


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to