I have a Repeating Group displaying “Categories”. Also inside of that Repeating Group i have another Repeating Group displaying “SubCategories” specific for that “Category”.
I want the user to have the option to select multiple Categories but only 1 SubCategory for each Category
I am using custom states for when the group inside of the repeating group is selected it sets the state.
Currently I have both Category and SubCategory set as list for the custom states.
When I set Subcategory to not a list I lose the ability to select items in different categories.
Is there a easy way to set it up to where only 1 SubCategory is selected per Category?