How could I do to pass a value to a <input>
field from another site?
In practice, I would like that when the user clicks on a link, button, and so on. (eg www.google.com) and in a given field a value that I have on my site appears.
So it would only take the user to submit the form on that other site.
I use PHP, JavaScript and JQuery technologies.