localgovdrupal / localgov_forms
LocalGov Drupal distribution: Webform additions.
Installs: 2 504
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 5
Forks: 1
Open Issues: 10
Type:drupal-module
Requires
- drupal/geocoder: ^3.20
- drupal/webform: ^6.0
- localgovdrupal/localgov_os_places_geocoder_provider: 1.x-dev
Requires (Dev)
- 1.x-dev
- 1.0.0-beta1
- dev-release-1.x
- dev-fix/lgd-date-in-multistep-form
- dev-fix/address-lookup-webform-element
- dev-wip/all-pr-2021-10-20
- dev-feature/date-styling-and-validation
- dev-feature/date-styling
- dev-feature/git-hub-test-script
- dev-feature/9-cant-find-the-address-button-display-cfg
- dev-feature/rename-address-search-button
- dev-feature/localgov-forms-date-styling
- dev-feature/date-validation
- dev-fix/3-non-existent-php-interface
- dev-wip/2022-01-11
- dev-feature/lock-submitted-prevent-delete
- dev-feature/lock-form-submission-once-submitted
- dev-feature/os-places-geocoder
- dev-feature/localgov-forms-date-validation
- dev-feature/mock-geocoder
- dev-feature/address-lookup
- dev-feature/composer.json
This package is auto-updated.
Last update: 2023-03-19 14:43:33 UTC
README
Provides additional configuration, styling and components for the Drupal Webform module.
Additional components
- LocalGov Forms Date - A date input field based on the GDS Date Input pattern
- LocalGov address lookup - Webform element with a configurable address lookup backend. Geocoder plugins act as backends.
Dependencies
The geocoder-php/nominatim-provider package is necessary to run automated tests:
$ composer require --dev geocoder-php/nominatim-provider
The localgovdrupal/localgov_geo and localgovdrupal/localgov_os_places_geocoder_provider packages are needed to use the Ordnance Survey Places API-based address lookup plugin. Once these packages are installed, the Localgov OS Places plugin will become available for selection from the Localgov address lookup element's configuration form.