It will be registration for tennis tournaments. For each event form should be the same, but only there should be different groups. For example, all available groups are A, B, C, D, E, F, G, H, and for one event there should be only A, D, G groups, and for another event there should be only C, D, E groups. The point is to show only those groups, that are valid for each event. I will have all groups in event.yml as checkboxes field, so that editor can select groups for each event.
Question is, how to show these selected values in registration form?
group:
width: 1/2
label: Grupės
type: checkboxes
options:
- First group (value)
- Second group (value)
- Third group (value)
- Fourth group (value)
So now gruops are saved as value (not as machine name). Only not sure if it’s the best solution, I mean maybe would still need machine names in future.