Hi all, I am tasked with creating a script that takes data submitted in a form on my site, goes to an external site, and populates the fields. For example, if I am at www.mysite.com, I fill out a form with my data (name, address, etc). On form submission, user is redirected to www.someotherdudessite.com and the fields are populated with data from my form. Any ideas where to start?
you cannot cause the fields to be prepopulated but you could submit the form directly to the site (as long as it isnt a .Net site) and therefore the user sees the results.