You can use
Expression Manager
in the "Send basic admin notification email to" or "Send detailed admin notification email to" fields. Something like this:
Thank you very much! It works!
If I want to send detailed information to several email addresses.How can I write the code?
for example:
{example1@example.net}{example2@example.net}
{Q1.NAOK},{example1@example.net}
{'Q1.NAOK','example1@example.net'}
Yes.I want to let the participants receive their own results.These participants are divided into different areas.Each area has its own administrator.These administers should receive the corresponding results.
You can send to multiple addresses by seperating the entries with a semicolon.
So, if for example, you are using tokens and want to send to the respondent and one of two other people depending on the answer to Q1, it would look something like this:
I found that the notifications of detailed information include questions with coding words.How can I avoid showing the coding words,while remaining the question?
Thank you! I not good at writing codes.The "printansers" function presents good report without codes.How can I use it for email notification?Or can I code it in email template?