I want to make a single form to bulk edit data. Let's say I want to edit some value/s of a variable amount of users and save it all at the same time.
I can create a form with php bin/console make:form but it allow me to edit just one entry. I am looking for the "oficial way" to do id but I don't find any clear information.
What would be the most correct way to do this in Symfony 6?
Thank you very much!
