{"id":320753,"date":"2026-06-06T11:13:18","date_gmt":"2026-06-06T11:13:18","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/nepal-province-district-municipality-ward\/"},"modified":"2026-06-06T11:12:58","modified_gmt":"2026-06-06T11:12:58","slug":"nepal-dependent-address-dropdown","status":"publish","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/nepal-dependent-address-dropdown\/","author":15520565,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.0.0","stable_tag":"1.0.0","tested":"7.0","requires":"6.0","requires_php":"7.4","requires_plugins":null,"header_name":"Nepal Dependent Address Dropdown","header_author":"Chudamani Shrestha","header_description":"A simple dependent multiple dropdown lists for Nepal address selection: Province \u2192 District \u2192 Municipality \u2192 Ward.","assets_banners_color":"f7f7f9","last_updated":"2026-06-06 11:12:58","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/wordpress.org\/plugins\/nepal-dependent-address-dropdown","header_author_uri":"","rating":0,"author_block_rating":0,"active_installs":0,"downloads":47,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.0.0":{"tag":"1.0.0","author":"manjilshre","date":"2026-06-06 11:12:58"}},"upgrade_notice":{"1.0.0":"<p>Initial stable release.<\/p>"},"ratings":[],"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":3563069,"resolution":"128x128","location":"assets","locale":"","width":128,"height":128},"icon-256x256.png":{"filename":"icon-256x256.png","revision":3563069,"resolution":"256x256","location":"assets","locale":"","width":256,"height":256}},"assets_banners":{"banner-1544x500-rtl.png":{"filename":"banner-1544x500-rtl.png","revision":3563085,"resolution":"1544x500","location":"assets","locale":"","width":1544,"height":500},"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":3563085,"resolution":"1544x500","location":"assets","locale":"","width":1544,"height":500},"banner-772x250-rtl.png":{"filename":"banner-772x250-rtl.png","revision":3563085,"resolution":"772x250","location":"assets","locale":"","width":772,"height":250},"banner-772x250.png":{"filename":"banner-772x250.png","revision":3563085,"resolution":"772x250","location":"assets","locale":"","width":772,"height":250}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":3563069,"resolution":"1","location":"assets","locale":"","width":1143,"height":365},"screenshot-2.png":{"filename":"screenshot-2.png","revision":3563069,"resolution":"2","location":"assets","locale":"","width":1145,"height":537}},"screenshots":{"1":"All dropdown selected","2":"Municipality dropdown displaying municipalities based on the selected district."}},"plugin_section":[],"plugin_tags":[180698,247733,266032,39879,266033],"plugin_category":[],"plugin_contributors":[263178],"plugin_business_model":[],"class_list":["post-320753","plugin","type-plugin","status-publish","hentry","plugin_tags-district","plugin_tags-municipality","plugin_tags-nepal-address","plugin_tags-province","plugin_tags-ward","plugin_contributors-manjilshre","plugin_committers-manjilshre"],"banners":{"banner":"https:\/\/ps.w.org\/nepal-dependent-address-dropdown\/assets\/banner-772x250.png?rev=3563085","banner_2x":"https:\/\/ps.w.org\/nepal-dependent-address-dropdown\/assets\/banner-1544x500.png?rev=3563085","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/nepal-dependent-address-dropdown\/assets\/icon-128x128.png?rev=3563069","icon_2x":"https:\/\/ps.w.org\/nepal-dependent-address-dropdown\/assets\/icon-256x256.png?rev=3563069","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/nepal-dependent-address-dropdown\/assets\/screenshot-1.png?rev=3563069","caption":"All dropdown selected"},{"src":"https:\/\/ps.w.org\/nepal-dependent-address-dropdown\/assets\/screenshot-2.png?rev=3563069","caption":"Municipality dropdown displaying municipalities based on the selected district."}],"raw_content":"<!--section=description-->\n<p>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.<\/p>\n\n<p>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<\/p>\n\n<h3>Features<\/h3>\n\n<ul>\n<li>Clean and simple UI<\/li>\n<li>Easy to integrate into any project<\/li>\n<li>Uses structured array data<\/li>\n<\/ul>\n\n<h3>How It Works<\/h3>\n\n<p>Each dropdown depends on the previous selection:\n1. Select Province \u2192 loads Districts\n2. Select District \u2192 loads Municipalities\n3. Select Municipality \u2192 loads Wards<\/p>\n\n<h3>Usage<\/h3>\n\n<p>HTML<\/p>\n\n<pre><code>&lt;select id=\"pradesh-list\" name=\"pradeshList\"&gt;&lt;\/select&gt;\n&lt;select id=\"district-list\" name=\"districtList\"&gt;&lt;\/select&gt;\n&lt;select id=\"gau-nagar-palika-list\" name=\"gaunagarList\"&gt;&lt;\/select&gt;\n&lt;select id=\"ward-list\" name=\"wardList\"&gt;&lt;\/select&gt;\n<\/code><\/pre>\n\n<p>Javascript\nnpdmw_show_dropdowns(\"pradesh-list\",\"district-list\",\"gau-nagar-palika-list\",\"ward-list\");<\/p>\n\n<h3>License<\/h3>\n\n<p>This plugin is licensed under the GPLv2 or later license.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>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.<\/li>\n<li>Activate the plugin through the 'Plugins' screen in WordPress.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id=\"what%20address%20fields%20are%20included%3F\"><h3>What address fields are included?<\/h3><\/dt>\n<dd><p>The plugin includes Province, District, Municipality, and Ward dropdown fields for Nepal.<\/p><\/dd>\n<dt id=\"do%20the%20dropdowns%20update%20automatically%3F\"><h3>Do the dropdowns update automatically?<\/h3><\/dt>\n<dd><p>Yes. The District, Municipality, and Ward dropdowns automatically update based on the selected parent location.<\/p><\/dd>\n<dt id=\"can%20i%20use%20this%20plugin%20in%20custom%20forms%3F\"><h3>Can I use this plugin in custom forms?<\/h3><\/dt>\n<dd><p>Yes. Developers can integrate the dropdown fields into custom forms and applications.<\/p><\/dd>\n<dt id=\"is%20jquery%20required%3F\"><h3>Is jQuery required?<\/h3><\/dt>\n<dd><p>Yes. The plugin uses jQuery to provide dynamic cascading dropdown functionality.<\/p><\/dd>\n<dt id=\"is%20the%20plugin%20mobile-friendly%3F\"><h3>Is the plugin mobile-friendly?<\/h3><\/dt>\n<dd><p>Yes. The dropdown fields work on desktop, tablet, and mobile devices.<\/p><\/dd>\n<dt id=\"does%20the%20plugin%20include%20nepal%20address%20data%3F\"><h3>Does the plugin include Nepal address data?<\/h3><\/dt>\n<dd><p>Yes. The plugin includes Nepal's Province, District, Municipality, and Ward data.<\/p><\/dd>\n<dt id=\"can%20i%20customize%20the%20dropdown%20appearance%3F\"><h3>Can I customize the dropdown appearance?<\/h3><\/dt>\n<dd><p>Yes. You can customize the appearance using your theme's CSS or custom styles.<\/p><\/dd>\n<dt id=\"is%20the%20plugin%20lightweight%3F\"><h3>Is the plugin lightweight?<\/h3><\/dt>\n<dd><p>Yes. The plugin is designed to be lightweight and easy to integrate into WordPress websites.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.0<\/h4>\n\n<p>Initial release<\/p>\n\n<ul>\n<li>Initial release<\/li>\n<li>Added Province, District, Municipality, and Ward cascading dropdowns.<\/li>\n<li>Included Nepal administrative division data.<\/li>\n<li>Mobile-friendly and responsive design.<\/li>\n<\/ul>","raw_excerpt":"A simple dependent multiple dropdown lists for Nepal address selection: Province \u2192 District \u2192 Municipality \u2192 Ward.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/320753","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=320753"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/manjilshre"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=320753"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=320753"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=320753"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=320753"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=320753"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=320753"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}