Dynamic Content for multiple selections | Community
Skip to main content
Travis_Schwartz
Level 4
October 1, 2019
Question

Dynamic Content for multiple selections

  • October 1, 2019
  • 1 reply
  • 3874 views

I have been charged with creating an auto responder for a project and sending someone who fills out a form content based on what they had asked for. This is standard and I know what to do for it. but now they are asking if someone can be allowed to make multiple selections and the message be indicative of that.

I know one way of doing it would just be making a version of every possible combination it could be, but is there another way of doing it? maybe with tokens? Where if this is checked, display this if not, leave it blank? Are there other settings for the dynamic content that I'm not seeing where there are options for multiple selections displaying based on what someone indicates on a form?

Thanks!

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

1 reply

SanfordWhiteman
Level 10
October 1, 2019

Turn to Velocity tokens. Anytime somebody refers to "pre-creating combinations" that's like the bat-signal for Velocity.

Of course, if you're just outputting the value itself (so it's not really a question of combos) you may just want

   {{lead.token1:default=}}

   {{lead.token2:default=}}

   etc.

Travis_Schwartz
Level 4
October 1, 2019

Are velocity tokens any the same as other token types? Or are those different tokens I create somewhere else? (sorry, Marketo newb)

SanfordWhiteman
Level 10
October 1, 2019

 Velocity is the language used to write "Email Script" tokens.