[Answer]-Django – Insert Multiple Fields Into DB When Submitting Form

1👍

I solved my question. I was looking to implement a Django formset but just didn’t know the right word for it. 🙂

Found a very useful website here as well on how to set one up: http://stellarchariot.com/blog/2011/02/dynamically-add-form-to-formset-using-javascript-and-django/

Cheers

Leave a comment