Can LimeSurvey be programmed to automatically send a results email to a specific user? In this case, each respondent would have a supervisor, and I'd like the supervisor to receive an email with the survey results each time one of their employees finishes the survey.
I would do this in a PHP- or R-script that fires after someone has completed the survey.
In the survey there must be a question "What is the email of your supervisor? " or this must be coded in the upload of the token table (see attributes).
You could use the admin email and adapt it accordingly. You just need to pass on the supervisor email into the survey somehow. This could be done in a number of ways. How do you identify the supervisor? Are you using tokens? You could create a custom attribute in the token table with the email of the supervisor and pipe this into the field for the admin notification (short / long).
Help us to help you!
Provide your LS version and where it is installed (own server, uni/employer, SaaS hosting, etc.).
Always provide a LSS file (not LSQ or LSG).
Note: I answer at this forum in my spare time, I'm not a LimeSurvey GmbH employee.