Can I pass variables I collected from a form that is stored on my website, and autofill another form on another website I do not have access to?
Example:
“mysite.com” has a sign up form. Fields collected include FName, LName, Email, ZipCode. After visitor signs up, they are offered two more websites to sign up to. These websites could be opened in an iframe or new window. I would like to prepopulate their form fields with the information collected on my database. I have no access to the other websites.
Is this possible? If so please point me in the direction I need to go to accomplish this.
Thank you in advance for any help.