Re: Display form errors above its respective field with ajax

2015-12-28 Thread Abhishek Bansal
On Monday, December 28, 2015 at 11:11:13 AM UTC+5:30, Robin Lery wrote: > > I have a contact form through which users would be able to contact me. I > am using django with ajax, and it works fine if there's no error. I would > like to show the errors if there's any like it displays above the in

Display form errors above its respective field with ajax

2015-12-27 Thread Robin Lery
I have a contact form through which users would be able to contact me. I am using django with ajax, and it works fine if there's no error. I would like to show the errors if there's any like it displays above the input fields and not just the errors, but both the input and the errors. It does howev