Hello, so I’m designing an art museum app, and for the checkout page, I want the sections of the page (admissions, time slot, etc) to appear one after the other, but ONLY after the previous section has finished being completed.
For example, if a person is selecting how many tickets they want, they would first need to select the correct amount and then click the “done” button. THEN, I want a menu to pop down that allows the user to select a date. How can I separate those two functions so that the date section only appears after the user has select the tickets they want?