0

I need to create a django form where the user can add as many fields as he/she needs during runtime. I don't know how to implement it in Django. I haven't tried anything yet because I can't figure out how to do it. I looked on web but I got confused with so many implementations.

dealerkam
  • 37
  • 6
  • 1
    Your question is too broad. At least try to explain your specific use case. – Selcuk Mar 29 '15 at 19:28
  • Yes it is possible. You just need to create some sort of function that creates the form based on user input. – Odif Yltsaeb Mar 29 '15 at 20:28
  • 2
    Try reading this: [Making a Django form class with a dynamic number of fields](http://stackoverflow.com/questions/5478432/making-a-django-form-class-with-a-dynamic-number-of-fields) – rafaelc Mar 30 '15 at 01:12
  • check this : https://docs.djangoproject.com/en/1.7/topics/forms/formsets/ – ruddra Mar 31 '15 at 09:09

0 Answers0