Many registration forms need to capture an address from the customer. Often the address captured is the customer’s home address or a delivery address.
The typical registration form will ask the customer for their address in a format such as:
- Address Line 1
- Address Line 2
- Suburb
- State
- Postcode
Adding Addressfinder
There are two main approaches to applying Addressfinder to your registration forms. You can either include the JavaScript widget in an existing unmodified form, or you can choose to adjust your form to take advantage of Addressfinder’s capabilities. We suggest the second option. Examples of form integration can be found on the demos page.
Adding the JavaScript Widget to an existing form
You can add the JavaScript Widget to the Address Line 1 field (in the example above), and configure it to automatically populate the existing address form fields when the user selects an address.
Optimising a form to use the JavaScript Widget
When you add Addressfinder to your registration form, we suggest that you reduce the number of fields captured to just a single address line. When the user selects an address, all of the address components will remain within that one address field.
Depending on your requirements, you will probably want some or all of the individual address elements. You should store these in hidden form fields.
Capturing address data
As described above, we suggest that you display the selected address on a single line, but store the individual address elements separately in hidden fields.
Hiding these fields from the user will reduce the size of your form, which may lead to a higher conversion rate. In addition, hiding these fields will reduce the opportunity for the user to tamper or adjust them.
Have a look at the response documentation on the address elements returned. We suggest you store everything, so as to future proof yourselves against any future requirements.
Capturing address meta data
As well as the address elements, we also make available additional meta data about the address. We provide the following meta data for most addresses:
- Street name, Suburb, etc
- GPS coordinates (latitude and longitude)
- The canonical address
At a minimum, we suggest that you capture the GPS coordinates.
Handling missing addresses
Our data comes from PSMA Australia Limited, an authoritative source.
In cases where an address will appear to be missing from Addressfinder, it makes sense to allow your users to provide their address in a manual manner. We suggest adding a link such as “Enter your address manually” which displays a set of hidden address fields when clicked.
Handling failure
Addressfinder is a very stable platform with an impressive uptime. Our infrastructure has multi-site redundancy and handles failure well.
But, no service can ever be 100% reliable, and occasionally there may be a problem.
We suggest that you allow users an option to manually enter an address for when Addressfinder is unavailable. You could use the approach suggested above.
More information
Our Addressfinder knowledge base has further information about how to use Addressfinder on your website. We are happy to help, so please click the Help button on the bottom right corner of this page to contact support at your leisure.