I used the search already and found several suggestions on this topic but all of them are really old. The main hit is Dynamically adding a form to a Django formset with Ajax with more then 140 votes, but this question and also the "solution" is around 5 years old and I am wondering, if there is no build in solution in django since now.
I mean, we have all the javascript for adding a new inline form in the admin area. Is it not possible, to use the same or similar function for the front end? I don't understand, why we need a specific package, add on or what ever, since the functionality is already there...
Ok, I can not make it work, and if I am completely wrong, please explain, why I need an extra script to make this beautiful little green plus icon working in my user front end...
Any suggestions which work under Django 1.7 are very welcome!
Thanks in advance.