function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Vaibhav BabrekarVaibhav Babrekar 

I want to create dependant picklist of Country and City.. Can anyone help me out

Create a Visual Force page. This page should display two picklists, one for Country and another for City. Initially city picklist should not display any value; instead it should be dependent upon Country picklist. So when user selects a particular country then City picklist should load all the citiescorresponding to the selected country.
AnkaiahAnkaiah (Salesforce Developers) 
Hi Vaibhav,

Refer the below help article.
https://help.salesforce.com/s/articleView?id=000332625&type=1
https://salesforce.stackexchange.com/questions/249304/how-to-create-dependent-picklist-in-vf-page

If this information helps, please mark it as best answer.

Thanks!!