We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f285d93 commit 66830c5Copy full SHA for 66830c5
cookbook/form/form_customization.rst
@@ -24,7 +24,7 @@ method:
24
25
.. code-block:: php
26
27
- <?php echo $view['form']->row($form['age']) }} ?>
+ <?php echo $view['form']->row($form['age']); ?>
28
29
You can also render each of the three parts of the field individually:
30
0 commit comments