Download the PHP package localgovdrupal/localgov_forms without Composer
On this page you can find all versions of the php package localgovdrupal/localgov_forms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download localgovdrupal/localgov_forms
More information about localgovdrupal/localgov_forms
Files in localgovdrupal/localgov_forms
Package localgov_forms
Short Description LocalGov Drupal distribution: Webform additions.
License GPL-2.0-or-later
Homepage https://github.com/localgovdrupal/localgov_forms
Informations about the package localgov_forms
LocalGovDrupal Forms
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.
Plugins
- Personally Identifiable Information (PII) redactor from Webform submissions: At the moment, a plugin manager
plugin.manager.pii_redactor
and a sample plugin are provided.
Dependencies
The geocoder-php/nominatim-provider package is necessary to run automated tests:
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.
Editing webforms
Webforms in Drupal are config entities, therefore are by default exported with the website configuration.
It is often desirable that webforms are built and maintained by non-developers.
To avoid the configuration being removed by deployments, install the Config ignore module and under /admin/config/development/configuration/ignore
add the following:
All versions of localgov_forms with dependencies
drupal/geocoder Version ^3.44 || ^4.21
localgovdrupal/localgov_os_places_geocoder_provider Version 1.x-dev