Ok so I've got a fairly complicated setup... bear with me...
Right; I have a landing page (page 1) which is just a quick form with name / email / contact number. This form redirects to a page; passing the variables through via query string. The page that the form gets redirected to works fine (page 2) - ie: I have all the variables in the query string and I have also setup a some hidden form fields to be populated dynamicly via the query strings - these hidden fields are getting populated as expected.
What happens now is the frustrating bit... This second page (page 2) then submits that data to another form (page 3) which is a simple questionnaire with a bunch of yes/no questions... The query string from page 2 is visible in the URL however all the values are blank - ie: domain.com/questions/?name=&surname=&email= - this form page also has hidden fields that are set to grab the values via the query string; but of course these are blank to.
Please could anyone that has a lot of experience give me a hand with this. I've tried a few variations of forms / redirects - even deleted them all and started again... it's just not working; and the query string just seems to loose the data between pages.