How to display only the states that are available in the selected country and if the state has selec
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2024 11:47 PM
How to display only the states that are available in the selected country and if the state has selected to XYZ , only cities in that state should be displayed in the below variables.
Please suggest.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2024 12:18 AM
Hello @Archana23
This can be achieved with reference qualifier. Same requirement is answered in below thread:
Refer:
https://youtu.be/zvSwzPRgAbw?si=vfaFU5V8YTirPn76
Please Mark this answer as helpful and correct if helped.
Kind Regards,
Ravi Chandra.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2024 01:16 AM
You have to write advanced reference qualifier on both field
For example
State - javascript:"country="+current.variable.country;
Cities - javascript:"state="+current.variable.state;
Regards,
Ayan Murshad