I need to relate four fields on my contact form(country,state,district,city). Specific country should only show related states,specific state should show only related districts and specific district should only show related cities.
I tried to achieve it using cascading lookup but I can only relate my state and district. How can I do the needful? Please Help.