Hi, I have made a booking notification in MEC and the placeholder text is not covering to the correct info in the email that is sent.
Here’s the template:
Thank you for registering for %%event_title%%.
%%event_link%%
We hope you will find the topic as interesting as we have.
We look forward to meeting you at %%event_location_name%%, %%event_location_address%% Friday, November 15 8:30 for registration (9:00 start).
And here’s the output:
Thank you for registering for .
http://thepositivitycompany.com
We hope you will find the topic as interesting as we have.
We look forward to meeting you at , Friday, November 15 8:30 for registration (9:00 start).
So, no event title, incorrect link for event, no location name or address. The only thing that worked was “Dear %%first_name%%,”, which did insert the correct first name.
You can see from the event that the correct data is filled in for the event, just the placeholders are not working. Any ideas?
Also, is there a way to test these notifications? I only got to see all the errors once a registrant had been sent this error filled notification.
As always, many thanks for your expertise and time.