How can I let the users select their city form the pre populated list of cities?

Comments

bojanz’s picture

Status: Active » Fixed

This is not supported by 1.x architecture, will be fixed in 2.x

You will need to implement hook_form_alter() / hook_field_widget_alter() to change the input field into a dropdown field, and then look for next steps.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.