How do I create a token for a custom form field? | Community
Skip to main content
Level 2
June 4, 2021
Solved

How do I create a token for a custom form field?

  • June 4, 2021
  • 1 reply
  • 3432 views

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?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

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.

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
Level 10
June 4, 2021

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.

amiller35Author
Level 2
June 15, 2021

Thanks Sanford!