Hi guys, I'm working my way through the newforms and it's pretty cool.. but I'm stumped on the error message handling from clean().
I want to check the CAPTCHA input on the page (2 fields) as well as if the password fields match and return the error for each problem independently. clean() is supposed to let you handle code where multiple form fields are required and I build up a list of 0-2 errors depending on the scenario. How can I process which error message is for which field on the returned web page? Is there a way to get to the list of errors and know which error is for which field? Is there a way to link the ValidationError to a specific field in clean() ?? Thanks for the help. Rob --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---