- Posts: 36
- Thank you received: 2
Ask the community, share ideas, and connect with other LimeSurvey users!
Then is there anyway to delete the language parameters from the URL? Because I have the language of the participants in the participant table.
If you have the language of the participants in the participant table it's not necessary to add it to the url.
The survey starts with the language of the participant table.
<?php //SurveyID is hardcoded $surveyID=123456; if (!isset($_GET["t"])) { $token=$_GET['t']; header ("Location: https://survey.myLimeserver.com/".$surveyID."?token=".$token); ?>