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
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.
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!
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.