Thank you very much...
I'm trying to pre-fill survey via external URL as you suggested..
Unless I use a "simple" text label , I'm able to pass something to the survey..
like
https://myserver/limesurvey//index.php/survey/index/sid/648749?Q1=test
but I can't pre-fill a multiple short text question in which I need to compile SQ001 and SQ002 (take a look on the attachment).
If I use something like
https://myserver/limesurvey//index.php/survey/index/sid/648749?648749X1X1SQ001=test&SQ002=blah
or
https://myserver/limesurvey//index.php/survey/index/sid/648749?T1Q1SQ001=test&SQ002=blah
(following the suggestions and examples from
www.limesurvey.org/manual/URL_fields#Pre...using_GET_parameters
)
nothing happens.
Afetr that, is it possibile to inhibit the possibility to modify SQ001 and SQ002 ?
Thank you again...