Hi there,
i have the following code in the Newsletter template:
{title} {name},
What i want is the following:
if(GENDER == MEN || GENDER == WOMEN){
{title} {name},
}else{
{title},
}
How i have to query this code in the right way? I found nothing that fits my problem in documentation.
Thanks