I have a form that dynamically shows a section to fill in a bunch of names (or whatever) and it only shows up if a certain flow is taken in the earlier part of the form.
This seems to cause an issue with the add/delete buttons from this project. If I move my formset out of the hidden section it works as expected. If I put it back inside the add button appears and works, but I can't delete rows :(
I have a form that dynamically shows a section to fill in a bunch of names (or whatever) and it only shows up if a certain flow is taken in the earlier part of the form.
To show the name section I'm using:
while it started as
display: none;
This seems to cause an issue with the add/delete buttons from this project. If I move my formset out of the hidden section it works as expected. If I put it back inside the add button appears and works, but I can't delete rows :(