Multiple session webinar registration - form and flow | Community
Skip to main content
New Participant
September 22, 2021
Solved

Multiple session webinar registration - form and flow

  • September 22, 2021
  • 5 replies
  • 3473 views

I am creating a webinar series program that consists of 7 webinar programs in total - 1 operational that includes where the form and landing page live, and 6 programs for each individual session.

I have set up the operational program to be "if response 8 (form field) = stored value" then "request campaign" for the corresponding webinar for all 6 sessions.


When I test the program, it is only registering for one the first webinar and skipping the rest. I am unsure of what technically is going wrong here. 

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 adrianfraguela

If your form is a multi-select you will need to change the "Request campaign" choices to "contains" instead of "is".

 

This is because Marketo stores the multiple choices using a semicolon as the delimiter. So the way you have it, it would only match if you've only selected one option.

 

If you select two it would be stored like "iais-session1; iais-session2" - hence why changing it to "contains" does the trick.

5 replies

adrianfraguela
adrianfraguelaAccepted solution
New Participant
September 23, 2021

If your form is a multi-select you will need to change the "Request campaign" choices to "contains" instead of "is".

 

This is because Marketo stores the multiple choices using a semicolon as the delimiter. So the way you have it, it would only match if you've only selected one option.

 

If you select two it would be stored like "iais-session1; iais-session2" - hence why changing it to "contains" does the trick.

Jo_Pitts1
Community Manager
September 23, 2021

@keannamason ,

the other thing that occurs is that you may have the campaign set to only allow people in once?

if that were the case, it would mean on your nth test (where n>1) you won't see any action.

If that is the case, do this

Cheers

Jo

Kaitlyn_Simko
New Participant
September 23, 2021

Please provide a screen shot of the backend of your form if possible, thanks!

Jo_Pitts1
Community Manager
September 23, 2021

@keannamason ,

are you saying a person can register for multiple seminars at once?

Cheers

Jo

SanfordWhiteman
New Participant
September 23, 2021
Doesn't seem to be enough info here. What are you triggering on? Why do the Request Campaign steps in your screenshot show [do nothing]?