location_signpost
No security coverage
Adds a block and paragraph type that let visitors find their local area by entering a postcode or address. The module identifies the area from the postcode, then shows area-specific signpost links.
Address autocomplete comes from the Ordnance Survey Places API. Area identification uses postcodes.io (free, no key required) to look up the ONS MSOA code for a postcode, which is then matched against the MSOA codes configured for each area.
Requirements
- Drupal 10 or 11
- An Ordnance Survey Places API key
- The Key module is strongly recommended for keeping the API key out of configuration exports
Note: although developed for use with LocalGov Drupal, there are no dependencies, so it can be used in other Drupal variants.