True / False Insert condition
Like a Simple insert condition, a True / False insert condition allows you to specify the text sent to recipients if the condition is true. Still it also allows you to specify the text sent if the condition is false.
It also allows you to define the relationship between what is in the field and what you specify.
A question like: Is it less than or greater than the value you define? Does it contain certain letters and numbers? are used
The ability to specify the relationship makes a True / False Condition more powerful and complex than a Simple insert condition.
For more information about conditions in general, see Content
Find the table below showing features of the Simple insert condition:
Field Name | Description | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
If This Field |
This is used to select the field you want Aurea List Manager to examine to insert conditional text. For more information, see Content for more information about the fields available to you. |
||||||||||||||||||||
Is |
This is used to select the relationship between the value you specify and what is in the recipient's membership record. The options available are:
|
||||||||||||||||||||
This Value |
This is the text, date, or number that determines whether or not someone should receive the conditional text. Dates should be entered in one of the following formats: YYYY-MM-DD HH-MM-SS MM/DD/YY YYYY-MM-DD |
||||||||||||||||||||
Then Insert This Text |
This is the text that should be inserted into the message if the recipient meets your condition. If the recipient does not, then no text is included unless you specify one. |
||||||||||||||||||||
(optional) If Not, Then Insert This Text |
This is the text that should be inserted into the message if the recipient does not meet your condition. |
Inserting a True / False Condition
This example shows how to send a special message to all members who work for the government.
- While creating content, click Insert condition. You are taken to the Insert Condition > Simple page by default.
- Click on the True / False tab.
- Select
Domain_
for If This Field. - Select Ends With for Is.
- Enter
.gov
for This Value. - Create your special message for government workers in the field next to Then Insert This Text.
- Optionally, you can create a message for everyone else who isn't a government worker.
- Click on Insert. The conditional content below is inserted into your message:
%%ifboolean domain_ endswith .gov "Government workers are especially important to us!" "No
matter who you work for, you're important to us!"%%