Autocomplete functions on both Address and Suburb fields
Multiple Widgets Postcode Split Fields State SuburbDemonstrates configuring an autocomplete widget on the address field, as well as on the suburb field. This means that if a user is unable to select their address for some reason, then at least they can use the suburb autocomplete - ensuring they have a valid suburb/state/postcode combination.
See the Pen Autocomplete functions on both Address and Suburb fields by AddressFinder (@addressfinder) on CodePen.
Related code examples
-
Location autocomplete - The code displays the use of the AddressFinder Widget for the purposes of searching locations and in this case Suburb-State-Postcode combinations.#Locality #Location #Split Fields #Suburb
-
Search using suburb and postcode only - When searching, only suburb and postcode will be displayed in the search results. Full address searching is disabled in this example.#Locality #Location #Multiple Widgets #Suburb
-
Address state filter - The example shows the widget enabled with a state filter. Only addresses from the filtered state(s) are returned in the search results.#Restrict #State
-
Canadian checkout demo - Shows a simple checkout page, configured for capturing a Canadian address. The autocomplete widget provides the search capability and the selected address elements are populated into the relevant form fields.#International #Split Fields
-
Capture AusPost DPID - The demo shows requesting and then stored the DPID in a hidden field. The DPID is the unique address identifier used by Australia Post.#DPID #Metadata #Split Fields