Hello,
could also be a ‘How do I’ topic but we will see.
I have a registration form template that contains the not required request to enter the city and country where a attendee comes from and I use #_CITY in #_COUNTRY to give the chance to enter these data.
In the email template ‘Contact Person Pending Booking Email Body’ I added From #_RESPCITY in #_RESPCOUNTRY but both values are always empty.
In the booking details of a person I can see the entered information.
I have another template to show these person’s location data in a table with the code ‘[eme_if2 tag='#ESC_RESPCITY']#_RESPCITY in #_RESPCOUNTRY[/eme_if2]‘ but it always shows this part even if there is no city given by the user.
So there are entries like ‘Paris in France’, ‘ in France’ (when no city was entered), ‘Paris in ‘ (when no country was chosen) and ‘ in ‘ (when both wasn’t entered).
Is there something I don’t get or is there some kind of malfunction?