Why not use plain JS to validate at client side. And while dealing with things like registration names(which may require the db) go for Dajax - http://www.dajaxproject.com/
On Sat, Jan 7, 2012 at 11:48 PM, Karthik Abinav <[email protected]>wrote: > Hi, > > I was wondering if there exists some in-built AJAX validation on the > form fields at the client side in django libraries. The form contains > commonly used fields which are mostly alpha-numeric. > > > > Thanks, > > Karthik Abinav, > > 2nd year B.Tech > Dept. of Computer Science and Engineering > Indian Institute of Technology, Madras > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to [email protected]. > 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. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. 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.

