[Fixed]-Django and Ajax – Implementing an Array from Ajax to the template

1👍

The first part of your problem has nothing to do with Ajax. That is simply not how you access form data. You need to check form.is_valid(), then access the data throughform.cleaned_data`.

Leave a comment