helm.life Open in urlscan Pro
52.43.222.191  Public Scan

Submitted URL: https://t.sidekickopen51.com/Ctc/T+23284/cF1l404/Jks2-6qcW69sMD-6lZ3pSW5D4TDP1c3bRzW3KD3CB7Tf7ZwVJ_RPj58cclKW12BRTx7QlWqhW2np...
Effective URL: https://helm.life/virtual-holiday-parties/
Submission: On December 06 via api from US — Scanned from DE

Form analysis 5 forms found in the DOM

POST

<form id="pricingForm" action="" method="POST" class="form-control" style="padding: 2rem; border-radius: 23px; border: unset;" data-hs-cf-bound="true">
  <div style="text-align: center; font-size: 30px; font-weight: bold;">Get Pricing</div>
  <br>
  <div class="form-row">
    <div class="form-group col-12" style="display: flex; flex-direction: row; justify-content: space-between; align-items: center;">
      <label class="control-label" style="flex-basis: 60%; margin-left: 5%; text-align: left;">
        <div style="font-size: 18px; font-weight: bold">How many people</div>
        <div style="font-size: 14px;">Book now, update later</div>
      </label>
      <div style="width: 80px; margin-right: 5%;">
        <input type="number" class="form-control input-lg" id="event-pricing-num-participants" name="event_pricing_num_participants" value="" required="">
      </div>
    </div>
    <div class="form-group col-12" style="display: flex; flex-direction: column;">
      <label class="control-label" style="flex-basis: 60%; margin-left: 5%; text-align: left;">
        <div style="font-size: 18px; font-weight: bold">Type of Event</div>
      </label>
      <div style="flex-basis: 40%; text-align: left;">
        <div class="form-check" style="font-size: 14px;">
          <input class="form-check-input" type="radio" name="event_pricing_event_type" id="event-pricing-escape-room" value="escapeRoom" checked=""> Escape Room
        </div>
        <div class="form-check" style="font-size: 14px;">
          <input class="form-check-input" type="radio" name="event_pricing_event_type" id="event-pricing-game-show" value="gameShow"> Game Show
        </div>
      </div>
    </div>
    <div class="form-group col-12" style="display: flex; flex-direction: column;">
      <label class="control-label" style="flex-basis: 60%; margin-left: 5%; text-align: left;">
        <div style="font-size: 18px; font-weight: bold">Type of Hosting</div>
      </label>
      <div style="flex-basis: 40%; text-align: left;">
        <div class="form-check" style="font-size: 14px;">
          <input class="form-check-input" type="radio" name="event_pricing_hosting_type" id="event-pricing-fully-hosted" value="fullHost" checked=""> Fully-hosted. Our preference. Best flow.
        </div>
        <div class="form-check" style="font-size: 14px;">
          <input class="form-check-input" type="radio" name="event_pricing_hosting_type" id="event-pricing-semi-hosted" value="semiHost"> Half-hosted. Budget option. Works great.
        </div>
      </div>
    </div>
    <div class="form-group col-12">
      <div>
        <div id="event-pricing-insert-price" style="text-align: center; font-size: 30px; font-weight: bold;">$200.00 (min. price)</div>
        <div id="event-pricing-insert-hosted" style="text-align: center; font-size: 20px;">(Fully Hosted)</div>
      </div>
    </div>
  </div>
  <div style="width: 100%; text-align: center;">
    <button type="button" style="box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5); margin: 20px 10px 10px 10px; font-size: 14px; padding: 14px 24px; border-radius: 10px;" data-toggle="modal" data-target="#ModalBookingForm"
      class="btn btn-outline-secondary btn-lg"> Request a Booking </button>
  </div>
</form>

POST ../corporate_demo.php

<form id="roundTableForm" action="../corporate_demo.php" method="POST" class="form-control" style="padding: 2rem" data-hs-cf-bound="true">
  <h2>Request a Registration Link</h2>
  <span style="color: red; font-weight: bold; position: absolute; top: 25px; right: 45px; cursor: pointer;" onclick="closeModal('ModalRoundTableForm')">x</span>
  <br>
  <!-- <h5>Get a Response Within 2 Hours</h5> -->
  <div class="form-group">
    <label class="control-label">Company Name</label>
    <div>
      <input type="text" class="form-control input-lg" name="company_name" value="" required="">
    </div>
  </div>
  <div class="form-group">
    <label class="control-label">Contact Name</label>
    <div>
      <input type="text" class="form-control input-lg" name="contact_name" value="" required="">
    </div>
  </div>
  <div class="form-group">
    <label class="control-label">Contact Phone</label>
    <div>
      <input type="tel" class="form-control input-lg" name="contact_phone" value="">
    </div>
  </div>
  <div class="form-group">
    <label class="control-label">Contact Email</label>
    <div>
      <input type="email" class="form-control input-lg" name="contact_email" value="" required="">
    </div>
  </div>
  <input type="hidden" id="is_round_table" name="is_round_table" value="Request Booking Page">
  <input type="hidden" id="referrer_page" name="referrer_page" value="HolidayParty">
  <input type="hidden" id="form_type" name="form_type" value="Booking">
  <br><br>
  <button type="submit" class="btn btn-info">Submit</button>
</form>

POST ../corporate_demo.php

<form id="demoForm" action="../corporate_demo.php" method="POST" class="form-control" style="padding: 2rem" data-hs-cf-bound="true">
  <h3>Request a Call / Info</h3>
  <span style="color: red; font-weight: bold; position: absolute; top: 25px; right: 45px; cursor: pointer;" onclick="closeModal('ModalDemoForm')">x</span>
  <br>
  <h5>Contact Info:</h5>
  <div class="form-row">
    <div class="form-group col">
      <label class="control-label">Name</label>
      <div>
        <input type="text" class="form-control input-lg" name="contact_name" value="" required="">
      </div>
    </div>
    <div class="form-group col">
      <label class="control-label">Company Name</label>
      <div>
        <input type="text" class="form-control input-lg" name="company_name" value="">
      </div>
    </div>
  </div>
  <div class="form-row">
    <div class="form-group col">
      <label class="control-label">Email</label>
      <div>
        <input type="email" class="form-control input-lg" name="contact_email" value="" required="">
      </div>
    </div>
    <div class="form-group col">
      <label class="control-label">Phone Number</label>
      <div>
        <input type="phone" class="form-control input-lg" name="contact_phone" value="">
      </div>
    </div>
  </div>
  <br>
  <h5>Event Info:</h5>
  <div class="form-row">
    <div class="form-group col-6">
      <label class="control-label">How many people</label>
      <div>
        <input type="text" class="form-control input-lg" id="num_teams" name="num_teams" value="">
      </div>
    </div>
    <div class="form-group col-6">
      <label class="control-label">Requested Date</label>
      <div>
        <input type="date" class="form-control input-lg" id="event_date" name="event_date" value="">
      </div>
    </div>
    <div class="form-group col-12">
      <div class="form-check">
        <input class="form-check-input" type="checkbox" value="" id="flex_date" name="flex_date">
        <label class="form-check-label" for="flex_date">We're flexible on the date</label>
      </div>
    </div>
  </div>
  <!-- <div class="form-group">
                          <label class="control-label">Contact Phone</label>
                          <div>
                              <input type="tel" class="form-control input-lg" name="contact_phone" value="">
                          </div>
                      </div> -->
  <!-- <label class="control-label">Which activities are you interested in?</label>
                      <div class="btn-group-toggle" data-toggle="buttons">
                        <label class="btn btn-outline-secondary" style="width: 39%;">
                          <input type="checkbox" name="is_corp" id="Holiday" value="CorpHoliday" autocomplete="off">Corporate
                        </label>
                        <label class="btn btn-outline-secondary" style="width: 32%;">
                          <input type="checkbox" name="is_personal" id="PersonalHoliday" value="PersonalHoliday" autocomplete="off">Personal
                        </label>
                        <label class="btn btn-outline-secondary" style="width: 25%;">
                          <input type="checkbox" name="is_kids" id="KidsHoliday" value="KidsHolidy" autocomplete="off">Kids 
                        </label>
                      </div> -->
  <br><br>
  <input type="hidden" id="referrer_page" name="referrer_page" value="HolidayParty">
  <input type="hidden" id="form_type" name="form_type" value="HolidayParty">
  <input type="hidden" id="CorpHoliday" name="is_corp" value="CorpHoliday">
  <div style="width: 100%; text-align: center;">
    <button type="submit" class="btn btn-info">Submit</button>
  </div>
</form>

POST ../api/event_booking.php

<form id="bookingForm" action="../api/event_booking.php" method="POST" class="form-control" style="border: unset; border-radius: 25px; padding: 2rem;" data-hs-cf-bound="true">
  <h2>Request a Booking</h2>
  <p> Pricing is $18-$30/person for Virtual Escape Rooms <br> Pricing is $25-$40/person for Top 10 Answers <br>
    <b><i>Minimum Booking is $200</i></b>
  </p>
  <span style="color: #24b0ac; font-weight: bold; position: absolute; top: 30px; right: 45px; cursor: pointer;" onclick="closeModal('ModalBookingForm')">x</span>
  <div class="form-group">
    <label for="escape_room">Virtual Event</label>
    <select class="form-control" id="escape_room_1" name="escape_room" required="">
      <option value="" selected="" disabled="" hidden="">Select an Event</option>
      <option value="ADULTESCAPEMOTEL">Abandoned Motel</option>
      <option value="TEAMESCAPEBEACH">Breather at the Beach</option>
      <option value="TEAMDIWALI">Diwali Interactive Learning Event</option>
      <option value="TEAMESCAPEGIFT">Gift-giving Debacle</option>
      <option value="TEAMHOLIDAYHOLDOVER">Holiday Holdover</option>
      <option value="TEAMHOLIDAYPARTY">Holiday Party</option>
      <option value="TEAMHOLIDAYSWORLD">Holidays Around the World at Home</option>
      <option value="TEAMESCAPECABIN">Mystery at the Cabin</option>
      <option value="TEAMESCAPESTAR">Star Light, Star Bright</option>
      <option value="TEAMTOP10HOLIDAY">Top 10 Answers: Holiday Edition!</option>
    </select>
  </div>
  <div class="form-row">
    <div class="form-group col-lg">
      <label class="control-label">Contact Name</label>
      <div>
        <input type="text" class="form-control input-lg" id="contact_name_1" name="contact_name" value="" required="">
      </div>
    </div>
    <div class="form-group col">
      <label id="contact_phone_1_label" class="control-label">Phone Number</label>
      <div>
        <input type="phone" class="form-control input-lg" id="contact_phone_1" name="contact_phone" value="">
      </div>
    </div>
  </div>
  <div class="form-row">
    <div class="form-group col-lg">
      <label id="contact_email_1_label" class="control-label">Email</label>
      <div>
        <input type="email" class="form-control input-lg" id="contact_email_1" name="contact_email" value="" required="">
      </div>
    </div>
  </div>
  <div class="form-row" id="event_type_1">
    <div class="form-group col-6">
      <label class="control-label">Event Type</label>
      <div class="form-check">
        <input class="form-check-input" type="radio" name="personal_corporate" id="personal_1" value="personal"> Personal
      </div>
      <div class="form-check">
        <input class="form-check-input" type="radio" name="personal_corporate" id="corporate_1" value="corporate" checked=""> Corporate
      </div>
    </div>
    <div class="form-group col-6" id="company_1">
      <label id="company_name_1_label" class="control-label">Company</label>
      <div>
        <input type="text" class="form-control input-lg" id="company_name_1" name="company_name" value="">
      </div>
    </div>
  </div>
  <div class="form-row">
    <div class="form-group col-6" style="display: flex; flex-direction: column; justify-content: flex-end;">
      <label class="control-label">How many people</label>
      <div>
        <input type="number" class="form-control input-lg" id="num_teams_1" name="num_teams" value="" required="">
      </div>
    </div>
    <div class="form-group col-6 form-control" style="    border: 3px solid #24b0ac; text-align: center; color: #24b0ac;">
      <label class="control-label">Event Price</label>
      <div>
        <div id="insertPrice" style="font-weight: bold;">$200.00 (min. price)</div>
      </div>
    </div>
    <div class="form-group">
      <label class="control-label" style="width: 100%;">Select type of Hosting</label>
      <div class="form-check">
        <input class="form-check-input" type="radio" name="hosting_type" id="fullHost_1" value="fullHost" checked=""> Fully-hosted. Our preference. Best flow.
      </div>
      <div class="form-check">
        <input class="form-check-input" type="radio" name="hosting_type" id="semiHost_1" value="semiHost"> Half-hosted. Budget option. Works great.
      </div>
    </div>
  </div>
  <div class="form-row">
    <div class="form-group col">
      <label class="control-label">Requested Date</label>
      <div>
        <input type="date" class="form-control input-lg" id="room_date_1" name="room_date" value="" required="" min="2023-12-06">
      </div>
    </div>
  </div>
  <div class="form-row">
    <div class="form-group col">
      <label class="control-label">Time (8AM - 9PM)</label>
      <div>
        <input type="time" class="form-control input-lg" id="room_time_1" name="room_time" value="08:00" min="08:00" max="21:00" required="">
      </div>
    </div>
    <div class="form-group col">
      <label class="control-label">Primary Timezone</label>
      <select class="form-control" id="room_timezone_1" name="room_timezone" required="">
        <option value="" selected="" disabled="" hidden="">Select Timezone</option>
        <option>Eastern (ET)</option>
        <option>Central (CT)</option>
        <option>Mountain (MST)</option>
        <option>Pacific (PT)</option>
      </select>
    </div>
  </div>
  <div class="form-group">
    <label class="control-label" style="width: 100%;">Select all company Timezones</label>
    <div class="form-check form-check-inline" style="margin-inline-start: 1rem;">
      <input class="form-check-input" type="checkbox" id="checkboxET" value="ET" onchange="toggleTimezoneArray('#checkboxET', 'ET')">
      <label class="form-check-label" for="checkboxET">ET</label>
    </div>
    <div class="form-check form-check-inline">
      <input class="form-check-input" type="checkbox" id="checkboxCT" value="CT" onchange="toggleTimezoneArray('#checkboxCT', 'CT')">
      <label class="form-check-label" for="checkboxCT">CT</label>
    </div>
    <div class="form-check form-check-inline">
      <input class="form-check-input" type="checkbox" id="checkboxMST" value="MST" onchange="toggleTimezoneArray('#checkboxMST', 'MST')">
      <label class="form-check-label" for="checkboxMST">MST</label>
    </div>
    <div class="form-check form-check-inline">
      <input class="form-check-input" type="checkbox" id="checkboxPT" value="PT" onchange="toggleTimezoneArray('#checkboxPT', 'PT')">
      <label class="form-check-label" for="checkboxPT">PT</label>
    </div>
  </div>
  <br>
  <input type="hidden" id="referrer_page" name="referrer_page" value="EscapeRooms">
  <input type="hidden" id="form_type" name="form_type" value="EscapeRooms">
  <input type="hidden" id="booking_code_1" value="">
  <button type="submit" class="btn btn-info">Submit</button>
</form>

POST ../api/event_booking.php

<form id="holdPricingForm" action="../api/event_booking.php" method="POST" class="form-control" style="padding: 2rem" data-hs-cf-bound="true">
  <h2>Hold Pricing</h2>
  <p>
    <br> Request a price hold and we'll hold your price of <b>$25 USD/person or $35 USD/person until EOD Nov 22nd</b> - giving you time to make a final decision<br><br> Pricing is $25/person for Virtual Escape Rooms<br> Pricing is $35/person for Top
    10 Answers<br><br>
    <b><i>Minimum Booking is $200</i></b><br>
  </p>
  <span style="color: red; font-weight: bold; position: absolute; top: 25px; right: 45px; cursor: pointer;" onclick="closeModal('ModalHoldPricingForm')">x</span>
  <br>
  <div class="form-group">
    <label for="escape_room">Virtual Event</label>
    <select class="form-control" id="escape_room_2" name="escape_room" required="">
      <option value="" selected="" disabled="" hidden="">Select an Event</option>
      <option value="ADULTESCAPEMOTEL">Abandoned Motel</option>
      <option value="TEAMESCAPEBEACH">Breather at the Beach</option>
      <option value="TEAMDIWALI">Diwali Interactive Learning Event</option>
      <option value="TEAMESCAPEGIFT">Gift-giving Debacle</option>
      <option value="TEAMHOLIDAYHOLDOVER">Holiday Holdover</option>
      <option value="TEAMHOLIDAYPARTY">Holiday Party</option>
      <option value="TEAMHOLIDAYSWORLD">Holidays Around the World at Home</option>
      <option value="TEAMESCAPECABIN">Mystery at the Cabin</option>
      <option value="TEAMESCAPESTAR">Star Light, Star Bright</option>
      <option value="TEAMTOP10HOLIDAY">Top 10 Answers: Holiday Edition!</option>
    </select>
  </div>
  <div class="form-row">
    <div class="form-group col-lg">
      <label class="control-label">Contact Name</label>
      <div>
        <input type="text" class="form-control input-lg" id="contact_name_2" name="contact_name" value="" required="">
      </div>
    </div>
    <div class="form-group col">
      <label id="contact_phone_2_label" class="control-label">Phone Number</label>
      <div>
        <input type="phone" class="form-control input-lg" id="contact_phone_2" name="contact_phone" value="">
      </div>
    </div>
  </div>
  <div class="form-row">
    <div class="form-group col-lg">
      <label id="contact_email_2_label" class="control-label">Email</label>
      <div>
        <input type="email" class="form-control input-lg" id="contact_email_2" name="contact_email" value="" required="">
      </div>
    </div>
  </div>
  <div class="form-row" id="event_type_2">
    <div class="form-group col-6">
      <label class="control-label">Event Type</label>
      <div class="form-check">
        <input class="form-check-input" type="radio" name="personal_corporate" id="personal_2" value="personal"> Personal
      </div>
      <div class="form-check">
        <input class="form-check-input" type="radio" name="personal_corporate" id="corporate_2" value="corporate" checked=""> Corporate
      </div>
    </div>
    <div class="form-group col-6" id="company_2">
      <label id="company_name_1_label" class="control-label">Company</label>
      <div>
        <input type="text" class="form-control input-lg" id="company_name_2" name="company_name" value="">
      </div>
    </div>
  </div>
  <div class="form-row">
    <div class="form-group col-lg">
      <label class="control-label">How many people</label>
      <div>
        <input type="text" class="form-control input-lg" id="num_teams_2" name="num_teams" value="" required="">
      </div>
    </div>
    <div class="form-group col">
      <label class="control-label">Requested Date</label>
      <div>
        <input type="date" class="form-control input-lg" id="room_date_2" name="room_date" value="" required="" min="2023-12-06">
      </div>
    </div>
  </div>
  <div class="form-row">
    <div class="form-group col">
      <label class="control-label">Time (8AM - 9PM)</label>
      <div>
        <input type="time" class="form-control input-lg" id="room_time_2" name="room_time" value="08:00" min="08:00" max="21:00" required="">
      </div>
    </div>
    <div class="form-group col">
      <label class="control-label">Primary Timezone</label>
      <select class="form-control" id="room_timezone_2" name="room_timezone" required="">
        <option value="" selected="" disabled="" hidden="">Select Timezone</option>
        <option>Eastern (ET)</option>
        <option>Central (CT)</option>
        <option>Mountain (MST)</option>
        <option>Pacific (PT)</option>
      </select>
    </div>
  </div>
  <div class="form-group">
    <label class="control-label" style="width: 100%;">Select all company Timezones</label>
    <div class="form-check form-check-inline" style="margin-inline-start: 1rem;">
      <input class="form-check-input" type="checkbox" id="checkboxET_2" value="ET" onchange="toggleTimezoneArray2('#checkboxET_2', 'ET')">
      <label class="form-check-label" for="checkboxET">ET</label>
    </div>
    <div class="form-check form-check-inline">
      <input class="form-check-input" type="checkbox" id="checkboxCT_2" value="CT" onchange="toggleTimezoneArray2('#checkboxCT_2', 'CT')">
      <label class="form-check-label" for="checkboxCT">CT</label>
    </div>
    <div class="form-check form-check-inline">
      <input class="form-check-input" type="checkbox" id="checkboxMST_2" value="MST" onchange="toggleTimezoneArray2('#checkboxMST_2', 'MST')">
      <label class="form-check-label" for="checkboxMST">MST</label>
    </div>
    <div class="form-check form-check-inline">
      <input class="form-check-input" type="checkbox" id="checkboxPT_2" value="PT" onchange="toggleTimezoneArray2('#checkboxPT_2', 'PT')">
      <label class="form-check-label" for="checkboxPT">PT</label>
    </div>
  </div>
  <br>
  <input type="hidden" id="referrer_page_2" name="referrer_page" value="EscapeRooms">
  <input type="hidden" id="form_type_2" name="form_type" value="EscapeRooms">
  <input type="hidden" id="booking_code_2" value="">
  <button type="submit" class="btn btn-info">Submit</button>
</form>

Text Content

 * Social Events
 * Learning Events
 * Contact

December dates still available!!


CELEBRATE WITH A VIRTUAL ESCAPE ROOM PARTY!


OUR FULLY-HOSTED EVENTS ARE A BLAST - WE GUARANTEE FUN FOR EVERYONE.


Already Loved By Hundreds of Companies



Request a Booking Book a Demo Talk to Sales Infosessions



HELM LIFE'S HOLIDAY VIRTUAL ESCAPE ROOMS HAVE BEEN PLAYED BY OVER 100,000
PARTICIPANTS!



OUR AMAZING TEAM OF HOSTS HAS WELCOMED OVER 100,000 GUESTS FROM COMPANIES ALL
AROUND THE WORLD IN OUR FUN, INCLUSIVE VIRTUAL HOLIDAY PARTY ESCAPE ROOMS.



Request a Booking Infosessions
Get Pricing

How many people
Book now, update later

Type of Event
Escape Room
Game Show
Type of Hosting
Fully-hosted. Our preference. Best flow.
Half-hosted. Budget option. Works great.
$200.00 (min. price)
(Fully Hosted)
Request a Booking


MYSTERY AT THE CABIN ESCAPE ROOM




A FUN AND MEMORABLE WAY TO HELP YOUR TEAMS CONNECT AND CLOSE OUT THE YEAR

Our games are thoughtful, inclusive and fun - but it's really HELM Life's team
of fantastic people that help make our events so special. We're great hosts and
we know how to make sure that everyone has a fun time.





STEP 1: BOOK A VIRTUAL ESCAPE ROOM THAT SOUNDS FUN TO YOU!










details



MYSTERY AT THE CABIN

WINTER-THEMED


A cozy cabin mystery up North! Fun at parties and a great way to celebrate the
season while being holiday-agnostic.









details



HOLIDAYS AROUND THE WORLD

CELEBRATE EVERYONE!


This multi-holiday game gives a nod to many celebrations. It was our most
popular game last year and with an average review of 9.4/10!









details



HOLIDAY HOLD OVER!

AIRPORT CHAOS!


A last-minute text from your brother about a "great deal on a flight home"
upends your holiday plans! Can you make it home to your family in time?!









details



BREATHER AT THE BEACH

CELEBRATE IN THE SUN!


Wouldn't we all just like to take a step back and soak up some sunshine for a
minute?! Warning - Virtual Escape Rooms are not that relaxing!









details



GIFT-GIVING DEBACLE

CHRISTMAS-ADJACENT


You're rushing around a mall to get all of your gifts on time! A nod to
Christmas and the holiday season with puzzles involving bells and ornaments.









details



STAR LIGHT, STAR BRIGHT

A NOD TO MANY HOLIDAYS


After a recent move, you hit up the quirky local light store and learn about the
story of light that binds holiday traditions around the world.


Request a Booking Infosessions





STEP 2: WE'LL SEND YOU A REGISTRATION PAGE AND BRANDED PROMO IMAGES






GET ADVERTISING ASAP WITH BRANDED ASSETS






WE'LL SET YOU UP WITH A REGISTRATION PAGE TO SHARE - WHERE YOU CAN LOG IN AND
MANAGE ATTENDANCE - AND SOME GREAT IMAGES TO PROMOTE THE EVENT!

See Promo Images See Registration Page





STEP 3: OUR AMAZING EMCEES AND HOSTS WILL WELCOME YOUR TEAMS









WE PRIDE OURSELVES ON BEING GREAT HOSTS!





FROM THE MOMENT YOU ENTER THE ORGANIZER PRE-MEETING TO EVENT GOODBYES - YOUR
TEAMS WILL BE FULLY LOOKED AFTER, WITH A HOST FOR EACH BREAKOUT ROOM.





STEP 4: CHECK YOUR TOP SCORES PAGE AND SEE YOUR TEAM PICS!









PHOTOS OF EACH TEAM MAKE EVENTS MORE MEMORABLE!


IF YOUR TEAM IS COMPETITIVE - THEY'LL LOVE OUR TOP SCORES PAGE, OUR
ALL-TIME-TOP-SCORES PAGE AND THE PICTURES OF EACH TIME THAT YOU'LL GET!


See Team Photos

Request a Booking Infosessions


INVITE COLLEAGUES TO AN INFOSESSION!

Bring a few colleagues or friends and drop into an infosession! They're a great
way to play through a demo game, learn a bit about how our events work, and to
ask some questions for 20-30 minutes.


Join a Demo



Infosession: Holidays Around the World
Thu, Dec 7th @ 1:00pm ET
The holiday season is approaching so fast, that you decide to take the morning
off work to check some tasks off your list. As you pop into neighborhood stores,
you run into people celebrating holidays from around the world. Play through
puzzles celebrating Hanukkah, Kwanzaa, Eid, Diwali, Christmas and Lunar New Year
while you race against the clock!

Register for Demo
Join a Demo



Infosession: Mystery at the Cabin
Tue, Dec 12th @ 1:00pm ET
A mysterious note leads you to a cozy cabin up north. All of a sudden you find
yourself in the middle of the holiday's biggest mystery. Use the clues to solve
your way out of this mysterious challenge. Put your minds together to see if you
can escape in the allotted time! Puzzles and teamwork involved!

Register for Demo
Join a Demo



Infosession: Holidays Around the World
Thu, Dec 14th @ 1:00pm ET
The holiday season is approaching so fast, that you decide to take the morning
off work to check some tasks off your list. As you pop into neighborhood stores,
you run into people celebrating holidays from around the world. Play through
puzzles celebrating Hanukkah, Kwanzaa, Eid, Diwali, Christmas and Lunar New Year
while you race against the clock!

Register for Demo
show more


HERE'S THE RUN OF SHOW!

With a HELM Life hosted event - we'll make sure things run smoothly, so that you
can have fun too!


Run of Show
Virtual Escape Room Party

- 0:02
Organizer admitted to meeting for last minute details 2 mins prior to Event
Start
Event Start
Emcee opens meeting
+ 0:05
Emcee welcome and Escape Room rules
+ 0:07
Org representative (CEO/Organizer) speaks for 2 mins (optional)
+ 0:08
Head to breakout rooms
+ 0:09
Short ice breaker
+ 0:12
Escape Rooms Start
+ 0:55
Escape Rooms End
+ 0:55
Main room recap
+ 0:60
Say Goodbyes or Organizer takes over link
Testimonial
We’ve done virtual events before and this EASILY takes the cake.
It was SUPER fun. I want more!!!!!! I will spread the word about how awesome
HELM is!!

Jessica

Testimonial
The event was great! Everybody loved it!

Anu R.

Testimonial
That was the best team building experience that we as an office have had since
COVID started.

Dominic A.

Request a Booking Infosessions


WE'VE HOSTED HUNDREDS OF TEAMS FROM ACROSS NORTH AMERICA













THINGS THAT PEOPLE ASK US:


DO YOU PROVIDE AN EMCEE AND HOSTS?

HELM Life Virtual Escape Room Events are fully-staffed - so whether you're
playing Mystery at the Cabin or Holidays Around the World, HELM Life is the only
Holiday Party company that provides a host for each group of players! We want to
make sure that all of your guests have a great time - and our amazing team of
hosts are an important part of creating a fun and inclusive vibe!



HOW LONG DO VIRTUAL ESCAPE ROOMS TAKE?

The entire HELM Life Virtual Escape Room experience takes place on Zoom and fits
into a calendar hour and takes less than 60 minutes from start to finish. Teams
have up to 45 minutes to finish the Escape Room itself with some time at the
start and end to welcome people and to discuss the puzzles! If you're adding a
second stage to a holiday party (Illusionist, Gamerooms, Pet Parties), they can
last from 90 minutes to 2 hours!



HOW MANY PEOPLE CAN PARTICIPATE?

We host events of all sizes - from 8 participants to over 200! Once the emcee
welcomes everyone to the event, we head to breakout rooms in groups of 6-8
participants because we're all about building our experiences around
conversations. Each breakout room is led by their own host - so we'll get you
introduced and started if your team doesn't know each other.



CAN I TRY A DEMO?

You absolutely can! Demos last about 20 mins and are best experienced with 3-4
other members of your team. You can schedule a demo here.



WHEN DO I HAVE TO BOOK BY?

If you've got a group of over 100, we really, really encourage you to get in
touch with us sooner rather than later - December is already getting busy!
Things work out better when you have more time to get the word out to your
teams. That being said - we're pretty nimble and can accommodate most booking
requests. If it's small group (less than 30) with a short lead time - that's
easy. Send in a booking request and we'll get going!



DO YOU HAVE EVENTS FOR HOLIDAYS OTHER THAN CHRISTMAS?

We do! We do a lot of work in the Diversity, Equity and Inclusion space and
we've got activities for everyone. Mystery at the Cabin is winter-themed,
Holidays Around the World has a nod to many celebrations, Gift-giving Debacle is
Christmas-adjacent with holiday shopping at the mall and Breather at the Beach
is winter-vacation themed!



HOW CAN A LARGE EVENT WITH SO MANY PEOPLE BE INTERACTIVE?

We've been doing this for a while and have a pretty good formula worked out! Our
emcee welcomes everyone in a big group - which is a great chance for people to
see each other and feel like part of a large organization! When we head to
break-out rooms, that's your chance for some conversation and fun with a small
group, where everyone gets a chance to play and talk. As teams finish, they
trickle back into the main room, allowing for some conversation there. For
2-stage parties, people can join a second room for a chance to mix with a second
group as well as heading to some Mix & Mingle rooms to chat. At the end, we say
goodbye and usually hear that most people have really enjoyed themselves!



CAN I JOIN ON A PHONE?

You can join on a mobile device, but we don't suggest it if you have another
option. With a small screen, it's hard to play through the escape rooms and be
able to chat on Zoom at the same time! If it's your only option - do it, but
it's a better experience on a laptop or desktop.



IS THERE A WAY FOR MANAGERS TO BE ABLE TO BOOK THEIR OWN PARTIES?

There is! Some companies opt to set up a Manager Booking Page like this one that
allows individual managers to book Game Show or Virtual Escape Room Holiday
Parties as it fits their schedule. Once they send a request, we can approve it
within a few hours and send out all of the information that they need.



CAN YOU HELP US TO GET THE WORD OUT AND MANAGE REGISTRATIONS?

We definitely can! Once we confirm your booking we'll send you a blurb, a
calendar invite and a link to pass along to get all of your invitees registered.
It's all copy and paste and it makes getting the word out easy. If you'd like to
manage the registrations yourself, on some other platform - that can work, too.



REQUEST A REGISTRATION LINK

x

Company Name

Contact Name

Contact Phone

Contact Email



Submit


REQUEST A CALL / INFO

x


CONTACT INFO:

Name

Company Name

Email

Phone Number



EVENT INFO:

How many people

Requested Date

We're flexible on the date


Submit
x

SOMETIMES THE BEST WAY TO UNDERSTAND HOW SOMETHING WORKS IS TO TRY IT OUT! WE'D
LOVE TO HOST YOU AND 3-6 MEMBERS OF YOUR TEAM FOR A DEMO. PLEASE BOOK A TIME
SLOT BELOW.

IF YOU'D RATHER MEET 1:1 WITH A SALESPERSON - PLEASE USE THE "TALK TO SALES"
BUTTON.


x

Book an Event
HELM Life
229 Niagara St. Toronto, CA
Social Events
Learning Events
Contact HELM Life
Social Events
Learning Events
Contact HELM Life


HELM Life
229 Niagara St. Toronto, CA


REQUEST A BOOKING

Pricing is $18-$30/person for Virtual Escape Rooms
Pricing is $25-$40/person for Top 10 Answers
Minimum Booking is $200

x
Virtual Event Select an Event Abandoned MotelBreather at the BeachDiwali
Interactive Learning EventGift-giving DebacleHoliday HoldoverHoliday
PartyHolidays Around the World at HomeMystery at the CabinStar Light, Star
BrightTop 10 Answers: Holiday Edition!
Contact Name

Phone Number

Email

Event Type
Personal
Corporate
Company

How many people

Event Price
$200.00 (min. price)
Select type of Hosting
Fully-hosted. Our preference. Best flow.
Half-hosted. Budget option. Works great.
Requested Date

Time (8AM - 9PM)

Primary Timezone Select Timezone Eastern (ET) Central (CT) Mountain (MST)
Pacific (PT)
Select all company Timezones
ET
CT
MST
PT

Submit




THANKS!


WE'LL CONFIRM THIS BY EMAIL SHORTLY.





Close


READY TO GO? CONFIRM BELOW AND WE'LL SEND YOU THE BOOKING INFORMATION AND AN
INVOICE SHORTLY.


Book and Pay


HAVE A FEW QUESTIONS?
REQUEST AN EMAIL FROM SALES.
(WE ARE EXTREMELY BUSY RIGHT NOW, BUT DO STILL HAVE AVAILABLE TIME SLOTS. PLEASE
CONSULT THE FAQ AT THE BOTTOM OF THE PAGE TO SEE IF YOUR QUESTION CAN BE
ANSWERED THERE.)


Request an email response

READY TO GO? CONFIRM BELOW AND WE'LL SEND YOU THE BOOKING INFORMATION AND AN
INVOICE SHORTLY.


Book and Pay

READY TO GO? CONFIRM BELOW AND WE'LL SEND YOU THE BOOKING INFORMATION AND AN
INVOICE SHORTLY.


Book and Pay


HAVE A FEW QUESTIONS?
REQUEST AN EMAIL FROM SALES.
WE'LL GET BACK TO YOU WITHIN 1 HOUR DURING ET / PT BUSINESS HOURS. A LITTLE
LONGER OUTSIDE OF THAT.


Request an email response




THANKS!


WE'LL CONFIRM THIS BY EMAIL SHORTLY.





Close


HOLD PRICING


Request a price hold and we'll hold your price of $25 USD/person or $35
USD/person until EOD Nov 22nd - giving you time to make a final decision

Pricing is $25/person for Virtual Escape Rooms
Pricing is $35/person for Top 10 Answers

Minimum Booking is $200


x

Virtual Event Select an Event Abandoned MotelBreather at the BeachDiwali
Interactive Learning EventGift-giving DebacleHoliday HoldoverHoliday
PartyHolidays Around the World at HomeMystery at the CabinStar Light, Star
BrightTop 10 Answers: Holiday Edition!
Contact Name

Phone Number

Email

Event Type
Personal
Corporate
Company

How many people

Requested Date

Time (8AM - 9PM)

Primary Timezone Select Timezone Eastern (ET) Central (CT) Mountain (MST)
Pacific (PT)
Select all company Timezones
ET
CT
MST
PT

Submit




THANKS!


YOUR EVENT PRICE IS ON HOLD.


WE'LL CONFIRM THIS BY EMAIL SHORTLY.




Close