Folks,
I use limesurvey 1.92
I knew i can pre-populate values in the survey questions by passing them in the URL with the SQGA identifier.
I've a customer survey where I'd like to load the customer email address (from another database) into the survey database when the customer takes the survey. The best way is to create a hidden question and pass the email address through the URL.
My question here is: is there any way I can hide the information that is being passed through the URL? I tried forms, posts, etc (
stackoverflow.com/questions/24459984/php...e-url-get-parameters
) but could not make it work.
I cannot pre-populate the info in tokens table as the survey is going to be without that.
Any suggestions are most welcome.
Thanks
Raja