How Can A Multi Page Form Be Shown On One Website While All The Content Comes From Another Website?
PPC November 9th, 2009I’m sure there must be a way to essentially frame multi page form content from a remote website, capture the form data and send it back to the “hosting” website. Kind of like how Google does their Adwords (through a script and .js) but with a multi page form … OR whatever would work.

November 9th, 2009 at 12:01 pm
Well, perhaps this is too simple an answer, but using includes. With php you could create a few form elements in small .php files and bring them into each page as you need them using an include:
or something like that?