Form has many fields like name(text), address(text), contact number(number), date_of_birth(date).
Problem is i want to use customized validation for each data type. Means text field must possess text value only, number field must possess numeric value only etc. If any one provides me with one example of each data type, i 'll manage for remaining fields of entire form
Thanks in advance.