What I’m trying to do:
I cloned an app from the Anvil examples. This one: Anvil | Multi-User Applications with Anvil
Im trying to change the startup form of an app so that when I run the app, that form is the first page that opens. For example, a home page.
What I’ve tried and what’s not working:
Ive clicked on the lightning symbol on the right side name of the form in the app browser. It works only when I run the app using the Run. But when I publish the app (public and private link) the form that I chose is not the one that loads. The form (page) that loads is the original page that was set in the example app that I cloned. Why is this happening? Where do I go to change the startup form? Please give detailed examples as I am new to Anvil and new to Python. Thanks.
Code Sample:
# this is a formatted code snippet.
# paste your code between ```
Clone link:
share a copy of your app