While the other collapsibles' buttons have set a type, the examples here don't:
https://getbootstrap.com/docs/4.0/components/collapse/#accordion-example
This means that when they're placed in a form, toggling their state submits the form.
I suggest adding the type="button" to every button.