When I register for an event, an email is successfully getting sent out, but using any of the placeholders from the #_ADDBOOKINGFORM aren’t working. Am I missing something?
For example, the below text in the “Contact person email format” in Events->Settings
Name: #_RESPNAME
Email: #_RESPEMAIL
Phone: #_RESPPHONE
Comment: #_COMMENT
#Spaces: #_SPACES
Results in an email with text:
Name:
Email:
Phone:
Comment:
:
(also note that using the text “#spaces” results in a blank text. should I be escaping the # sign?)
I’m using trunk @333066.