Is there a way to pass these parameters (label_col, widget_col) from the form? The documentation only mentions them in a twig context: {{ form_row(form.firstName, { 'label_col': 4, 'widget_col': 8}) }}