Hi,
I’ve created an embedded form, and a flow to send a notification to our staff whenever someone submits the form. I want to pull the fields from the form into the notification email, but am having trouble getting the correct variable fields. I’ve mapped standard klaviyo profile properties to the form fields. Everything above the dotted line in the email below works fine. Below the line doesn’t:
{{ first_name }} from {{ person.organization.name }} just submitted a wholesale enquiry form. Contact them on:
{{ email }} or phone {{person.phone_number }}
………………………………………………………...
Address is {{person.address}}
{{ first_name }} is interested in:
{{person.tag1}}
Here's the message they left:
{{person.notes }}
I’ve used the following profile property for tag1 in the form (it’s a multi checkbox):

and this for the notes:

Thank you :)
Best answer by David To
View original