-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
When I add conditionals that should not validate (in other words, return false) the e-mail still gets send.
I check the entry type (Craft core data) and a custom field (entryLocale).
{% if entry.typeId != 6 %}false{% endif %}
{% if entry.entryLocale != "nl" %}false{% endif %}
Whenever the entryLocale is, i.e. "fr" the parcel still sends an e-mail.
Any ideas?
Metadata
Metadata
Assignees
Labels
No labels