Hello everyone,
I created the survey using lime survey and I hosting it on my own domain. I want to run this from vici dial(it is a open source contact center suite). I run the survey from vici dial by using the following script <iframe style="width:100%; height:100%;" src="https://domainname/index.php?r=survey/index&sid=343925&lang=en">.....Now I want to pre fill my one of the text box called mobile number in the lime survey by getting the value from the following url ...So how can I get succeed in my task...please help me
In your built you obviosly can't use the Name of the question(here: mobile), you have to use the SGQA (SIDXGIDXQID). According to this, your solution should be:
<iframe style="width:100%; height:100%;" src="https://domainname/index.php?r=survey/index&sid=343925&lang=en&343925XGIDXQID=1234567890"></iframe>
Or better : use "mobile" for your question code (since 2.00 version and before)
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. -
Professional support
-
Plugins, theme and development
. I don't answer to private message.