I have a google form I have to fill every day with the same info.
Whats the best way to text a number and then automatically fill the form?
What do I use for scanning the web page and filling the form?
Google lets you send the form URL with pre-filled answers. The directions below are from here.
If it's not your form, you can still do this but it's a bit more hassle.
You'll need to figure out the form entry ids by viewing the page source.
In this example form, we'd be able to fill out the two form elements with the following URL.
You can figure out the entry ids by viewing source like the image below.
entry.317303506
then becomes ?entry.317303506=answer+one
to fill out that element, the next piece &entry.1178107516=b
selects option b.