I’m trying to create a form. I am finding it difficult to determine which form.twig.html file is being used to render my form and where the css is coming from to render it.
I have a simple form with two text inputs, two buttons, and a date input. But depending on where in the file structure I put it, and what I name the file, I get different results.
I have not managed yet to get the date input to generate a date as described in the documentation.
Would it be possible to include some form of debug information, such as a debug log, in which the twig file that is used to render a page is listed?
Would it be possible to add something to the form tutorial about the css that is used to render a form?