Postcode lookup for CiviCRM¶
Overview¶
For having postcode lookup feature in CiviCRM backend and Front end profiles.
Supported Providers¶
Installation¶
- See: https://docs.civicrm.org/sysadmin/en/latest/customize/extensions/#installing-a-new-extension.
- Configure postcode lookup provider details in Administer->Postcode Lookup.
Permissions¶
From version 1.6 you need to give the Access CiviCRM Postcode lookups
permission to anyone who can do postcode lookups (eg. anonymous user). Previously the permission required was Access CiviEvent
.
Integration with Drupal Webform¶
This drupal module provides integration with Drupal Webform: https://github.com/compucorp/webform_civicrm_postcode
Usage¶
- For backend, postcode lookup features is automatically enabled for address fields when adding/editing contacts and configuring event location.
- For front end profiles, postcode lookup feature is enabled for payment billing address, primary address and all location types set in Administer->Postcode lookup.
Include 'Supplemental Address 1' and 'Supplemental Address 2' fields in the profile for address lines based on the rules in the Royal Mail programmers guide.