Populating Comments from a Form into an Alert Email | Community
Skip to main content
August 31, 2015
Question

Populating Comments from a Form into an Alert Email

  • August 31, 2015
  • 1 reply
  • 1308 views

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

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

1 reply

Dan_Stevens_
Level 10
September 1, 2015

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.

September 1, 2015

Awesome! Thank you Dan!