Uses https://addressfinder.nz/ API to list address for CiviCRM Address fields.
The extension is licensed under AGPL-3.0.
- PHP v7.4+
- CiviCRM (FIXME: Version number)
Learn more about installing CiviCRM extensions in the CiviCRM Sysadmin Guide.
Sysadmins and developers may download the .zip
file for this extension and
install it with the command-line tool cv.
cd <extension-dir>
cv dl nz.co.fuzion.addressfinder@https://github.com/FIXME/nz.co.fuzion.addressfinder/archive/master.zip
or
cd <extension-dir>
cv dl nz.co.fuzion.addressfinder@https://lab.civicrm.org/extensions/nz.co.fuzion.addressfinder/-/archive/main/nz.co.fuzion.addressfinder-main.zip
Sysadmins and developers may clone the Git repo for this extension and install it with the command-line tool cv.
git clone https://github.com/FIXME/nz.co.fuzion.addressfinder.git
cv en addressfinder
or
git clone https://lab.civicrm.org/extensions/nz.co.fuzion.addressfinder.git
cv en addressfinder
- Enable the extension.
- Store the AddressFinder key in civicrm settings -
cv api Setting.create address_finder_key="XXX"
- Load the contribution/event page having address fields. The Street Address field must have a placeholder
Start typing an address...
.