Closed
Description
Hello,
I read that some web browsers such as Google Chrome or Safari need special input names in order to fill them automatically according to the user's contact attributes. ("firstname", "city", "postalcode",...)
The issue is that Symfony generates names such as "form_name[widget_name]" for the name attribute of inputs and it makes the readability of inputs impossible for the browser.
A possible fix would be an option to override the naming system with a custom input name.
Thank you for your great job on Symfony -