Hi,
I'm using Gravity Forms to build a classified ad submission form. It is quite complex as there are many categories, custom taxonomies and custom fields needed to be filled during ad submission - I use conditional logic for multiple dropdowns. Thats the idea.
Let;s say I have 3 dropdowns with categories: to select main category first, then mid-category and finally subcategory. If a subcategory is selected the proper dropdown with parameters should show up. Lets say there are 2 dropdowns with parameters, related to subcategories.
The problem:
If I select main category, mid-category and subcategory I'm given the right parameters dropdown. If I change subcategory I'm given different dropdown - related to that subcategory, and thats still ok. But If I change the main category or mid-category the parameters remain unchanged - as If previously selected subcategory was still selected. It seems that even if I hide a dropdown, its selected options affect conditional logic in any other fields. I guess thats the case not only for dropdowns.
How can I solve that?