7
The customer is seeking to create inline conditions in Marketing emails without using HTML coding, as they lack coding experience.
For example:
{{#if placeholderName}}
Content displayed when the expression is true
{{else if placeholderName2}}
Content displayed when the first expression is false and the second one is true
.
.
.
{{else}}
Content displayed when all expressions are false
{{/if}}
Below is an example of conditional expressions using placeholders to specify conditions.
STATUS DETAILS
New