Hello Coding!
So I have a website that I'd like to point to in an app I'm writing. I'd like to pass it a value from my app, but the site, to my knowledge, has no API and I would just be hard-linking to the page. There's a text field on this page that I would like to populate using my link, similar to how you can set variables using php with ?field=xxx
Is there a way to just do this with the URL if I know the ID of the textbox (from the page source)?
