Is there anyway i can create or install a custom Country dropdown list with a list of all countries withotu having to create a custom data type and typing and saving all countries infromarmation..
I imagine you have the country list saved in a database? Then it should be a matter of creating a creating a usercontrol that fetches the countries and then use the usercontrolwrapper to crate the datatype.
custom country dropdown data type
Is there anyway i can create or install a custom Country dropdown list with a list of all countries withotu having to create a custom data type and typing and saving all countries infromarmation..
any link wil be helpful
Hi Max
Yes it is possible to do this.
I imagine you have the country list saved in a database? Then it should be a matter of creating a creating a usercontrol that fetches the countries and then use the usercontrolwrapper to crate the datatype.
Try having a look at this blogpost by Tim Geysens o the subject http://www.nibble.be/?p=24
/Jan
Max,
There is a country dropdown picker in uComponents http://our.umbraco.org/projects/backoffice-extensions/ucomponents it uses locale settings and pulls countries and country codes you can set it as dropdown or list.
Regards
Ismail
is working on a reply...