I am trying to insert form data dymamnically into the emails that are sent.
E.g., my email content is as such:
Message is:
{{form_field_700cb7}}
Reply to {{form_field_a83414}} now.
Sent from {{referrer_url}}
The {{referrer_url}} seems to work, however the received email has stripped out all other dynamic data. What I receive looks like this:
Message is:
Reply to now.
Sent from https://dev.mydomain.com/contact/
Similarly dynamic tags used in “subject”, “email address”, “from name”, and “from email” are also ignored.
BB 1.8.4
Any ideas?