kentico_helenag
-
8/21/2011 9:28:12 AM
RE:Hide USA from the Dropdownlist
Hi,
If you want to remove USA in the whole installation, you can remove it in Site manager -> Development -> Countries.
If you want to hide it only in that form control, you can add a Where condition to:
~\CMSFormControls\CountrySelector.ascx
for example like: WhereCondition="CountryDisplayName <> 'USA'"
Best regards, Helena Grulichova
|