I've manually created a form template because of couple of css constraints i was facing in my project.
when formset is being used for create operation, I get the remove button against each form and add another button at the end of the form. both the button work as expected.
on click the add another button, new form is createad with class "dynamic-form".
however, when using the same for edit operation, the remove button is loaded only once against the first form.
though the data gets populated in the rest of the forms but the remove button is missing.
also, the forms that get created do not have class "dynamic-form"
I've manually created a form template because of couple of css constraints i was facing in my project.
when formset is being used for create operation, I get the remove button against each form and add another button at the end of the form. both the button work as expected.
on click the add another button, new form is createad with class "dynamic-form".
however, when using the same for edit operation, the remove button is loaded only once against the first form.
though the data gets populated in the rest of the forms but the remove button is missing.
also, the forms that get created do not have class "dynamic-form"