- This topic has 3 replies, 2 voices, and was last updated 6 years, 7 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- The forum ‘How do I …’ is closed to new topics and replies.
Events Made Easy › Forums › How do I … › Customizing response emails of multiseat-events
I would like to customize the response email of a multiseat event, depending on the chosen seat.
Is there a conditional tag, you can use for this? Something like the following (which didn’t work out):
[eme_if tag='#ECS_SPACES{1}' value='1'] You booked a students seat. [/eme_if]<br>
[eme_if tag='#ECS_SPACES{2}' value='1'] You booked a xxxxxxxx seat. [/eme_if]<br>
Of course this is possible, but you used the wrong placeholder (although I think I’ll allow it in the future).
See the doc:
https://www.e-dynamics.be/wordpress/category/documentation/7-placeholders/7-4-rsvp-mails/
You need #_RESPSPACES
Edit: it should already be accepted, so it should work … does it work in the rsvp mails without eme_if?
After reading your post: you have “ECS”, it should be “ESC” (from the word “escape”):
[eme_if tag='#ESC_SPACES{1}' value='1'] You booked a students seat. [/eme_if]
[eme_if tag='#ESC_SPACES{2}' value='1'] You booked a xxxxxxxx seat. [/eme_if]
Thank you a lot, it works great after fixing the typing error!