Learn How To Disable And Enable The Common Plugin
Common Plugin ManualLearn how to disable and enable the Common Plugin. This can be handy if you wish to provide an option for your users to enter their addresses manually.
See the Pen Learn How To Disable And Enable The Common Plugin by Addressfinder (@addressfinder) on CodePen.
Related code examples
-
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
-
Common Plugin Automatic Country Selection - While you have the flexibility to choose various countries, a simple but effective feature is the Common Plugin's use of the defaultCountryCode. This feature seamlessly auto-selects the country when no manual selection has been made, and an address is chosen.#Common Plugin #Multiple Countries
-
Common Plugin Empty Results Event - While instances of non-existent addresses are infrequent, it is conceivable that an address may not be present in our system. Learn how to listen for the empty results event and apply your business logic for this scenario.#Common Plugin #Empty Content
-
Configure Different Options For Different Countries With The Common Plugin - This example highlights the Common Plugin's capability to implement distinct options for the various countries we support.#Common Plugin
-
Disable widget via empty results message. - If no address is returned when searching, a message is displayed which allows the user to disable the widget and enter their address manually. "Click here to enter it manually".#Empty Content #Error Message #Manual