• Change DropDown list dynamically in Dropdown Field When we have parent Dropdown selected.

    Hello, What i am trying to achive is that i have a dropdown field named subtype which is dependent on parent dropdown type_2 (Dropdown field name). I am trying to setup subtype dropdown list dynamically using dependency. But i am getting an issue…
  • How to manually create dependent dropdowns

    The documentation section Manually Creating Custom Fields provides a good description of creating fields using the module loader, including dropdowns. But how can I do the same thing for dependent dropdowns, where I need to specify a parent dropdown and…
  • Dependent role based dropdown view issue/bug

    Hi, Bit of an odd one this. We have a main status field and a sub status field. The status is the parent dropdown and determines what to show in the sub status (via studio). The sub status is however role based. The bug is that a user who shouldn't be…
  • Custom Enum (dropdown) Fields and Select2 Fields

    This is a question and tutorial combined. The question is, can I do something similar to Relate inputs like Enum (dropdown) inputs? So after some scrounging around and figuring out of some custom features and extending features, I've come across the way…