I have a database containing all available medias in seperate rows. For each media there are different sizes (roll widths). When a specific media is chosen from a dropdown retrieved from the database, I need a child-field where you can choose between different sizes depending on the media chosen in the parent field.
It can be achieved by making static multiline dropdown-lists with the available medias and then make several child-fields with different media sizes and only make them visible depending on the chosen value in the parent field. That, however, requires a lot of manual maintenance of all these fields. That's why I would rather just maintain the database, but I doubt this is possible
