I tried that still didnt work. not sure if some app cache or something stoping twig processing@mmoa1 - it looks correct, i am not sure but could you try lowercase if / else / elseif, in case twig is case - sensitive...
Did you send a real campaign or just a test email from within the campaign setup?I tried that still didnt work. not sure if some app cache or something stoping twig processing
test email from within campaign setup. i also did a real campaign test where it was live then added a subscriber. still didnt work. its autoresponder campaigns too if that matters.Did you send a real campaign or just a test email from within the campaign setup?
Have you put it into the html source? It works for me theretest email from within campaign setup. i also did a real campaign test where it was live then added a subscriber. still didnt work. its autoresponder campaigns too if that matters.
i also tried basic twig and still doesnt process it:
{% if FNAME == 'John' %} <p>You are john doe.</p> {% endif %}
yes i tried there too. didnt change anythingHave you put it into the html source? It works for me there
Then it seems something is not being processed correctly. It might be good to check your server and mailwizz install.yes i tried there too. didnt change anything
<html>
<head>
<title></title>
</head>
<body>test<br />
twig<br />
{% if FNAME == 'John' %}<br />
You are john doe.<br />
{% endif %}<br />
[UNSUBSCRIBE_URL]<br />
[COMPANY_FULL_ADDRESS]</body>
</html>
I was doing with the welcome message, but it seems to me that the auto reply is working.@viniciusdl - i hope what you are sending is an actual campaign, to a test list, and not just a test email, okay ?
You target email lists which should have subscribers, so I don't see how this is unworkable.it means that for every test round, you need to create a new subscriber. That is unworkable.