@Alex Medved _ConfiForms_ (or anyone else who can answer). I'm trying to set up a form in ConfiForms and wanted to make sure what I'm trying is even possible before I spend any more time on it. If it is possible, I could really use some guidance because I'm stumped here.
The fields of interest in my form are:
groceries: multi-select field with potential purchases
store1: smart checkbox group
store2: smart checkbox group
I want the options for store1 and store2 to both show only what has been selected from groceries. If an item is selected in a store, it needs to be unselected in another store.
So if "groceries" contains: Apples, Bananas, Milk, Chicken, Bread, Lettuce
...and the user selects: Apples, Bananas, Bread
Then "store1" and "store2" should only have: Apples, Bananas, Bread checkboxes
And if "Apples" and "Bread" are checked for store1, they must be unchecked from store2 and vice versa.