User field for country information?

fredrikse

Active member
Let's say that I create a user field for country information. Once the field is created, would it from a list, be easy to inject "all existing countries in the world" for that field?
 
You can do it manually using the form in the Admin CP. Otherwise there is no import utility for user field options. You will need a custom script to insert the choices into the xf_user_field.field_choices column from whatever list you have.
 
Top Bottom