We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e14e194 commit 62f54a8Copy full SHA for 62f54a8
cookbook/form/form_customization.rst
@@ -682,7 +682,7 @@ customize the ``name`` field only:
682
683
<!-- app/Resources/views/Form/_product_name_widget.html.php -->
684
<div class="text_widget">
685
- echo $view['form']->block('form_widget_simple') ?>
+ <?php echo $view['form']->block('form_widget_simple') ?>
686
</div>
687
688
Here, the ``_product_name_widget`` fragment defines the template to use for the
0 commit comments