helm.life Open in urlscan Pro
52.43.222.191  Public Scan

Submitted URL: https://t.sidekickopen10.com/Ctc/T+23284/cF1l404/Jks2-6q7W69sMD-6lZ3nJW500-VS4tnp9dW1pvLQq2rGnStN2mGKw8ZHBQdW3G8S4v949NpDW5lx...
Effective URL: https://helm.life/virtual-halloween-parties/
Submission: On November 10 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

POST ../corporate_demo.php

<form id="demoForm" action="../corporate_demo.php" method="POST" class="form-control" style="padding: 2rem" data-hs-cf-bound="true">
  <h2>Request a Call / Demo</h2>
  <span style="color: red; font-weight: bold; position: absolute; top: 25px; right: 45px; cursor: pointer;" onclick="closeModal('ModalDemoForm')">x</span>
  <br>
  <div class="form-group">
    <label class="control-label">Company Name</label>
    <div>
      <input type="text" class="form-control input-lg" name="company_name" value="">
    </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="">
    </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="">
    </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="Halloween" value="CorpHalloween" autocomplete="off">Corporate </label>
    <label class="btn btn-outline-secondary" style="width: 32%;">
      <input type="checkbox" name="is_personal" id="PersonalHalloween" value="PersonalHalloween" autocomplete="off">Personal </label>
    <label class="btn btn-outline-secondary" style="width: 25%;">
      <input type="checkbox" name="is_kids" id="KidsHalloween" value="KidsHalloween" autocomplete="off">Kids </label>
  </div>
  <br><br>
  <input type="hidden" id="referrer_page" name="referrer_page" value="Halloween">
  <input type="hidden" id="form_type" name="form_type" value="Halloween">
  <button type="submit" class="btn btn-info">Submit</button>
</form>

POST ../api/event_booking.php

<form id="bookingForm" action="../api/event_booking.php" method="POST" class="form-control" style="padding: 2rem" data-hs-cf-bound="true">
  <h2>Request a Booking</h2>
  <p>Pricing is $25/person for Virtual Escape Rooms<br> Pricing is $35/person for Top 10 Answers</p>
  <span style="color: red; font-weight: bold; position: absolute; top: 25px; right: 45px; cursor: pointer;" onclick="closeModal('ModalBookingForm')">x</span>
  <br>
  <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="TEAMESCAPETHRILLER">Thriller Park</option>
      <option value="TEAMTOP10HALLOWEEN">Top 10 Answers: Halloween 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_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="contact_email_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-lg">
      <label class="control-label">How many people</label>
      <div>
        <input type="text" class="form-control input-lg" id="num_teams_1" 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_1" name="room_date" value="" required="" min="2022-11-10">
      </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 (EST)</option>
        <option>Central (CST)</option>
        <option>Mountain (MST)</option>
        <option>Pacific (PST)</option>
        <option>Grenwich (GMT)</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="checkboxEST" value="EST" onchange="toggleTimezoneArray('#checkboxEST', 'EST')">
      <label class="form-check-label" for="checkboxEST">EST</label>
    </div>
    <div class="form-check form-check-inline">
      <input class="form-check-input" type="checkbox" id="checkboxCST" value="CST" onchange="toggleTimezoneArray('#checkboxCST', 'CST')">
      <label class="form-check-label" for="checkboxCST">CST</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="checkboxPST" value="PST" onchange="toggleTimezoneArray('#checkboxPST', 'PST')">
      <label class="form-check-label" for="checkboxPST">PST</label>
    </div>
    <div class="form-check form-check-inline">
      <input class="form-check-input" type="checkbox" id="checkboxGMT" value="PST" onchange="toggleTimezoneArray('#checkboxGMT', 'GMT')">
      <label class="form-check-label" for="checkboxGMT">GMT</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>

Text Content

 * Social Events
 * Learning Events
 * Holiday Parties
 * Contact







DO VIRTUAL HALLOWE'EN THE RIGHT WAY!


THE MOST LAUGHING HAPPENS WITH HELM LIFE.


Request a Booking Contact us


REQUEST A CALL / DEMO

x

Company Name

Contact Name

Contact Phone

Contact Email

Which activities are you interested in?
Corporate Personal Kids


Submit
x

x

Talk to Sales


ALL THE FUN, ALL THE TIME. WE'VE GOT YOU COVERED!








HOW DO YOU WANT TO CELEBRATE?

ABANDONED MOTEL

VIRTUAL ESCAPE ROOM



HELM Life's Classic Escape Room Experience, Abandoned Motel is both fun and
scary! We can support groups of up to 200 in teams of 6-8.

Fits in one calendar hour

HELM Life Emcee + Live hosts


HALLOWE'EN FAMILY FEUD

GAMESHOW



Play our Spooky version of the classic gameshow! We can support groups of up to
200 in teams of 5 facing off against each other in breakout rooms!

Fits in one calendar hour

HELM Life Emcee + Live hosts


THRILLER PARK

VIRTUAL ESCAPE ROOM



You're out for an evening of amusement park Hallowe'en fun, when suddenly things
get quiet and creepy and you realize that you're lost in the park!

Fits in one calendar hour

HELM Life Emcee + Live hosts


Learn More
Learn More
Learn More



WE'LL SUPPORT YOUR EVENT WITH:











COMMS & REGISTRATION

We've got the invites, the blurbs, the share links, the calendar invites, the
reminders & the registration page. Use as many of our resources as you like.






EMCEEING & HOSTING DUTIES

Our emcees are amazing, our tech support is trustworthy and our hosts are
hilarious. Maybe this is one party that you can enjoy, too!






TEAM SCORES AND PICTURES!

Everyone wants a team picture! While you chat about your fave puzzles, we'll
tally the scores so that you can announce the results and hand out the team &
group pictures.


Book an Event Book a Demo



Thinking About Holiday Parties Already? Us too!


WE'VE HOSTED HUNDREDS OF TEAMS FROM ACROSS NORTH AMERICA







Previous Next


COLLABORATIVE PUZZLES ARE EXCELLENT FOR GROUPS

HELM Life has hosted all kinds of fun and celebratory programming from Team
Building Events to Holiday Parties - and we've got lots of happy customers.

 1. 
 2. 


Previous Next


HOW LONG DO VIRTUAL ESCAPE ROOMS TAKE?

The entire HELM Life Virtual Escape Room experience 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!



DO THEY HAPPEN ON ZOOM?

They do! A few days before the event you'll be sent a calendar invite or a Zoom
link that will give you more details about where to meet! Head over to the Zoom
link at the event start time and your emcee will meet you there! Escape Rooms
are best experienced on desktops or laptops rather than mobile devices, since
it's easier to see people and the puzzle screen as well as have a browser handy
and ready to research!



HOW MANY PEOPLE CAN PLAY?

We can host up to 200 people per event, but we believe in breakout rooms! Once
the emcee welcomes everyone to the event, we head to breakout rooms where games
are played in groups of 6-8 participants because we're all about a social, fun,
chatty puzzle-solving experience. 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.



ARE THEY INTERACTIVE OR DO THEY FEEL LIKE A MEETING?

They are totally interactive - they're not meeting like at all! Within the
Escape Room you'll all be working together - you'll be working on the same
puzzles, on the same screen and you'll be able to see each others cursors as you
play. We take into account all sorts of skill sets, andincorporate all sorts of
puzzles into our Escape Rooms, including word puzzles, logic puzzles, speed
puzzles, geography puzzles, googling-research puzzles, celebrity-gossip puzzles,
math puzzles, jig saw puzzles, sound matching puzzles and more! There's a puzzle
for everyone and everyone will have a chance to play to their strengths.


WILL WE KNOW OUR TIME?

You absolutely will! Not only will you be racing against the clock to escape
within 45 minutes, you can also race against the other groups. Whether or not
you get out, you'll have fun discussing the challenges with the other teams and
we'll announce the fastest time after the event. You'll also get team pictures
and have a chance to be included on the Leaderboard for the Escape Room that you
did - if your team is fast enough to place!



WILL WE HAVE FUN?

You will have fun. We've hosted groups of all size, from all across the US and
Canada, as well as from India, Australia and Europe - and our Escape Room format
is an excellent way for groups of people to hang out together. It's the best way
to have asynchronous, casual conversation in a virtual setting that we've come
across - and we've looked. Over 40% of teams who do a Virtual Escape Room with
us book another one within 6 months - so that's saying something.



WILL WE GET A PICTURE OF OUR TEAMS?

For sure! You're get a picture of each team, and then a picture of all of the
teams together, as well as a leaderboard to show who won!.



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 - we're already seeing bookings for
Hallowe'en and the Holiday season! 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!



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.




TESTIMONIALS



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


Dominic A.

Hambly & Wooley

Testimonial
The event was great! Best team building and learning activity that we've done
since Covid hit. I've heard excellent feedback from attendees. We look forward
to the next learning event.

Anu R.

Gnarlybooks


HELM Life
229 Niagara St. Toronto, CA

Terms and Conditions | Privacy Policy
Social Events
Learning Events
Contact HELM Life
Social Events
Learning Events
Contact HELM Life


HELM Life
229 Niagara St. Toronto, CA

Terms and Conditions | Privacy Policy


REQUEST A BOOKING

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

x

Virtual Event Select an Event Abandoned MotelThriller ParkTop 10 Answers:
Halloween Edition!
Contact Name

Email

Event Type
Personal
Corporate
Company

How many people

Requested Date

Time (8AM - 9PM)

Primary Timezone Select Timezone Eastern (EST) Central (CST) Mountain (MST)
Pacific (PST) Grenwich (GMT)
Select all company Timezones
EST
CST
MST
PST
GMT

Submit




THANKS!


WE'LL CONFIRM THIS BY EMAIL SHORTLY.





Close




THANKS!


WE'LL CONFIRM THIS BY EMAIL SHORTLY.





Close