Address USPS Validation Widget
Categories
Component ID
2872701
Component name
Address USPS Validation Widget
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
742
Component created
Component changed
Component body
Provides field widget for Address field validation using USPS Web Tools API.
Features:
- United States postal address validation using USPS service
- Automatic address replacement with USPS formatted value
- Manual address replacement with USPS formatted value
Requirements
- Address module installed (using composer)
- USPS Web Tools API username (Registration for USPS Web Tools)
Installation
Address USPS must be installed via Composer, in order to get the required libraries. The tarballs are provided for informative purposes only.
1. Add the Drupal.org repository
composer config repositories.drupal composer https://packages.drupal.org/8
This allows Composer to find Address and the other Drupal modules.
2. Download Address USPS module
composer require drupal/address_usps --dev
Usecomposer update drupal/address_usps --dev --with-dependencies
to update Address USPS to a new release.
See Using Composer in a Drupal project for more information.
