Re: Automatic Client side validation for django forms

2012-01-07 Thread yati sagade
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 wrote: > Hi, > >I was wondering if there exists some in-built AJAX valid

Automatic Client side validation for django forms

2012-01-07 Thread Karthik Abinav
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 Insti