Dynamic Taxonomy Terms selection based on selected Taxonomy #9541
|
Hi, Quick example: If a user selects X in the first field (Taxonomy), then the dropdown in the next field (Taxonomy Terms) should display only 1, 2, 3. |
Replies: 3 comments 2 replies
|
ya you'll probably need a custom fieldtype that has both drop downs in it |
|
Yes, it's possible to create a dynamic dropdown where the options in one dropdown determine the options in another. First, you have to create two dropdowns and write a JavaScript listen for changes in first dropdown. When taxonomy is selected, use JavaScript to update the second dropdown with correct terms. Publix Passport |
|
Found some addons to help: |
Found some addons to help: