<div dir="ltr">Hi everyone,<br>I have a content type that should have a Location field. But, instead of the user filling the location for every item, I would like him to only choose a location from his own list of pre-defined locations.<br>
I've managed to create a string field that allows the user to choose from his list and contains the location ID.<br>The problem is that in this method Drupal doesn't recognize it as a Location-type field, and therefore all the advanced options like displaing on a map are not available.<br>
<br>I've thought about two methods to solve it:<br><ol><li>When the user create the node, he will choose from his list, but Drupal will save it as it would save a node with new location.</li><li>The data would be saved in the same method I'm using now (string field with the ID), but somehow I will tell Drupal to recognize it as a location.</li>
</ol><br>Not really sure which one is better, and I don't know how to implement either one.<br><br>My Drupal version is 6.<br><br>I hope it was clear enough. If not - I will try to explain again.<div>Any help would be appreciated.<br>
Thanks a lot,<br>Daniel<br>
<br><br></div></div>