Dynamically populate a form with multiple query strings from different pages

Is it possible to dynamically populate a form based on a visitor clicking multiple links with query strings from different pages?

So, as an example:

  • Visitor clicks link with query string on Page1
  • Visitor is brought to FormPage with an option to submit the form or continue viewing the site
  • Visitor continues viewing site and clicks link with query string on Page2
  • Visitor is brought to FormPage again and the form now has both query strings populated in the form

Is that at all possible? Each query string would be unique.

Essentially, I’m trying to create something similar to the way file downloads are handled on sawmoulding.com where a visitor can check a box on each product page and it adds the file links to a form on the download page.

Any help, including alternative suggestions, would be highly appreciated.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.