Code examples related to Split Fields
-
Verify email and address autocomplete (NZ) - This form demonstrates the verification of an email field, as well as the address autocomplete widget being used on the same form.#Email #Multiple Widgets #Split Fields
-
Form without address line 2 - The example shows the basic use case of the AddressFinder widget but on a form that has fewer address fields. This form only has one "address line" so the widget has been modified to combine the 'Address_Line_1' and 'Address_Line_2' elements when populating the content into the appropriate field.#DOM #Logic #Split Fields #Street
-
Manual address entry - Autocomplete only for street name, suburb and city/town. It also collects coordinates for the location. All other fields must be entered manually.#GPS #Location #Manual #Split Fields #Street
-
Split address into separate fields - The address is split into separate fields (unit number, property number, street etc).#Metadata #Split Fields
-
Populate fields using querySelector function - Most of our code examples use the ID of a form input field to populate data when an address is autocompleted. However, not all forms use "IDs" to Identify fields. In this example we use the querySelector function to identify the fields and populate the data. In this case we use the field's name to identify the fields.#Split Fields #User Interface
-
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
Other code examples
Common Plugin Custom DOM DPID Email Empty Content Error Message GPS Geofence Hubspot International Location Logic Manual Maps Meshblock Metadata Multiple Countries Multiple Widgets Nearby Open Street Map PO Box Parcel ID Phone Points of Interest Proxy Region Restrict Rural Shipping Split Fields State Street Styling Suburb Survey Urban User Interface