I saw a what might be a solution to my problem here but i tried to understand and implement the code on what is indicated in the solution with no avail.
As what I understand( if correct ), in the views, the use of cp = request.POST.copy()
is to copy what is in the form and then the use of cp['prim-TOTAL_FORMS'] = int(cp['prim-TOTAL_FORMS'])+ 1
is to add the field but from there I am lost
Sorry for my newbie question because I am very new to django.
Any pointers, suggestion, or even a sample code would helpful and much appreciated.
Thank you in advance.