- Posts: 1
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
{if(P1Q1_SQ001.code=="[A1]", "someone@somewhere.com", "")else if(P1Q1_SQ001.code=="[A2]", "someone@somewhere.com", "")}
{if(intval(P1Q1_SQ001) <= 8, "someone@somewhere.com", "")}
{if(intval(P1Q1_SQ001) <= 8, if (P1Q2_SQ001) <= 8, if(P1Q3_SQ001) <= 8, "someone@somewhere.com", ""))))}
{if(!is_empty(P11), "EMAIL", "")}
tpartner wrote: So, you want to send the email if anything is entered in P11?
In that case:
Code:{if(!is_empty(P11), "EMAIL", "")}
Joffm wrote: Hi,
you really don't have this?
Joffm