Is it possible to validate CRUD form fields using ajax without submitting the form in web2py?
I have gone through the web2py online doc and have seen this link: http://web2py.com/books/default/chapter/29/11#Ajax-form-submission So we may do it using custom html. But I want to do it using CRUD. Also in crud form,a field of type date shows calendar only after the validation fails and user begins to enter the correct date. Can it be showed on the first attempt itself??