Getting field values to show up in alert emails
Right now the alert looks like this:
This user just submitted a purchase request for CAST HIGHLIGHT.
{{lead.Subscription Plan:default=edit me}} {{lead.Subscription Length:default=edit me}}
{{lead.First Name:default=edit me}} {{lead.Last Name:default=edit me}}
{{company.Company Name:default=edit me}}
{{lead.Email Address:default=edit me}}
{{lead.Phone Number:default=edit me}}
{{lead.Address:default=edit me}}
{{lead.City:default=edit me}}
{{lead.State:default=edit me}}
{{lead.Postal Code:default=edit me}}
{{lead.Country:default=edit me}}
{{lead.Master Service Agreement:default=edit me}}
- The CAST HIGHLIGHT Team
And an example of the output when I ran a test is below:This user just submitted a purchase request for CAST HIGHLIGHT.
1 1
Test Test
Test
test@test.edu
3339992201
22 Main St
Seattle
WA
11111
United States
1
- The CAST HIGHLIGHT Team
How do I adjust this so that the alert populates the user's actual selection for subscription plan and length and shows that they checked the service agreement? So instead of 1s we might see Department, 30 day, "Yes, read and agreed to CAST MSA"
Do I need to create tokens?
Thanks,
David