address_autocomplete
No security coverage
This module enhances the Address module with autocomplete functionality.
When you start to type the street, a list of matching addresses will be shown. When you pick one all relevant address fields (like street, city, postcode, country) will be populated.
Providers
Multiple provider can be configured.
Currently available:
Features
- New Address Autocomplete Widget included, which adds Drupal's #autocomplete functionality to the address field.
- Contains extendable AddressProvider plugin system, so it's possible to add new Provider plugins easily & switch between them.