Hello everyone i hope someone can help me,
I have two relationship field
1. ORGANIZATION filter with Custom Post Type ‘Certification’
2. SECURITY
If i’m going to select any item on ORGANIZATION(relationship field) i want that item to be displayed on SECURITY(relationship field)
What i want to show on the SECURITY(relationship field) are the only item’s that are selected coming from ORGANIZATION(relationship field)
I appreciate it
Thank you so much in advance.
Cheers
To do this you need to have a field that has dynamically generated choices based on the first field. To do this you need to use a select field and you need to do it with custom javascript. I do not know of specific examples to do what you’re looking for.