Say we have a catalog of:
- Cats
- Dogs
- Mice
Then I have a structured field where the user can describe connections:
selectType of Connection (Cat, Dog, Mouse)multiselectSelect the correct animaltextareaDescribe the connection
Is there any way for the multiselect query to reflect the option selected in #1? Or is the only way to achieve this by creating separate fields for each type of animal and using when to show/hide them accordingly? (this would get very long winded on larger lists of possible selections, and also I assume the multiselect field name needs to be unique?)
–
As a quick side question, what really is the difference between the tags and multiselect fields? For some reason I’m finding multiselect to have a long delay when loading a large list while tags is very responsive.