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
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.
Awesome! Thank you Dan!