With the new changes to post relationships, now in March 2018 is there a method to create a taxonomy of make / model?
I'm trying to make a car related website and want to be able to have:
Make 1
- Model 1 A
- Model 1 B
- Model 1 C
Make 2
- Model 2 A
- Model 2 B
- Model 2 C
In the front end via CRED the customer selects Make 1, they should only then be able to select Models from Make 1
I know if the data is filled correctly by the customer the search field will show correctly,
But I need the CRED form to limit the option, to enforce good data,
I've seen this question asked a few times, and its a big factor limiting projects I want to develop with Toolset.
Surely the new post relationship can solve this now?
Thanks
Stephen
I believe this request was rejected in past, to allow the "step by step" filtering or adding of hierarchical taxonomies, since it is not possible without a load of the server and hence delay in site loads time.
What you can do is use CRED conditionals and check upon a field value, and depending on that, show another Field or Taxonomy Picker.
This is the easiest and best way to achieve this as it is also possible to use for Custom Searches later, where you can update the results as the user changes values and hence always only show related options.