Auto Complete Postal Address - Postal Address Lookup

Do you need to add auto complete address to your forms?

Single Address Field Approach

If you want a single address field, with a full address auto completed, then add both the following classes to any address field.
  • autoCompleteAddress 
  • autoCompleteFullAddress
eg
<input name=address class="autoCompleteAddress autoCompleteFullAddress">
or 
<texarea name=address class="autoCompleteAddress autoCompleteFullAddress"></textarea>
The first one initiates the autoCompleteAddress, the second one is optional, but states that the resulting address should be pasted in full into that box.

Split Address Approach

Alternatively, the first address gets the first line only, and the following approach can be used where the address is split into components. 
  • autoCompleteAddress 
  • autoCompleteAddressSuburb 
  • autoCompleteAddressCity 
  • autoCompleteAddressState 
  • autoCompleteAddressCode
  • autoCompleteAddressCountry 

More From This Section

There are 2 common ways you might setup a registration form, and its important to consider the difference between a one time member registration form, vs a custom enquiry form that might be used to capture multiple event registrations from a single customer over time.
Any page can have an enquiry form added. This form can also be customised with your own form fields and questions.
Instructions on how to setup custom enquiry forms in our CMS. These might be used for running surveys, questionaires, or simply customising an ordinary enquiry.
How to view and reply to enquiries and form posts, to download that data. How long does the data last in the system?
Change the default thank-you text after a form has been submitted, or change the auto responder.
Do you need to add auto complete address to your forms?
Create a form where new people can subscribe or register to be a member of your business or organisation
With the Form popup window available in Drag and drop and Contentbox editors, you can set a field to appear only when a previous field is set. With the Contentbox editor you can reveal sections which contain multiple form-fields.
Learn about how to have fields that automatically populate from a users login session, or from previous answers to the same form.

FAQ Topics

Search for help:

> Home