Display only city and zip code on the map

Api key installed. In my website work fine.
Just I want that it shows only the zip code and the city without any district

This is how it looks

Is there any way to don’t show this?

And problem n2, the location allows also to insert also the street and number

I would like to keep it simple just with city and zip code. Also the country if is possible can be hidden , since the website is only for 1 single country

Hi,

Currently this feature is not available and the address is pulled directly from the Google API, but we are planning to make this customizable in future updates. If you’re familiar with the code or have a developer, we can provide general guidance on how to achieve this.

Hi, I have basic knowledge of coding, I can try to get it done. I will appreciate

Hey,

Sorry to highjack the thread, but I’m also interested in customising the locations that are available, but in my case I’ve opted for the Mapbox integration.

My use-case is limited to only the UK, and I only really need town/cities/regions shown.

If we could get some pointers on how to customise the location options that would be awesome!

Cheers,
Chris :victory_hand:

1 Like

Please try following these suggestions Remove "UK" from location search box - #4 by ihor This way it’s possible to remove specific parts of the address after the location is saved, for example removing the last part after the comma should remove the country name, so it will not be displayed. Removing it from the auto-completion drop-down in the search form is more complex unfortunately since it’s implemented in JS scripts.

Hope this helps

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.