How to get a url of a form?

You can create a anvil.server.route() that returns a formresponse that points to your form:

Or you can use anvil extras hash routing to do the same thing but it’ll require an overhaul of your navigation setup Routing — Anvil Extras documentation

3 Likes