I am working with Django and Ajax. With the help of jQuery, i successfully sent form data to server and able to validate it.
Problem arrive when form is invalid, i want that, if the form is invalid, ajax get the invalid form and render it to same template with errors like all invalid forms do.
How Can i do it ?