Using one form for multiple assets on one landing page | Community
Skip to main content
Michele_Stodda1
Level 2
August 11, 2017
Question

Using one form for multiple assets on one landing page

  • August 11, 2017
  • 1 reply
  • 5530 views

I am trying to create a landing page that has several content assets on it for people to select.  These will be checkboxes and I would like to email the content to the user. I created a custom field for the literature request but I'm stuck at how to get the requested items into an email to send to the user. 

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

1 reply

Andy_Varshneya1
Level 7
August 11, 2017

You would basically need to setup a workflow that checks for the value for that field, and send the appropriate email.

Flow Step would be Send Email

IF Collateral = 1, Email = Email1

IF Collateral = 2, Email = Email2

Default = Email3

or alternatively, add a third IF for Collateral = 3, Email = Email3 and set Default = do nothing.

Michele_Stodda1
Level 2
August 11, 2017

Would this send an email for each piece of collateral? Or one email with all the ones that were selected?

Level 9
August 11, 2017

Hi Michele,

The way that Andy is suggesting would definitely work. However, if they select more than one piece like you're asking, they would receive multiple emails. If you wanted them to get some kind of combined emails you would need to create those for every combination of choices. Something else you could possible utilize would be dynamic content. Based on someone's choice(s) you'd have them sorted into segments that then would display the correct content in the emails.

Kim