DaData Integration
This module integrates Drupal forms with the DaData Suggestions API to provide smart autocomplete for addresses, companies, names, and emails. It simplifies form filling and improves data accuracy by offering suggestions as users type in configured text fields.
Project Description
DaData Integration connects Drupal forms with the DaData Suggestions API to provide smart autocomplete for addresses, cities, companies, names, and emails. Simplifies form filling and improves data accuracy.
Features
-
Autocomplete for:
- Addresses (with granular control: country, region, city, settlement, street, house).
- Companies (party) — quick organization search.
- Full names (fio) — autofill personal names.
- Emails — suggest valid email addresses.
- Works with any textfield in Drupal (including Webform elements).
- Multiple fields can be configured via the admin UI.
- Configurable API URL (for self-hosted gateways or DaData mirrors).
- Ships with translation support (English + Russian).
Post-Installation
After enabling the module:
- Go to Configuration → Web services → DaData Integration (/admin/config/services/dadata).
- Enter your API Key (required) and optionally override the Base API URL.
- Add the form fields (by HTML id, e.g. edit-city) that should use DaData suggestions.
-
For each field, choose:
- Suggestion type (address, fio, email, party).
- Granularity (bound) — only available for addresses.
- Save the configuration.
From now on, the configured fields will automatically show DaData suggestions as users type.
Additional Requirements
- Drupal 10 or later.
- A valid DaData API key (free or paid, available at dadata.ru).
- No additional contrib modules required.
Community Documentation
- DaData API Docs — official API reference.
Depends on
Dependencies of the latest stable release
- system Drupal core
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.
Activity
Release Timeline
Releases
| Version | Type | Core | Notes | Release date | |
|---|---|---|---|---|---|
| 1.0.1 | Stable | 10–11 | First stable release with Drupal 12 compatibility and improved code quality. | Jul 13, 2026 | |
| 1.0.0-alpha3 | Pre-release | 10–11 | Adds CSS selector support for field mapping and improves configuration saving. | Oct 15, 2025 | |
| 1.0.0-alpha1 | Pre-release | 10–11 | Initial alpha release. | Sep 26, 2025 | |
| 1.x-dev | Dev | 10–11 | Initial 1.x-dev release. | Sep 26, 2025 |