Hi,
My app has a “sometimes visible” dropdown (if the user selects “TEA” show the “tea options”.
The problem is that even when the dropdown is not visible (e.g. user chose coffee), the information from the sometimes visible dropdown (tea options) arrives in the database (so I have an order for a Green coffee).
Is there some way to avoid this sometimes visible dropdown?