Quite a few firms have a recurring webinar, demo, or roadshow program. Most of the time, there is a single page for registration and a list of dates the lead can sign up to. In the past, this form spit out a list to you and you registered the people with the right events.
Marketo can do all of this work for you! Of course, it does take a bit of setup to make this operational. As you might know, Marketo does not support recurring webinars or events with the various Webinar providers. What Marketo does do is give you the tools to support a recurring webinar yourself.
In this How To, I assume you know the following concepts and how to use them:
- Program
- Event Partner Setup: Admin > Launchpoint
- Webinar Setup
- Connecting Event Program to Webinar and SFDC
- Standard webinar or event registration flows
- Forms 2.0
Use Case: Register for Standing or Recurring Webinars or Events
The standard way of handling webinars in Marketo is to create a single Webinar Program, then build or clone the related assets, and put up a single registration page – one for each webinar. But some firms want to keep their recurring webinar system from WebEx or GoToWebinar because of a longstanding process history. This situation arises from having live webinars each day or week dedicated to demos or training. Usually the lead or customer is asked to choose one of several dates to join.
While I usually try to avoid a multiple webinar situation, it is possible to build a single webinar registration page that maps to several Webinar Programs. Yes, you still need a 1-1 match between a webinar and a Webinar Program.
This can be done for Roadshows and Webinars with the same process. In this example, we will use a Webinar. Here is the basic workflow we will build:
Create a Custom Field: Event Date Code
The recurring webinar system first requires you to create a custom field in Marketo. Go to Admin > Field Management > Custom Field.
Since this field is only required in Marketo, we don’t need to worry about mapping it to SFDC.
Using the Event Date Code
In the system, we need to tell Marketo which event was selected. In the previous step, we created Event Date Code as a custom String field in Marketo. Now we can choose a code system. I like something simple like this:
Now, if we want to display the date on the thank you page, we will have to use the natural language as the code, e.g.: January 5, 2014. This is fine, but there could be some limitations if we try to do fancier things later on.
Central Program Setup
The next step is to setup an Operational Program to manage the central registration system. This Program will not take credit for the attribution or registration; it is just a place where the Lead can sign up. It is a central place for you to manage the recurring webinar or event.
The Lead will then be passed to the correct Program Status based on the date in the field we created.
There are two approaches:
- Change Program Status for the target Program.
- Request Campaign – request the target’s registration campaign flow.
Both systems work just fine and require the same amount of work to update for new events. I will show you both systems.
Option 1: Change Program Status
In this system, we are listening for the Form Fill Out on the main page. We must also make sure the Event Date Code IS NOT EMPTY, or our plans will fail.
The Flow is simple:
- Change Program Status in the target Program based on the Event Date Code.
- Wait 10 Minutes (for the emails to go out)
- Reset the Event Date Code field so that if the lead shows up next time, prefill won’t mess up their next request).
Option 1: Target Webinar Program System
The next step is within each Target Program: the Confirmation Trigger will listen for the Program Status is Changed in this Program to “Registered.” If we want, we can ensure the right Event Date Code is used. This brake isn’t necessary, but it might prevent errors if someone accidentally changed the status.
The flow is simply to Send the Email because we’ve already set the webinar Status to Registered.
Option 2: Request Campaign
Again, in this system, we are listening for the Form Fill Out on the main page. We must also make sure the Event Date Code IS NOT EMPTY.
In the main registration processor, the difference is just that we use Request Campaign to call the target Program’s registration flow.
Option 2: Requested Webinar Registration
In the target Program, the Confirmation flow listens for the Campaign is Requested and Event Date Code. The flow then does Change Program Status and Send Email.
If you are used to having the Change Program Status within the target Webinar, then I recommend just keeping this the same in your Program Template.
Either system will work!
Form Setup
Now that we have a Program, we can create a Form. Add the fields you wish to have filled in, but also add the Event Date Field.
Landing Pages
There are two pages to create:
- Registration Page
- Thank You/Confirmation Pag
For the Thank You Page, we might want to display the Lead’s choice on the page. The only way to do that is if you chose to keep the standard Date format instead of using the date code system.
Approvals and Activation
Now you can approve the pages and turn on the target Confirmation flows, then the Webinar Registration Processor.
Go ahead and give a whirl.
How to Update the System Each Month
Let’s say you had four recurring webinars each month. You would use these steps to update the Form and central flows.
- Setup the recurring webinars in GotoWebinar. These must be separate webinars.
- Setup the Marketo Webinar Programs and connect them to GTW. Use a Program Template here.
- Decide on the Event Date Code.
- Make sure your target Programs’ registration flows are activated.
- Central System: Update the Form with the new codes and dates.
- Central System: Approve the Page Draft
- Central System: Update the Webinar Registration Processor to point to the correct Programs
- Give it a test 🙂
That should do it! Now you have a recurring webinar system that is mostly automated.
For more recurring event ideas and webinar tips, see these helpful articles:
Ideas on Multiple Events
[updated September 12 – removed bad links]
Webinar Tips and Data
Rachit Puri says
Nice post Josh! We recently implemented something similar using some custom coding. We were able to use JS code to modify the calendar field in Marketo and just allow users to select future weekdays. The calendar also blocks users to select any national holidays. Based on the date the user selects, we update the status of the corresponding webinar program.
Here’s the LP where we deployed that: http://pages.alteryx.com/live-demo.html
Sydney Mulligan says
Hi Rachit! We are trying to do something similar on our site. Would you mind sharing your JS code to modify the calendar field?