What I’m trying to do:
I kinda stuck on a project where I need to get the link for my form. I understand that anvil might not provide a link?
Here is an example:
Form1
Form2
Form3
I want form2 to have a url that I can link another website to it. I think that would be the easiest way. Or if that is not possible, how can i specifically add 1 form of my app to another website?
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
+1 for the hash based routing. It’s honestly not that difficult to modify your navigation setup to use the hash-based routing. And it also comes with other goodies like caching