Dear all,
I have just started to learn CMS Made Simple module development, and there fore am still very new. Am developing simple registration module, and I want to have a drop down list having all countries. How can I achieve this?
Getting a list of all countries
-
- New Member
- Posts: 2
- Joined: Fri Mar 23, 2012 8:33 am
-
- New Member
- Posts: 2
- Joined: Fri Mar 23, 2012 8:33 am
Re: Getting a list of all countries
Thanks. At least I have seen that CMSModule documentation of functions. The CreateInputDropdown() function will need an array, in my case, an array of all countries. I was thinking if there is method may be, which I can just call and populate those countries.