+ Reply to Thread
Results 1 to 2 of 2
-
10-10-2009 12:42 AM #1
Junior Member
- Join Date
- Oct 2009
- Posts
- 2
Pass variables into and out of survey
Hello,
I have a checkbox survey that is a step in a process, the main application will redirect to checkbox, and then checkbox will redirect back into the process
I'd like to append a variable to the survey
http://localhost/Checkbox/Survey.aspx?variable=1234
And I'd like to get that same variable in the URL during the hyperlink/redirect event. Is this easily done?
-
10-10-2009 06:23 PM #2
Administrator
- Join Date
- Mar 2007
- Posts
- 385
Yes, there is. You will want to add a hidden item, which reads a query string parameter, to your survey. On page 162 of the Checkbox manual (Checkbox Survey Solutions | Documentation and Manuals) there is a section entitled "Pass In Variables from Another Application" which covers your request in detail.


LinkBack URL
About LinkBacks
Reply With Quote
