Hello, I did a little bit of research on this and while this question has been asked a couple times none of the answers really pertained to my situation. I created a form and a send email alert to let me know whenever somebody fills it out. The fields on the form are:
Address
First Name
Last Name
Shirt Size
I have tokens already pre-made for Address, First Name, and Last Name, but not for Shirt Size. How do I create a token that is tied to Shirt Size so that in the alert email it pulls that info from the form along with Address, First Name, and Last Name?
Solved! Go to Solution.
To be clear, unless you're talking about a {{my.token}}, you don't "create" tokens.
Every custom Lead or Member field has a {{lead.token}} or {{member.token}}, respectively, automatically available if the field exists. There's no separate step.
So {{lead.Shirt Size}} or {{member.Shirt Size}} is already there.
To be clear, unless you're talking about a {{my.token}}, you don't "create" tokens.
Every custom Lead or Member field has a {{lead.token}} or {{member.token}}, respectively, automatically available if the field exists. There's no separate step.
So {{lead.Shirt Size}} or {{member.Shirt Size}} is already there.
Thanks Sanford!