Question: How to "Block Off" Time Slot in Marketo Forms? | Community
Skip to main content
New Participant
June 11, 2021
Solved

Question: How to "Block Off" Time Slot in Marketo Forms?

  • June 11, 2021
  • 2 replies
  • 1663 views

Hi!

 

We're using Marketo Forms for a conference to book meetings and is it possible to "block off" or automatically remove a time slot after 2 unique individuals selected it?

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 Jo_Pitts1

@graziellap ,

building on Sandford's reply.  We've built something like this for a client quite recently.  It used Flowboost (a JS webservice) to handle the counting of registrants, and then some custom JS code on the landing page containing the form to populate the list of timeslots available based on the counter values.

 

@sanfordwhiteman wrote flowboost, but won't mention that as it'd violate community guidelines.  It's a freaking awesomely helpful/useful tool.

 

Cheers

Jo

2 replies

Jo_Pitts1
Jo_Pitts1Accepted solution
Community Manager
June 14, 2021

@graziellap ,

building on Sandford's reply.  We've built something like this for a client quite recently.  It used Flowboost (a JS webservice) to handle the counting of registrants, and then some custom JS code on the landing page containing the form to populate the list of timeslots available based on the counter values.

 

@sanfordwhiteman wrote flowboost, but won't mention that as it'd violate community guidelines.  It's a freaking awesomely helpful/useful tool.

 

Cheers

Jo

SanfordWhiteman
New Participant
June 11, 2021

You'd need to be using a webhook-powered event counter to do this. We've done some very complex stuff like this (a whole set of courses and dates with different caps, for example) but it's not built-in.