1
How could I pass a value to a field <input>
from another site?
In practice, I would like when the user clicked on a link, button, etc. to open another page of any site (e.g. www.google.com) and in a certain field appear a value I have on my site.
Thus it would be necessary only for the user to submit the form on that other site.
I use PHP, Javascript and Jquery technologies.
If the "other site" is not of your own, how will you manipulate its behavior to get information and apply the same where you want? In a search engine like Google, still resolve, but on other sites... difficult.
– Zuul
You can explain that is the other site and if it accepts CORS?
– Sergio