Django Choice Dropdown Not Working on Cloned Form in Formset
I am cloning my an empty form in django following guidance I’ve found elsewhere in stack overflow. The JS will append a new form as intendended however the dropdowns from a choice widget are no longer working and I can’t figure out why.