I have femanager and static_info_tables installed on TYPO3 11.
On the frontend the Country field is now rendered as a select dropdown as expected.
However in the backend the country field is just a regular text field.
How do I enable the country select options in the backend as well?
I have femanager and static_info_tables installed on TYPO3 11.
On the frontend the Country field is now rendered as a select dropdown as expected.
However in the backend the country field is just a regular text field.
How do I enable the country select options in the backend as well?
In the settings module under Extension Configuration, femanager has the setting:
"Replace the input field for a fe_user's country with a select box."
Which is deseleced by default. Once this is checked and the cache cleared, everything works as expected.
select
(github.com/in2code-de/femanager/blob/…). Make sure that the loading sequence first loads staic_info_tables and only after femanager. – Julian Hofmann Commented Jan 7 at 11:32state
-field, not the country.country
is handled via settings (github.com/in2code-de/femanager/blob/…) – Julian Hofmann Commented Jan 8 at 8:33