The problem I have is the following:
In twig from the form-wizard of the metronic template I dynamically create both the tabs and the elements within them. This first part goes well, the problem is in the validation. All the fields are obligatory and when I give it to the next button it only validates the first field and if the others remain blank, it goes over as if everything was fine.
If I click on each field, if it is shown as required and if I leave it blank I get the required field sign, but when I give the next button, if the first field is OK, remove the error and go to the next tab.
Does anyone have any ideas or solutions ???