Idea sandbox Idea sandbox
Popular ideas Popular ideas
Ideas in development Ideas in development
Implemented ideas Implemented ideas

Ideas in development Here are ideas about LimeSurvey that have been marked as not following the guidelines by the moderators.

Language lost when saved unfinished survey  
Written by digibis the 2 Feb 12 at 13:30. Global category: Tokens. Not an idea
In a survey without token table, when an user saves an unfinished survey in a different language than original survey language, the dispatched confirmation email contains an hyperlink to the unfinished survey in original survey language and it loses the prefered user language.
0
votes
closed
Solution #1: Language in hyperlink of the confirmation email of an unfinished survey
Written by digibis the 2 Feb 12 at 13:30.
The hyperlink of the confirmation email is created in the element "$message" of function "savedcontrol()" of file "./limesurvey/save.php".

In the line

"$message.=$publicurl."/index.php?sid=$surveyid&loadall=reload&scid=".$scid."&l oadname=".urlencode($_POST['savename'])."&loadpass=".urlencode($_POST['savepass' ]);"

add

"&lang=".$clang->getlangcode().""

after

"/index.php?".

This change saves the hyperlink with the language than the unfinished survey was save.

Add a comment or propose a solution >>

Android APP online survey  
Written by murillopaiva the 7 Aug 10 at 16:08. Related project: 1.x all. Not an idea
The Android app should allow a user to connect to LimeSurvey, select and complete a questionnaire, and then submit the questionnaire response.
0
votes
closed
Solution #1: Find programmers for the project
Written by murillopaiva the 7 Aug 10 at 16:08.
If you are interested ask us

Add a comment or propose a solution >>