Hi, I built a little php starting page that allows me to pull my organization's events from a database and then send that data through to a limesurvey using the standard GET parameter functionality (using panel integration) and it only works under certain conditions. It will work the first time I go to the form, but then any subsequent time, it will either retain the first set of values I pulled through (not the new ones) or, if I did "exit and clear," it will not pass the parameters through at all. If I clear my browser cache, it fixes the problem, but obviously this is not a feasible solution for all of the people who will be taking our survey if they happen to accidentally exit and clear or go back to a previous page and start again. I suspect that this might be a caching problem, but I'm not sure. Any advice on how to get these parameters to pass through to the form every time without fail?
Here's the landing page form:
And here's the form with the (correct ones, it works after clearing the browser cache) parameters not passing through properly:
Also, is it possible to hide (or even disable) some of these fields, since they would have already picked them on the previous landing page that I created? I know that the class names for form elements aren't going to be the same across all surveys, so that makes it difficult.
Thanks in advance for your help! I'm in a pretty big bind until I figure this out