Tell us what you are trying to do?
I want my users to first select a continent, and then show them a list of countries inside that continent to choose from.
Is there any documentation that you are following?
No. altough you state that conditional fields can operate taxonomies, there are no such options to do so.
Is there a similar example that we can see?
should be like a marketplace bound to a continent and country.
What is the link to your site?
Not showing much as this aint working and without its useless.
hidden link
Hi,
Thank you for contacting us and I'd be happy to assist.
Since it is not possible to create a link between the terms in the two taxonomies, you can use post types and post relationships for this setup.
You'll need two new custom post types:
- Continents
- Countries
These post types can be linked together using the post-relationships:
- Continents -> Countries
A one-to-many relationship where one continent can be linked to many countries.
- Countries -> Listings
A one-to-many relationship where one country can be linked to many listings.
When creating a new listing using the Toolset Form from the front-end, a user will just select the related "Country" and it will indirectly link to the relevant "Continent" as well.
In the views search form, the user will have the option to select a "Continent" first and then its related "Countries" will automatically become available in the "Country" field.
I hope this helps and please let me know if you need any further assistance around this.
regards,
Waqar