How do I submit a form automatically?
I'm implementing a function to bind tenants.
I tried to do this, but I don't know how the form should be submitted automatically.
- I want to execute the bind function directly when the url contains
/bind?code=abc - render a page for the user to enter the code when it doesn't exist.
I tried to do this, but I don't know how the form should be submitted automatically.