i have created a program , campaign and a form and want to set certain flow based upon form submission. | Community
Skip to main content
March 19, 2014
Solved

i have created a program , campaign and a form and want to set certain flow based upon form submission.

  • March 19, 2014
  • 1 reply
  • 867 views
I have created a program , campaign and a form

Now here i want to set flow based upon form submission.

Suppose if he select first checkbox then i want to set certain flow and if he select another checkbox then i want to set different flow.

Please refer screenshot.



Thanks
Mayank
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by
You could do this a couple ways. You could either have separate campaigns setup to catch the form fill out with the different checkbox values:

Campaign 1:
Trigger - Fills Out Form
Filter - Checkbox Value is "True"
Flow Step 1

Campaign 2:
Trigger - Fills Out Form
Filter - Checkbox Value is "False"
Flow Step 2

Or, you could do it in the same campaign with if-then statements in your flow step:

Campaign 1:
Trigger - Fills Out Form
Flow - If Checkbox Value is "False", then flow step 1, If Checkbox Value is "True", then flow step 2

1 reply

Accepted solution
March 19, 2014
You could do this a couple ways. You could either have separate campaigns setup to catch the form fill out with the different checkbox values:

Campaign 1:
Trigger - Fills Out Form
Filter - Checkbox Value is "True"
Flow Step 1

Campaign 2:
Trigger - Fills Out Form
Filter - Checkbox Value is "False"
Flow Step 2

Or, you could do it in the same campaign with if-then statements in your flow step:

Campaign 1:
Trigger - Fills Out Form
Flow - If Checkbox Value is "False", then flow step 1, If Checkbox Value is "True", then flow step 2