I want to create plugin for cascading dropdowns.
e.g.
First Dropdown: Country (it will be filled from predefined list)
when country selected then its states will be visible in Second Dropdown.
when state will be selected then its cities will be visible in the Third Dropdown.
Also there will save button when will click on it then its all value will be saved.
All above process will be nested. It mens we should able to add same instace and can do same thing.
Please let me know if any Plugin something similar to this functionality or any refrence or suggestion.
Cascading Dropdowns
Hi, I am using umbraco version: 7.12.4.
I want to create plugin for cascading dropdowns. e.g. First Dropdown: Country (it will be filled from predefined list) when country selected then its states will be visible in Second Dropdown. when state will be selected then its cities will be visible in the Third Dropdown. Also there will save button when will click on it then its all value will be saved.
All above process will be nested. It mens we should able to add same instace and can do same thing.
Please let me know if any Plugin something similar to this functionality or any refrence or suggestion.
Thank you so much!!!
The only way I know would be to create a custom property editor (which is quite involved). Details for that are at: https://our.umbraco.com/documentation/Tutorials/Creating-a-Property-Editor/
is working on a reply...