[Answered ]-Does anyone have a working Django AJAX form example?

2๐Ÿ‘

โœ…

I wrote a couple of form classes, one for regular forms, one for model forms, that return any errors as json. I have a working example of how to use the form, and also how to process the json response back to your page using jQuery. The code is available at: http://djangosnippets.org/snippets/2393/

Hope that helps you out.

๐Ÿ‘คBrandon Taylor

Leave a comment