Using Java Script,
In contact entity, iam creating one field "COUNTRY" -- Option Set -- values - India, USA, South Africa
Iam creating one more field in the same entity as "CITY" -- Option Set -- values - a,b,c,d,e,f
My requirement is, if i select country "india" then the second option set should show only "a" and "b" in "CITY".