Confused here... I'm experiencing the same problem identified in this thread in which I have a variant that is a yes/no selection which, if yes, I want to display several text boxes that are required, and if no, they should stay hidden. For example, the yes/no variant is "Is a guest attending?". If yes, I want to display required text box variants for "guest first name", "guest last name", etc... In my tests, I'm only seeing the first text box in the group.
Based on this post, and what I'm seeing when I try to group these text box variants, this is not possible. Is this correct?
Seems like it would be more logical to use the text box name, the sku, or something randomly generated like a guid, as the unique identifier so that text boxes could be grouped in the manner that I've illustrated and used within conditional variants...