I guess, {leadfield=xy} is some kind of placeholder from a template system Mautic uses to generate emails. Is that correct? If yes, is it (or will it be) possible to do things like:
Code:
{if leadfield=xy == 'ab'}
Print case 1 text
{else}
Print case 2 text
{/if}
In my case, I am offering multiple white papers which are available via form registration and download email. Currently, I have to implement a form, a campaign and two emails per white paper - which can be done, but is not very convenient. The approach mentioned above would be really helpful to create on email template for multiple purposes, depending on lead, campaign or list data.
I guess, {leadfield=xy} is some kind of placeholder from a template system Mautic uses to generate emails. Is that correct? If yes, is it (or will it be) possible to do things like:
{if leadfield=xy == 'ab'}
Print case 1 text
{else}
Print case 2 text
{/if}
In my case, I am offering multiple white papers which are available via form registration and download email. Currently, I have to implement a form, a campaign and two emails per white paper - which can be done, but is not very convenient. The approach mentioned above would be really helpful to create on email template for multiple purposes, depending on lead, campaign or list data.
No, not yet. The link to GitHub above shows it’s still opened and marked as 2.0.0 milestone. Probably because it will break backwards compatibility so it has to be released in the major version.