This question has been flagged

i have a form with following fields : (Name , Age , PhoneNumber ,Email ). I want to do CLIENT validation for those fields like name should not allow numbers,age&phonenumber field should not allow any alphabets , and other to bla bla ... Server Validation Part i can do through python code not a problem . Since V7 there is support for javascript how can we approach of doing client validation using javascript or JQUERY ???

Avatar
Discard