Wondering if there’s anything new around dynamic fields in the SS admin .
I know about and have used display-logic many times. It’s not very dynamic as the values to check against are hard coded.
I have seen dependant-dropdown. Not used but looks unlikely or at least cumbersome to define the data sources.
Nothing else?
What I’m trying to achieve is:
- User makes a selection from select/dropdown field
- A checkboxlist is displayed with options related to/based on the id of the above selection (this is a
$has_many
) - Checking options in the above checkboxlist shows related checkboxlists and their values (
$many_many
) for the selections in step 2 above
You’re basically selecting branches of a tree to limit the related applicable options in step 3.
Any ajax type fields or ways to implement such a thing?