Hi,
Is it possible to autofill form on another site, which I cant change in any way?
This is what I'd like to do, I have randomly generated integer '$number' and when button is pressed then it goes to another site where is text field named 'field1', and it autofills 'field1' with '$number'.
Note that I cant change the site where this 'field1' is.
If it aint possible in PHP, then maybe JavaScript or something?
Thanks!