Restrict results by metadata (TA)
Error Message Metadata RestrictWidget configured to watch the Territorial Authority of the selected address and return either the selected address (if the address is in allowed TA/s) or an error message.
See the Pen Restrict results by metadata (TA) by Addressfinder (@addressfinder) on CodePen.
Related code examples
-
Restrict results by metadata (Suburb) - Monitor the Suburb of the selected address. Allow the entry of addresses in the suburbs of Newtown or Te Aro. Addresses in other suburbs will display an error message.#Error Message #Restrict #Suburb
-
Address region filter - The example shows the widget enabled with a region filter. Only addresses from the filtered region are returned in the search results.#Region #Restrict
-
Capture the Primary Parcel ID - The example showcases the collection of the Primary Parcel ID. This identifier can be used to join address data with property datasets which use the primary parcel ID as a unique identifier.#Metadata #Parcel ID #Survey
-
Capturing Address Metadata - Demonstrates capturing several of our metadata attributes, and saving them into hidden fields on a form. In this example, we capture GPS coordinates, the meshblock ID, the NZ Post DPID field and also the name of the region. The example of the AddressFinder widget showcases some of the extra data that can be collected along side each Address. The addresses GPS location, meshblock ID and DPID are all collected in this example.#DPID #GPS #Meshblock #Metadata #Region
-
Common Plugin Address Metadata Collection - In this example, we will populate the input fields using metadata obtained through the Common Plugin's events callback. The events callback provides an excellent mechanism to connect with the plugin and execute specific actions when an event occurs.#Common Plugin #Metadata