[Resolved] Split: Layout is not working – country, city, state dependent dropdown
This thread is resolved. Here is a description of the problem and solution.
Problem:
Split: Layout is not working - country, city, state dependent dropdown
Solution:
If you want to add dependent dropdown like Country -> State -> City , To display dependent dropdown it needs to be configured as post type with parent/child relationship.
I have resolved the issue and now its showing properly..
I just wanted to ask you how to create field dependency. I wanted to create country, state and city, where state will show the values according to the country selection. likewise city according to state selection.Can any one please help?
Hello. Thank you for contacting the Toolset support.
Well - if you want to add dependent dropdown like Country -> State -> City , To display dependent dropdown it needs to be configured as post type with parent/child relationship.
To implement such functionality - You should check this example:
=> hidden link
- Please check “State” and “City” dropdowns with search form.
But please note that above information is to add dependent filters to your view - if you are looking to add dependent dropdown to Toolset CRED Form - there is NO such feature exists. I'm taking your concern as a new Feature Request and send it for assessment.
Please note that there is no ETA on Feature Requests. So, please feel free to close this ticket.
Yes i have created the test site. But the thing is as i am new to this, i don't know where to start from?
Is there any order that i need to follow like.. first i have to check/create post types, then relationships, then view etc..??
Well - there is no specific order, you can start to learn from the topic from where you feel comfortable.
But for better understanding yes, start from scratch. Check post types and its associated custom fields and then check how view is setup and how filter is setup, how loop output configured etc..etc..