Symfony + Bootstrap 4 Form Test
Rendering test of form elements (Massimo Cassandro 2016/2020).
Repository readme: https://github.com/massimo-cassandro/symfony-bootstrap-form-theme#readme
Symfony controller:
/src/AppBundle/Controller/TestFormController.php
This page twig template: src/AppBundle/Resources/views/test_form/test_form.html.twig
Form template: dist/bs4_form_layout.html.twig
Scss files: dist/scss
JS files: dist/js
Note: for easier readability, in this test page, twig parameters (as required or disabled) have been added to the twig widget, even if they are tipically defined in the controller.