Not able to use dynamic tags in form submit. Emails ignore dynamic tags

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?

Update: I worked out that I need to use the ID only, such as {{a83414}} – rather than {{form_field_a83414}}.

This worked in the “email content” field, but still won’t work in the other fields. I wonder if my SMTP plugin is forcing certain sender email/name settings… ??