RSVP mails – some fields and conditional tags don't work
-
I created a mail template used to submit some field-values to the event-author.
Following fields are working:
#_RESPLASTNAME
#_RESPADDRESS1
#_RESPADDRESS2
#_RESPZIP #_RESPCITY
#_RESPCOUNTRY
#_RESPEMAILbut #_RESPPHONE (also tried #_PHONE) does not work. Using conditional tags to print phone if not empty doesn’t work either:
[eme_if tag='#ESC_RESPPHONE'Phone: #_RESPPHONE[/eme_if]
I also created a template for a custom booking-list, which contains the #_RESPPHONE and there it works!
To be sure, it’s not depending on a bug with the #_PHONE / #_RESPPHONE field, i tested with a custom field. If i have a custom FIELD{1} and use #_FIELDVALUE{1} in the mail, the value of FIELD{1} ist printed. But
[eme_if tag='#ESC_FIELD{1}']Field1: #_FIELDVALUE{1}[/eme_if]
does not print the value of FIELD{1}
- The topic ‘RSVP mails – some fields and conditional tags don't work’ is closed to new replies.