Your Ad Here

Saturday, January 7, 2012

Re: Automatic Client side validation for django forms

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 <karthikabinavs@gmail.com> 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 django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
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 django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

0 comments:

Post a Comment