diff --git a/cookbook/form/form_customization.rst b/cookbook/form/form_customization.rst index 3b4f616947d..444c2985450 100644 --- a/cookbook/form/form_customization.rst +++ b/cookbook/form/form_customization.rst @@ -24,7 +24,7 @@ method: .. code-block:: php - row($form['age']) }} ?> + row($form['age']); ?> You can also render each of the three parts of the field individually: