- Posts: 2
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
By the student selecting the school they attend, the detailed notification email will be sent to that principal's email
{if(RequestsContact.code=="Y","someone@somewhere.com","")}
{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", "")}