I am looking at the LimeSurvey demo site, and trying to set up a survey to see if LimeSurvey will work for my needs. Is it possible to have a notification sent out to a specific email based on what answer a survey-taker selects for a question?
For example:
Did you attend this lecture?
Yes - if selected proceed to next question (I figured this part out)
No - if selected end survey and send email notification to a specific email address
With LimeSurvey core (without plugins) : you can not use quota for this purpose. Then (example with your Yes/No question code GoOn , with code Y and N).
1. Add GoOn.NAOK == "Y" to all group after this question for relevance (condition)
2. In admin notification email : put {if(GoOn.NAOK=="N","example@example.org","")}
You get it.
Assistance on LimeSurvey forum and LimeSurvey core development are on my free time.
I'm not a LimeSurvey GmbH member. -
Professional support
-
Plugins, theme and development
. I don't answer to private message.