diff --git a/cookbook/form/form_customization.rst b/cookbook/form/form_customization.rst index 6c354b741fb..7f82fecca81 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: