Hello,
In CF6, a delete query could be created as a popup/modal next to the delete button in a table. In CF7, this only works if there is a data record in the table, because with a long table, the popup no longer opens next to the button. With CF7, I have to create a rather laborious modal window, in which there is a form with two yes/no buttons.
What is really annoying is that every time the button is pressed, the entire page is reloaded. This takes time, and the forms on the page are constantly being loaded. Or is there an optimal solution without the page constantly being reloaded?
Has anyone already created a delete query that works well? The query before deleting is also intended to prevent the delete button from being deleted the first time it is pressed.
I would be very grateful for any helpful information.
Best regards
F.