HI I am new to Anvil. I would like to present user say with 4 buttons - each button could possibly lead to another form with further buttons (showing a sub menu) and possibly open further sub menus. I am trying to build an “expert system” to try and guide a user through a complex task in a more simplified manner. I looked around but cannot seem to find something like that in a tutorial
Properly speaking, questions (and answers) belong in “Q&A”. “Show and Tell” is to show off (and tell about) things that have been done.
That said, I haven’t seen a step-by-step “wizard” app in Anvil, either. However, if you can build (in memory or database) your “tree” or “graph” of tasks and subtasks, and associate a Form with each one, then you’re halfway there. At most one of these tasks will be “current” at any one time, and that’s when you’d display its Form.
Here’s a custom component that allows building a wizard interface in code: Customizable Wizard Interface