I have a server script set to api and it is working good.
Currently, I am changing the variables in the server script then going to another tab in the browser and calling the api.
I am hoping to create a form where I fill in the needed values for the variables then press a button.
This button will call the server script api with the variables and substitute into the server script and run the server script.
Is this possible?
If yes, how to do it.
Any links to some documentation would be great.

