Drupal is a registered trademark of Dries Buytaert
cms 2.1.3 Update released for Drupal core (2.1.3)! drupal 10.5.11 Update released for Drupal core (10.5.11)! drupal 11.3.11 Update released for Drupal core (11.3.11)! drupal 11.2.13 Update released for Drupal core (11.2.13)! drupal 10.6.10 Update released for Drupal core (10.6.10)! cms 2.1.2 Update released for Drupal core (2.1.2)! drupal 11.1.10 Update released for Drupal core (11.1.10)! drupal 10.5.10 Update released for Drupal core (10.5.10)! drupal 10.4.10 Update released for Drupal core (10.4.10)! drupal 11.2.12 Update released for Drupal core (11.2.12)! drupal 11.3.10 Update released for Drupal core (11.3.10)! drupal 10.6.9 Update released for Drupal core (10.6.9)! drupal 10.6.8 Update released for Drupal core (10.6.8)! drupal 11.3.9 Update released for Drupal core (11.3.9)! drupal 11.3.8 Update released for Drupal core (11.3.8)! drupal 11.3.7 Update released for Drupal core (11.3.7)! drupal 11.2.11 Update released for Drupal core (11.2.11)! drupal 10.6.7 Update released for Drupal core (10.6.7)! drupal 10.5.9 Update released for Drupal core (10.5.9)! cms 2.1.1 Update released for Drupal core (2.1.1)!

address_suggestion

242 sites Security covered
View on drupal.org

The Address Suggestion module for Drupal is a robust alternative to the address autocomplete module, which is no longer actively maintained. Address Suggestion offers a set of enhanced features:

  • Automatic address suggestions with country specificity,
  • Configuration per Field widget (not in module settings)
  • Support field text plain, field address
  • Support CkEditor5
  • Get country site by default (more precise)
  • House number auto-addition
  • Integration with Geo fields or Geolocation field

This module is support with various address providers, such as

Formatter supports

  • Open street map (free - no api)
  • Esri ArcGIS (free - no api)
  • Google map iframe (no api required)
  • Mapbox
  • Map quest
  • Tom tom
  • Here

Button autosuggestion in ckeditor5. It will embed google map
. Seek Developper for more options map: like apple map, bing map, ...

For developper
- For each provider can set your custom endpoint. You can create your own api in the server to save the new address if request is not found in the database, you will call the provider's api to get it and you save the new address on your server. That will save your money
- You can create your plugin just create your_module/src/Plugin/AddressProvider/your_request_api.php
views exemples in module
- If you want add address suggestion for your custom textfield with #autocomplete
you can active button Address suggestion in CkEditor5 (ex: full_html), you will get token in configuration.


$form['custom_text_field'] = [
     '#type' => 'textfield',
     '#title' => $this->t('Autocomplete Address'),
     '#autocomplete_route_name' => 'address_suggestion.ckeditor',
     '#autocomplete_route_parameters' => ['format' => 'full_html'],
     '#autocomplete_query_parameters' => ['token' => $token],
....
];

If you find this module valuable, consider supporting the developer by buying me a ☕.

Activity

Total releases
1
First release
Jun 2025
Latest release
11 months ago
Release cadence
Stability
100% stable

Releases

Version Type Release date
1.0.24 Stable Jun 20, 2025