Hi,
i want to create a form in Magento 2 in admin area, but without CRUD support.
I mean that the form call a controller and do some action without store information to database.
Which is the most appropriate way to do this ?
With a classic phtml template or with Form UI Component?