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
Hello guys I'm using this library in a project Symfony 3.0.
I have the need to set different fields in different form.
eg:
I have a form that needs fields: Country, Administrative Area, Locality, Postal code, Address line 1
and another form that should only have Country, Administrative area.
How can I do?
Thanks.
The text was updated successfully, but these errors were encountered:
The current form element needs to be rewritten completely. That's one of the features it should have (being able to select which fields are used). Send a PR if you end up doing it :)
Hello guys I'm using this library in a project Symfony 3.0.
I have the need to set different fields in different form.
eg:
I have a form that needs fields: Country, Administrative Area, Locality, Postal code, Address line 1
and another form that should only have Country, Administrative area.
How can I do?
Thanks.
The text was updated successfully, but these errors were encountered: