mwulfe
(Martin Wulfe)
January 8, 2019, 3:04pm
1
I cannot figure out from the documentation how to include the values of the form variables in the email. All I get from 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 form variables. I am clearly missing something basic, but I cannot figure it out.
Here is my site Read-Only: Webflow - CoSponsor
Cricitem
(webTAC | Technology Apprenticeship Center)
January 8, 2019, 3:06pm
2
Did you include the < and >?
mwulfe
(Martin Wulfe)
January 8, 2019, 3:14pm
3
No! I have not seen any documentation about that. What is the correct syntax?
Cricitem
(webTAC | Technology Apprenticeship Center)
January 8, 2019, 3:16pm
4
I’m sorry about that. It looks like what you’re actually missing is the spaces.
Try {{ variable }} instead of {{variable}}
mwulfe
(Martin Wulfe)
January 8, 2019, 3:25pm
5
Thanks, but that does not seem to work either. Here is the email template:
You just received a new message about a co-sponsor interview:
Interviewer: {{ Interviewer }}
Representative: {{ DelegateSenator }}
{{ Notes }}
And here is the resulting email:
You just received a new message about a co-sponsor interview:
Interviewer: {{ Interviewer }}
Representative: {{ DelegateSenator }}
{{ Notes }}
Cricitem
(webTAC | Technology Apprenticeship Center)
January 8, 2019, 3:45pm
6
That’s strange. It really should be working. I usually just use {{ formData }} and let the data format itself, but it sure looks as if you’re doing everything right.
@PixelGeek
@Waldo
@Brando
Not sure who else to tag here for help.
mwulfe
(Martin Wulfe)
January 8, 2019, 4:31pm
7
Thanks, this just isn’t worth the additional trouble of formatting the email the way I want it. I’ll just use formData. It seems really confining, though.
Thanks for your help.