Populating Comments from a Form into an Alert Email

Anonymous
Not applicable

Populating Comments from a Form into an Alert Email

Hello,

Is there a way that I could auto populate comments someone made in a form (as well as the person's name, email address, etc.) in an auto alert email sent to our Customer Service team?

Thank you,

Laura

2 REPLIES 2
Dan_Stevens_
Level 10 - Champion Alumni

Re: Populating Comments from a Form into an Alert Email

Sure, just use tokens:

{{lead.first name}} {{lead.last name}}

{{lead.email}}

{{lead.comments}}

These may not be your actual field names - but when you drag a token within the email editor, you'll be able to search for the correct ones.

Anonymous
Not applicable

Re: Populating Comments from a Form into an Alert Email

Awesome! Thank you Dan!