0

I have a form, and i need to keep a function like when user click on "Add button" a particular field needs to created again below it. Likewise new field should be created on each click.

On a research i found that, we can use def __init__(self, *args, **kwargs): method can be used to do that, but how to do that for a particular field ?

Am planning to follow this question, and it has function to create dynamic forms but i need dynamic fields not the whole form.

And i cant use formsets, as its create whole form i belive !

0 Answers0