Conditional menu

I have just purchased GravityForms and I’m trying to understand conditional logic:
The Form I’m building is for a boardgame.
1: The user sees a Main menu (a dropdown with the following options: New day / Visit event / Solve mystery.
2: If the user chooses New Day a new Choose Day field becomes visible where he is presented with a list of available days (Monday, Tuesday, Wednesday)
3: Whatever day the user chooses is it somehow saved in the memory? Because after choosing a day, let’s say Tuesday, the user maybe then, in the Main menu, chooses Visit event. That choice makes the field New Day from #2 invisible again and instead a Visit event field becomes visible.
4: Now, there are several Visit event fields, because depending on what Day the user chose before, he can visit specific events. So, the logic I’m trying to create sounds like this: IF the first Main Menu choice, ‘New Day’, resulted in ‘Tuesday’, AND the next Main Menu choice is ‘Visit event’ THEN show a field with events specific to Tuesday (and, obviously, if the second Main Menu choice is Monday, etc., then show a field with event specific to that particular day).
5: What I’m getting right now is that when I choose ‘New day’ in the Main menu, then the Choose Day field becomes visible and I - for example - choose Tuesday. I then click the first field, the Main Menu, again, and choose Visit event. Now the Choose Day field becomes invisible BUT the Choose day does not show up because I have selected “Show this field if all of the follow match: Choose Day is Tuesday + Main Menu is Visit Event”
6: What am I doing wrong here? And does the plugin save the choice from #2 or how can I make a menu with several submenus?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.