You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The form for creating new customer is now rendered by default like this:
{{ form(form) }}
That will automatically render all the form fields in a default layout. When you need another layout to style the form with bootstrap, you need to either create a form template in Symfony, or use the individual twig tags to render the fields separately.
Choose the approach you want to refactor the form into nice layout using bootstrap.
The text was updated successfully, but these errors were encountered:
The form for creating new customer is now rendered by default like this:
{{ form(form) }}
That will automatically render all the form fields in a default layout. When you need another layout to style the form with bootstrap, you need to either create a form template in Symfony, or use the individual twig tags to render the fields separately.
Choose the approach you want to refactor the form into nice layout using bootstrap.
The text was updated successfully, but these errors were encountered: