Enables Salesforce developers to add autocomplete capability for Australian and New Zealand addresses.
Supported Countries:
Register for a free AddressFinder account at one of these links:
Existing users can obtain their API key from the AddressFinder Portal.
Read more on the AddressFinder Salesforce Plugin page.
The AddressFinder plugin for Salesforce provides the following features:
- Address autocompletion for New Zealand and Australian Addresses
- Ability to customise the integration on Salesforce pages
Follow the instructions below, or watch the installation video.
- Copy our script source:
- Paste the script into your VisualForce page
- Edit the
CONFIGURATION
block - Enter your AddressFinder license key and country details
- Edit the Address field IDs to match your page
- Set debug mode (enabled by default). This displays JS alerts if any of your address field IDs are misconfigured.
- When working successfully, disable debug mode. Any errors will be silently logged to the Javascript console.
Read and copy our code within the example VisualForce pages.