is it possible to add a special Profile Question to the registration page, where the possible values are loaded dynamically via SQL?
in my case I need 3 Questions:
Country
Region
City
after choosing country, there should only be possible to select regions in that country and after selecting a region, only the cities in that region should be selectable.
maybe there is already a solution available.