Hello,
I am trying to pass a parameter from a survey I have created in LimeSurvey to an external page. I have looked at item 9 under the "Presentation & Navigation" section of the "Creating a New Survey" page
Creating a new Survey
However based on what is in this section of the manual I have not been able to find the correct syntax. I have tried the following variations:
http://../../testLime.asp?RowID=INSERTANS:19911X3X66
http://../../testLime.asp?RowID={INSERTANS:19911X3X66}
http://../../testLime.asp?RowID=19911X3X66
http://../../testLime.asp?RowID={19911X3X66}
However in all of these cases instead of getting the value in the field as I would like, I am getting the value after the "=" as though that were the parameter. It is not the value, that should be the {SGQA} identifier.
Where can I find an example that show how passing the field value as a parameter should be done?