I have created a Multi-Step form and need to hide certain radio buttons inside a Radio Wrapper depending on previous selections made by the user.
This works fine with putting a conditional wrapper inside the radio wrapper. Only Problem is that we need to use the Value which is given to the Radio buttons but when the radio button is a child of the conditional wrapper the value is not being sent. I have checked this using live value and when selecting a radio button thats nested in the conditional wrapper theres no output.
This causes that we can not do the output as we need to use conditions and give different output based on the selections made which is not possible in this case.
Hiding the complete Wrapper and showing a different wrapper based on the selections just makes everything a lot more complicated as you only have and or or logic on hide/show for the elements.