localgovdrupal/localgov_forms

LocalGov Drupal distribution: Webform additions.

Installs: 17 405

Dependents: 2

Suggesters: 0

Security: 0

Stars: 2

Watchers: 5

Forks: 2

Open Issues: 19

Type:drupal-module

1.0.0-beta5 2024-03-06 17:10 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.

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:

webform.webform.*
webform.webform_options.*