How do I include form variables in emails?

I’m having trouble including the values of the form variables in the email that is submitted. Using the {{VariableName}} format in the template, all I get in the email is this:

You just received a new message about a co-sponsor interview:
Interviewer: {{Interviewer}}
Representative: {{DelegateSenator}}

{{Notes}}

Where Interviewer, DelegateSenator, and Notes are all form variables. I’m clearly missing something basic but I can’t figure it out from the documentation.


Here is my site Read-Only: Webflow - CoSponsor

Hey !
I have the same trouble.
Did you get an answer ? Or anyone could help me by answering ? Thanks :))

Form notifications are limited to site admin(s) or when using Logic, to any collaborator on your project, not the form submitter. So you would need to leverage a third-party integration to provide the functionality Webflow is missing.

In the official Webflow article on form submissions it says

use your form field names as variables

But this doesn’t work any way I’ve tried. One of my form fields has the id “Message” and the name “Message”. I’ve tried using the following with no luck:

{{Message}}
{{formData.Message}}
{{formData Message}}
{{formData[“Message”]}}

Any other suggestions?

I have been banging my head on this for two days. DOES ANYBODY KNOW HOW TO DO THIS? i really need to access the form variables in the email for ease of administration.