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

admin2025-04-29  2

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?

Share Improve this question asked Jan 7 at 0:44 user500665user500665 1,3921 gold badge13 silver badges46 bronze badges 2
  • Normally, EXT:femanager detects a loaded EXT:static_info_tables and configures the field as a 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:32
  • 1 Ooops, wrong line. My comment above handles the state-field, not the country. country is handled via settings (github.com/in2code-de/femanager/blob/…) – Julian Hofmann Commented Jan 8 at 8:33
Add a comment  | 

1 Answer 1

Reset to default 1

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.

转载请注明原文地址:http://anycun.com/QandA/1745936889a91363.html