- Posts: 41
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Not in LS core, but it can be done with any PHP script external of LSdjarnold wrote: Hello!
Is there any way to generate a section before list of all surveys or in the list where the user places a code and depending on the code, the system redirect the user to a specific survey for this code. Each survey has its own token table and registration
Yes : but not in LS core , need a plugin development. Staring point for such dev : git.framasoft.org/SondagePro-LimeSurvey-plugin/replaceRegisterdjarnold wrote: Additionally, validate if the code already answered the specific survey. If not, add to the specific token table of the corresponding survey and redirect to the register of survey. If yes, go to edit the survey.