What is the best way to add a "confirm-option" to a delete form in Symfony2?
Sección: Symfony
Creado: 24-11-24 (Actualizado: 24-02-22)
If you create CRUD-code for an entity in Symfony2 using the console, you will end up with a very basic delete function.
This function is lean and efficient, but does not provide an "are you sure?"-
https://stackoverflow.com/questions/13835579/what-is-the-best-way-to-add-a-confirm-option-to-a-delete-form-in-symfony2