Hi guys. I'm a rather new PW user and have built a multilang website for a client. My client wants to have separate Mailchimp forms for all languages separately, so that the subscriptions end up in their own respective mailing lists. So I would just need to create a simple if statement that says that if language [en] is selected, then show this form. I tried something like this
{if $languages->language->en}
<p>Test</p>
{/if}
to test if the if statement works but no luck.