typo3typo3-11.xfemanager

How to enable select options in Country field using femanager in TYPO3 backend?


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?


Solution

  • 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.