I have a dropdown with two options and extra fields.
When Option A is selected certain fields appear via conditional logic
When Option B is selected other fields appear.
The problem I am having is, when Option A is selected and then the user changes their mind and selects Option B, *both* sets of fields appear.
Is there any way to show fields if the option is selected, but then hide them if another option is selected from the dropdown?
Thanks.