Conditional for variables in notifications

Is there a way to use conditionals inside the notification subject, and body.

Say I have a form that is used for both Tuesday and Wednesday events.

If Tuesday, then {tuesdayTimes} and likewise if Wednesday then {wednesdayTimes} should be used in the subject and the first line of body text.

Related to: Conditional BCC on notifications

Thought … If I was to put {Wednesday Time:10}{Tuesday Time:11} will the empty tag just disappear?

Hi Jim. If you put the two merge tags together like that:

{Wednesday Time:10}{Tuesday Time:11}

And only field 10 or field 11 has a value, one will show up in the notification and there will be nothing at all for the other. The merge tag will be removed and there will be nothing to replace it with. Give it a try.