### Basic YubinBango Setup with Single Address Field Source: https://yubinbango.github.io/yubinbango Include the YubinBango script and use microformats2 classes like 'h-adr' and 'p-postal-code' within a form to enable postal code search functionality. This setup is for a single input field for the postal code. ```html
``` -------------------------------- ### YubinBango Setup with Split Postal Code Fields Source: https://yubinbango.github.io/yubinbango Configure YubinBango for separate input fields for the postal code (e.g., first 3 digits and last 4 digits). This requires using the 'h-adr' class on the form and 'p-postal-code' on the respective input fields. ```html ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.