How to send a conditional notification email
Sometimes it is useful to be able to send a notification email to a survey admin based on the response to a question.

For example, if one of your questions is:

Would you like to receive a follow up call: Yes | No

In this case, let's assume the question code is Q1, and the responses are Y or N, and you'd like be notified if the response is Yes

Find the admin email field under General settings->Notifications. You can input a conditional statement like:

{if(Q1 == 'Y', 'user1@example.com', 'user2@example.com')}

Replace Q1 with your question code, and the value with the answer code/value (and of course your email addresses). If you don't want to send an email if the condition is evaluated as false, set the 2nd email to two single quotes (ie: no email address will be returned).
232 of 472 people found this helpful.   




Powered by LiveZilla Helpdesk