Nepal Dependent Address Dropdown

Description

Nepal Dependent Address Dropdown is a lightweight WordPress plugin that allows users to easily select their Province, District, Municipality, and Ward through connected dropdown lists that automatically update based on previous selections.

The plugin includes up-to-date Nepal address data and can be integrated into custom forms, registration forms, user profiles, contact forms, and other WordPress applications. It is lightweight, easy to use, and designed to improve address entry accuracy while enhancing the user experience

Features

  • Clean and simple UI
  • Easy to integrate into any project
  • Uses structured array data

How It Works

Each dropdown depends on the previous selection:
1. Select Province loads Districts
2. Select District loads Municipalities
3. Select Municipality loads Wards

Usage

HTML

<select id="pradesh-list" name="pradeshList"></select>
<select id="district-list" name="districtList"></select>
<select id="gau-nagar-palika-list" name="gaunagarList"></select>
<select id="ward-list" name="wardList"></select>

Javascript
npdmw_show_dropdowns(“pradesh-list”,”district-list”,”gau-nagar-palika-list”,”ward-list”);

License

This plugin is licensed under the GPLv2 or later license.

Screenshots

Installation

  1. Upload the plugin files to the /wp-content/plugins/nepal-province-district-municipality-ward directory, or install the plugin through the wordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.

FAQ

What address fields are included?

The plugin includes Province, District, Municipality, and Ward dropdown fields for Nepal.

Do the dropdowns update automatically?

Yes. The District, Municipality, and Ward dropdowns automatically update based on the selected parent location.

Can I use this plugin in custom forms?

Yes. Developers can integrate the dropdown fields into custom forms and applications.

Is jQuery required?

Yes. The plugin uses jQuery to provide dynamic cascading dropdown functionality.

Is the plugin mobile-friendly?

Yes. The dropdown fields work on desktop, tablet, and mobile devices.

Does the plugin include Nepal address data?

Yes. The plugin includes Nepal’s Province, District, Municipality, and Ward data.

Can I customize the dropdown appearance?

Yes. You can customize the appearance using your theme’s CSS or custom styles.

Is the plugin lightweight?

Yes. The plugin is designed to be lightweight and easy to integrate into WordPress websites.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Nepal Dependent Address Dropdown” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.0.0

Initial release

  • Initial release
  • Added Province, District, Municipality, and Ward cascading dropdowns.
  • Included Nepal administrative division data.
  • Mobile-friendly and responsive design.