www.letsroam.com Open in urlscan Pro
104.26.0.197  Public Scan

Submitted URL: http://links.scavengerhunt.com/ls/click?upn=u001.j-2BiqXX7cdfN43do3SHSaEvRosnTl8ROdBhmL-2BDPzoAZZt0QysXI6l29RSzgLYAh6cSo8dTR06o...
Effective URL: https://www.letsroam.com/team-building/outdoor-team-building-scavenger-hunt/n-notification-273-tr?utm_source=email_genera...
Submission: On July 08 via manual from US — Scanned from DE

Form analysis 3 forms found in the DOM

POST https://www.letsroam.com/team-building

<form role="presentation" action="https://www.letsroam.com/team-building" class="get-started-form" id="corpLeadForm" method="post" accept-charset="utf-8" novalidate="true">
  <input type="hidden" name="form_page" id="form_page" value="letsroam">
  <input type="hidden" name="package_type" value="scavenger_hunt">
  <input type="hidden" name="category" value="team-building">
  <script>
    function generateRandomString(length) {
      let result = '';
      let characters = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz';
      let charactersLength = characters.length;
      for (let i = 0; i < length; i++) {
        result += characters.charAt(Math.floor(Math.random() * charactersLength));
      }
      return result;
    }

    function getTomorrowAsString() {
      const today = new Date();
      const tomorrow = new Date(today);
      tomorrow.setDate(tomorrow.getDate() + 1);
      const year = tomorrow.getFullYear();
      let month = (tomorrow.getMonth() + 1).toString();
      let day = tomorrow.getDate().toString();
      month = month.length < 2 ? '0' + month : month;
      day = day.length < 2 ? '0' + day : day;
      return `${year}-${month}-${day}`;
    }

    function fillOutTestData() {
      document.querySelector('#company').value = `Let's Roam`
      if (document.querySelector('#full_name')) {
        document.querySelector('#full_name').value = `Test User`
      } else {
        document.querySelector('#first_name').value = `User`
        document.querySelector('#last_name').value = `User`
      }
      if (document.querySelector('#city')) {
        document.querySelector('#city').value = 'Test Town';
      }
      document.querySelector('#email').value = `mike+${generateRandomString(10)}@letsroam.com`
      document.querySelector('#phone').value = `4078089625`
      document.querySelector('#event_date').value = getTomorrowAsString()
      document.querySelector('#group_size').value = '71-80'
      let leadHowHear = document.getElementById('how_hear');
      if (leadHowHear) {
        leadHowHear.value = 'test';
      }
      let leadEventNotes = document.getElementById('lead_event_notes');
      if (leadEventNotes) {
        leadEventNotes.value = 'test';
      }
      document.querySelector('#team_building_frequency').value = 'monthly';
    }
    // Initialize click counter
    var hotelLabelClickCount = 0;
    // Get all label elements
    var hotelLabels = document.querySelectorAll('label[for="city"].h-color--white.h-size--12');
    // Add click event listener to each label
    hotelLabels.forEach(hotelLabel => {
      hotelLabel.addEventListener('click', () => {
        hotelLabelClickCount++;
        if (hotelLabelClickCount === 3) {
          fillOutTestData();
        }
      });
    });
  </script>
  <div id="corporateTbFormPartTwo" class="">
    <h2 style="font-weight: 700;" class="h-color--white h-size--32">Start Planning Your Event</h2>
    <div style="align-items: flex-end; gap: 25px;" class="lr-flex-wrapper--between lr-flex-wrapper--wrap h-margin__t--40">
      <div class="lr-flex-wrapper--column h-width-m--100p h-margin-m__t--10 required_field lr-flex--1 corpTbFormInput">
        <label for="city" class="h-color--white h-size--12">Where Is Your Event?</label>
        <input style="border-radius: 12px; border: none; margin-top: 12px;" class="h-padding__v--25 h-padding__h--16" false="" value="" id="city" type="text" name="city" placeholder="City, State/Country" data-hj-whitelist="">
      </div>
      <div class="lr-flex-wrapper--column h-width-m--100p h-margin-m__t--10 required_field lr-flex--1 corpTbFormInput">
        <label for="full_name" class="h-color--white h-size--12">Your Full Name</label>
        <input style="border-radius: 12px; border: none; margin-top: 12px;" class="h-padding__v--25 h-padding__h--16" required="" value="" id="full_name" type="text" name="full_name" placeholder="Enter Your Full Name" data-hj-whitelist="">
      </div>
      <div class="lr-flex-wrapper--column h-width-m--100p h-margin-m__t--10 required_field lr-flex--1 corpTbFormInput">
        <label for="phone" class="h-color--white h-size--12">Phone</label>
        <input style="border-radius: 12px; border: none; margin-top: 12px;" class="h-padding__v--25 h-padding__h--16" required="" value="" id="phone" type="text" name="phone" placeholder="Enter Your Phone Number" data-hj-whitelist="">
      </div>
      <div class="lr-flex-wrapper--column h-width-m--100p h-margin-m__t--10 required_field lr-flex--1 corpTbFormInput">
        <label for="email" class="h-color--white h-size--12">Email</label>
        <input style="border-radius: 12px; border: none; margin-top: 12px;" class="h-padding__v--25 h-padding__h--16" required="" value="" id="email" type="text" name="email" placeholder="Enter Your Email" data-hj-whitelist="">
      </div>
      <div class="lr-flex-wrapper--column h-width-m--100p h-margin-m__t--10 required_field lr-flex--1 corpTbFormInput">
        <label for="company" class="h-color--white h-size--12">Company</label>
        <input style="border-radius: 12px; border: none; margin-top: 12px;" class="h-padding__v--25 h-padding__h--16" required="" value="" id="company" type="text" name="company" placeholder="Company Name" data-hj-whitelist="">
      </div>
      <div class="lr-flex-wrapper--column h-width-m--100p h-margin-m__t--10 lr-flex--1 corpTbFormInput required_field" style="position: relative;">
        <label for="event_year" class="h-color--white h-size--12 c-be__form-label"> Date of event </label>
        <input id="event_date" type="date" required="" class="h-padding__v--25 h-padding__h--16 h-width--100p h-width-m--100p" style="border-radius: 12px; border: none; margin-top: 12px;" name="event_date">
      </div>
      <div class="lr-flex-wrapper--column h-width-m--100p h-margin-m__t--10 lr-flex--1 corpTbFormInput required_field">
        <label for="group_size" class="h-color--white h-size--12">How many people will be attending?</label>
        <input type="hidden" name="group_size_type" value="range">
        <div>
          <select name="group_size" id="group_size" required="" class="corporate_tb_joy_input h-width--100p h-width-m--100p">
            <option value="1-5">Less than 5</option>
            <option value="6-10">6-10</option>
            <option value="11-15">11-15</option>
            <option value="16-20">16-20</option>
            <option value="21-25">21-25</option>
            <option value="26-30">26-30</option>
            <option value="31-35">31-35</option>
            <option value="36-40">36-40</option>
            <option value="41-45">41-45</option>
            <option value="46-50">46-50</option>
            <option value="51-60">51-60</option>
            <option value="61-70">61-70</option>
            <option value="71-80">71-80</option>
            <option value="81-90">81-90</option>
            <option value="91-100">91-100</option>
            <option value="101-125">101-125</option>
            <option value="126-150">126-150</option>
            <option value="151-175">151-175</option>
            <option value="176-200">176-200</option>
            <option value="201-250">201-250</option>
            <option value="251-300">251-300</option>
            <option value="301-350">301-350</option>
            <option value="351-400">351-400</option>
            <option value="401-450">401-450</option>
            <option value="451-500">451-500</option>
            <option value="501-750">501-750</option>
            <option value="751-1000">751-1000</option>
            <option value="1001-2000">1001-2000</option>
            <option value="2001-3000">2001-3000</option>
            <option value="3001-4000">3001-4000</option>
            <option value="4001-5000">4001-5000</option>
            <option value="5000+">5000+</option>
          </select>
        </div>
      </div>
      <div class="lr-flex-wrapper--column h-width-m--100p h-margin-m__t--10 required_field lr-flex--1 corpTbFormInput required_field">
        <label for="lead_event_notes" class="h-color--white h-size--12">How Often Do You Put On Events?</label>
        <select name="team_building_frequency" id="team_building_frequency" required="" class="corporate_tb_joy_input h-width--100p h-width-m--100p">
          <option value="" selected="selected">How often do you put on events?</option>
          <option value="weekly">Once a week</option>
          <option value="bi-weekly">Every two weeks</option>
          <option value="monthly">Once a month</option>
          <option value="quarterly">Every quarter</option>
          <option value="semi-annually">Twice a year</option>
          <option value="yearly">Once a year</option>
          <option value="ad-hoc">As needed / No Schedule</option>
        </select>
      </div>
      <div class="lr-flex-wrapper--column h-width-m--100p h-margin-m__t--10 required_field lr-flex--1 corpTbFormInput">
        <label for="lead_event_notes" class="h-color--white h-size--12">Tell Us About Your Event Vision / Goals</label>
        <input style="border-radius: 12px; border: none; margin-top: 12px;" class="h-padding__v--25 h-padding__h--16" required="" id="lead_event_notes" type="text" name="lead_event_notes" data-hj-whitelist=""
          placeholder="Tell Us About Your Event Vision / Goals">
      </div>
      <div id="corporateSubmit" style="cursor: pointer; font-weight: 600; border-radius: 6px; width: 300px; min-width: 175px; padding: 24px 0px;"
        class="lr-flex-wrapper--center-center h-background--orange h-size--18 h-color--white h-align--center h-width-m--100p h-margin--auto h-margin--0 lr-flex--1"> Let's Do It! <img class="h-margin__l--24"
          src="/assets/images/common/vectors/diagonal_arrow.svg" alt="">
      </div>
    </div>
  </div>
  <p id="btn-feedback" class="h-margin__t--5" style="color: white"></p>
</form>

POST https://www.letsroam.com/team-building

<form role="presentation" action="https://www.letsroam.com/team-building" class="get-started-form" id="corpLeadFormBottom" method="post" accept-charset="utf-8">
  <input type="hidden" name="form_page" id="form_page" value="corp_section_bottom">
  <input type="hidden" name="package_type" value="scavenger_hunt">
  <input type="hidden" name="category" value="team-building">
  <script>
    function generateRandomString(length) {
      let result = '';
      let characters = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz';
      let charactersLength = characters.length;
      for (let i = 0; i < length; i++) {
        result += characters.charAt(Math.floor(Math.random() * charactersLength));
      }
      return result;
    }

    function getTomorrowAsString() {
      const today = new Date();
      const tomorrow = new Date(today);
      tomorrow.setDate(tomorrow.getDate() + 1);
      const year = tomorrow.getFullYear();
      let month = (tomorrow.getMonth() + 1).toString();
      let day = tomorrow.getDate().toString();
      month = month.length < 2 ? '0' + month : month;
      day = day.length < 2 ? '0' + day : day;
      return `${year}-${month}-${day}`;
    }

    function fillOutTestData() {
      document.querySelector('#company').value = `Let's Roam`
      if (document.querySelector('#full_name')) {
        document.querySelector('#full_name').value = `Test User`
      } else {
        document.querySelector('#first_name').value = `User`
        document.querySelector('#last_name').value = `User`
      }
      if (document.querySelector('#city')) {
        document.querySelector('#city').value = 'Test Town';
      }
      document.querySelector('#email').value = `mike+${generateRandomString(10)}@letsroam.com`
      document.querySelector('#phone').value = `4078089625`
      document.querySelector('#event_date').value = getTomorrowAsString()
      document.querySelector('#group_size').value = '71-80'
      let leadHowHear = document.getElementById('how_hear');
      if (leadHowHear) {
        leadHowHear.value = 'test';
      }
      let leadEventNotes = document.getElementById('lead_event_notes');
      if (leadEventNotes) {
        leadEventNotes.value = 'test';
      }
      document.querySelector('#team_building_frequency').value = 'monthly';
    }
    // Initialize click counter
    var hotelLabelClickCount = 0;
    // Get all label elements
    var hotelLabels = document.querySelectorAll('label[for="city"].h-color--white.h-size--12');
    // Add click event listener to each label
    hotelLabels.forEach(hotelLabel => {
      hotelLabel.addEventListener('click', () => {
        hotelLabelClickCount++;
        if (hotelLabelClickCount === 3) {
          fillOutTestData();
        }
      });
    });
  </script>
  <div id="corporateTbFormBottomTwo" class="">
    <h2 style="font-weight: 700;" class="h-color--white h-size--32">Request A Demo</h2>
    <div style="align-items: flex-end; gap: 25px;" class="lr-flex-wrapper--between lr-flex-wrapper--wrap h-margin__t--40">
      <div class="lr-flex-wrapper--column h-width-m--100p h-margin-m__t--10 required_field lr-flex--1 corpTbFormInput">
        <label for="city" class="h-color--white h-size--12">Where Is Your Event?</label>
        <input style="border-radius: 12px; border: none; margin-top: 12px;" class="h-padding__v--25 h-padding__h--16" false="" value="" id="city" type="text" name="city" placeholder="City, State/Country" data-hj-whitelist="">
      </div>
      <div class="lr-flex-wrapper--column h-width-m--100p h-margin-m__t--10 required_field lr-flex--1 corpTbFormInput">
        <label for="full_name" class="h-color--white h-size--12">Your Full Name</label>
        <input style="border-radius: 12px; border: none; margin-top: 12px;" class="h-padding__v--25 h-padding__h--16" required="" value="" id="full_name" type="text" name="full_name" placeholder="Enter Your Full Name" data-hj-whitelist="">
      </div>
      <div class="lr-flex-wrapper--column h-width-m--100p h-margin-m__t--10 required_field lr-flex--1 corpTbFormInput">
        <label for="phone" class="h-color--white h-size--12">Phone</label>
        <input style="border-radius: 12px; border: none; margin-top: 12px;" class="h-padding__v--25 h-padding__h--16" required="" value="" id="phone" type="text" name="phone" placeholder="Enter Your Phone Number" data-hj-whitelist="">
      </div>
      <div class="lr-flex-wrapper--column h-width-m--100p h-margin-m__t--10 required_field lr-flex--1 corpTbFormInput">
        <label for="email" class="h-color--white h-size--12">Email</label>
        <input style="border-radius: 12px; border: none; margin-top: 12px;" class="h-padding__v--25 h-padding__h--16" required="" value="" id="email" type="text" name="email" placeholder="Enter Your Email" data-hj-whitelist="">
      </div>
      <div class="lr-flex-wrapper--column h-width-m--100p h-margin-m__t--10 required_field lr-flex--1 corpTbFormInput">
        <label for="company" class="h-color--white h-size--12">Company</label>
        <input style="border-radius: 12px; border: none; margin-top: 12px;" class="h-padding__v--25 h-padding__h--16" required="" value="" id="company" type="text" name="company" placeholder="Company Name" data-hj-whitelist="">
      </div>
      <div class="lr-flex-wrapper--column h-width-m--100p h-margin-m__t--10 lr-flex--1 corpTbFormInput required_field" style="position: relative;">
        <label for="event_year" class="h-color--white h-size--12 c-be__form-label"> Date of event </label>
        <input id="event_date" type="date" required="" class="h-padding__v--25 h-padding__h--16 h-width--100p h-width-m--100p" style="border-radius: 12px; border: none; margin-top: 12px;" name="event_date">
      </div>
      <div class="lr-flex-wrapper--column h-width-m--100p h-margin-m__t--10 lr-flex--1 corpTbFormInput required_field">
        <label for="group_size" class="h-color--white h-size--12">How many people will be attending?</label>
        <input type="hidden" name="group_size_type" value="range">
        <div>
          <select name="group_size" id="group_size" required="" class="corporate_tb_joy_input h-width--100p h-width-m--100p">
            <option value="1-5">Less than 5</option>
            <option value="6-10">6-10</option>
            <option value="11-15">11-15</option>
            <option value="16-20">16-20</option>
            <option value="21-25">21-25</option>
            <option value="26-30">26-30</option>
            <option value="31-35">31-35</option>
            <option value="36-40">36-40</option>
            <option value="41-45">41-45</option>
            <option value="46-50">46-50</option>
            <option value="51-60">51-60</option>
            <option value="61-70">61-70</option>
            <option value="71-80">71-80</option>
            <option value="81-90">81-90</option>
            <option value="91-100">91-100</option>
            <option value="101-125">101-125</option>
            <option value="126-150">126-150</option>
            <option value="151-175">151-175</option>
            <option value="176-200">176-200</option>
            <option value="201-250">201-250</option>
            <option value="251-300">251-300</option>
            <option value="301-350">301-350</option>
            <option value="351-400">351-400</option>
            <option value="401-450">401-450</option>
            <option value="451-500">451-500</option>
            <option value="501-750">501-750</option>
            <option value="751-1000">751-1000</option>
            <option value="1001-2000">1001-2000</option>
            <option value="2001-3000">2001-3000</option>
            <option value="3001-4000">3001-4000</option>
            <option value="4001-5000">4001-5000</option>
            <option value="5000+">5000+</option>
          </select>
        </div>
      </div>
      <div class="lr-flex-wrapper--column h-width-m--100p h-margin-m__t--10 required_field lr-flex--1 corpTbFormInput required_field">
        <label for="lead_event_notes" class="h-color--white h-size--12">How Often Do You Put On Events?</label>
        <select name="team_building_frequency" id="team_building_frequency" required="" class="corporate_tb_joy_input h-width--100p h-width-m--100p">
          <option value="" selected="selected">How often do you put on events?</option>
          <option value="weekly">Once a week</option>
          <option value="bi-weekly">Every two weeks</option>
          <option value="monthly">Once a month</option>
          <option value="quarterly">Every quarter</option>
          <option value="semi-annually">Twice a year</option>
          <option value="yearly">Once a year</option>
          <option value="ad-hoc">As needed / No Schedule</option>
        </select>
      </div>
      <div class="lr-flex-wrapper--column h-width-m--100p h-margin-m__t--10 required_field lr-flex--1 corpTbFormInput">
        <label for="lead_event_notes" class="h-color--white h-size--12">Tell Us About Your Event Vision / Goals</label>
        <input style="border-radius: 12px; border: none; margin-top: 12px;" class="h-padding__v--25 h-padding__h--16" required="" id="lead_event_notes" type="text" name="lead_event_notes" data-hj-whitelist=""
          placeholder="Tell Us About Your Event Vision / Goals">
      </div>
      <div id="corporateSubmitBottom" style="cursor: pointer; font-weight: 600; border-radius: 6px; width: 300px; min-width: 175px; padding: 24px 0px;"
        class="lr-flex-wrapper--center-center h-background--orange h-size--18 h-color--white h-align--center h-width-m--100p h-margin--auto h-margin--0 lr-flex--1"> Let's Do It! <img class="h-margin__l--24"
          src="/assets/images/common/vectors/diagonal_arrow.svg" alt="">
      </div>
    </div>
  </div>
  <p id="btn-feedback" class="h-margin__t--5" style="color: white"></p>
</form>

POST https://www.letsroam.com/corp_section_bottom

<form role="presentation" action="https://www.letsroam.com/corp_section_bottom" id="glm_form" method="post" accept-charset="utf-8">
  <div class="lr-container--generic-lead-form">
    <div class="flex-container">
      <img class="team-image-1" src="/assets/images/letsroam/team_building/all/tb_lead_v1.jpg" alt="">
      <div class="form-container" style="max-height: 96vh; overflow: scroll;">
        <h4 class="h-4-styling"><span id="glm_title"></span></h4>
        <p class="p-styling"><span id="glm_subTitle"></span></p>
        <p></p>
        <div class="c-vtb__form--item h-margin-m__t--10 required_field">
          <input required="" value="" class="c-vtb__form--input h-margin-m__b--0 form-control-no-label" id="glm_full_name" type="text" name="full_name" style="width: 100% !important; color: black !important; height: 40px !important"
            placeholder="Name" data-hj-whitelist="">
          <label class="sm-label" style="display: none;">Name</label>
        </div>
        <div class="c-vtb__form--item h-margin-m__t--10 required_field">
          <input required="" value="" class="c-vtb__form--input h-margin-m__b--0 form-control-no-label" id="glm_email" type="email" name="email" placeholder="E-mail" style="width: 100% !important; color: black !important; height: 40px !important"
            data-hj-whitelist="">
          <label class="sm-label" style="display: none;">Email</label>
        </div>
        <div class="c-vtb__form--item h-margin-m__t--10 required_field">
          <input required="" value="" class="c-vtb__form--input h-margin-m__b--0 form-control-no-label" id="glm_company" type="text" name="" autocomplete="off" placeholder="Company"
            style="width: 100% !important; color: black !important; height: 40px !important" data-hj-whitelist="">
          <label id="glm_company_label" class="sm-label" style="display: none;">Company</label>
        </div>
        <div class="lr-flex-wrapper-s--column lr-flex-wrapper--wrap">
          <div class="c-vtb__form--item h-margin-m__t--10 required_field h-width--100p lr-flex--1  h-margin-m__r--0 phone-date-items">
            <input required="" value="" class="c-vtb__form--input h-margin-m__b--0 phone-section-v1 form-control-no-label" id="glm_phone" type="tel" name="phone" placeholder="Phone Number" style="height: 40px !important" data-hj-whitelist="">
            <label class="sm-label" style="display: none;">Phone</label>
          </div>
          <div class="c-vtb__form--item h-margin-m__t--10 h-width--100p" id="glm_vip_age_wrapper">
            <input class="c-vtb__form--input h-width--100p form-control-no-label" id="glm_vip_age" name="glm_vip_age" placeholder="What age are they turning?" style="color: black !important; height: 40px !important" autocomplete="city"
              data-hj-whitelist="" type="number">
            <label class="sm-label" style="display: none;">What age are they turning?</label>
          </div>
        </div>
        <div class="c-vtb__form--item h-margin-m__t--10 required_field date-section-v1 h-width--100p">
          <input value="" style="padding-bottom: 5px; padding-top: 7px; width: 100% !important; height: 40px !important; " class="c-vtb__form--input h-margin-m__b--0 date-picker-form-2" id="glm_event_date" type="date" name="event_date"
            placeholder="Event Date" data-hj-whitelist="">
          <div class="c-vtb__form--input h-size-m--15" style="position: absolute; left: 0; top: 0; bottom: 0; pointer-events: none; font-size: 15px !important; background: none; border: none; padding-top: 12px;" id="glm_cover">Event Date </div>
        </div>
        <div class="c-vtb__form--item h-margin-m__t--10 required_field">
          <input type="hidden" name="group_size_type" class="c-vtb__form--input" style="width: 100% !important; color: black !important; height: 40px !important" value="range">
          <select name="group_size" class="c-vtb__form--input h-margin-m__b--0" id="glm_group_size" required="" style="width: 100%; color: black !important; font-size: 18px;">
            <option value="" selected="selected">How Many People Will Attend</option>
            <option value="1-5">Less than 5</option>
            <option value="6-10">6-10</option>
            <option value="11-15">11-15</option>
            <option value="16-20">16-20</option>
            <option value="21-25">21-25</option>
            <option value="26-30">26-30</option>
            <option value="31-35">31-35</option>
            <option value="36-40">36-40</option>
            <option value="41-45">41-45</option>
            <option value="46-50">46-50</option>
            <option value="51-60">51-60</option>
            <option value="61-70">61-70</option>
            <option value="71-80">71-80</option>
            <option value="81-90">81-90</option>
            <option value="91-100">91-100</option>
            <option value="101-125">101-125</option>
            <option value="126-150">126-150</option>
            <option value="151-175">151-175</option>
            <option value="176-200">176-200</option>
            <option value="201-250">201-250</option>
            <option value="251-300">251-300</option>
            <option value="301-350">301-350</option>
            <option value="351-400">351-400</option>
            <option value="401-450">401-450</option>
            <option value="451-500">451-500</option>
            <option value="501-750">501-750</option>
            <option value="751-1000">751-1000</option>
            <option value="1001-2000">1001-2000</option>
            <option value="2001-3000">2001-3000</option>
            <option value="3001-4000">3001-4000</option>
            <option value="4001-5000">4001-5000</option>
            <option value="5000+">5000+</option>
          </select>
        </div>
        <div class="c-vtb__form--item h-margin-m__t--10 required_field">
          <input required="" value="" class="c-vtb__form--input h-margin-m__b--0 form-control-no-label" id="glm_city" type="text" name="city" placeholder="Your Hunt City"
            style="width: 100% !important; color: black !important; height: 40px !important" autocomplete="city" data-hj-whitelist="">
          <label class="sm-label" style="display: none;">Hunt City</label>
        </div>
        <div class="c-vtb__form--item h-margin-m__t--10 required_field">
          <input required="" value="" class="c-vtb__form--input h-margin-m__b--0 form-control-no-label" id="glm_lead_event_notes" type="text" name="lead_event_notes" placeholder="Tell Us About Your Event Vision / Goals"
            style="width: 100% !important; color: black !important; height: 40px !important" autocomplete="lead_event_notes" data-hj-whitelist="">
          <label class="sm-label" style="display: none;">Tell Us About Your Event Vision / Goals</label>
        </div>
        <div class="c-vtb__form--item h-margin-m__t--10 required_field">
          <select name="team_building_frequency" class="c-vtb__form--input h-margin-m__b--0 form-control-no-label" id="glm_team_building_frequency" required="" style="width: 100%; color: black !important; font-size: 16px;">
            <option value="" selected="selected">How often do you put on events?</option>
            <option value="weekly">Once a week</option>
            <option value="bi-weekly">Every two weeks</option>
            <option value="monthly">Once a month</option>
            <option value="quarterly">Every quarter</option>
            <option value="semi-annually">Twice a year</option>
            <option value="yearly">Once a year</option>
            <option value="ad-hoc">As needed / No Schedule</option>
          </select>
          <label for="lead_event_notes" class="sm-label" style="display: none;">How Often Do You Put On Events?</label>
        </div>
        <input type="hidden" id="is_ai_hunt" name="is_ai_hunt" class="c-vtb__form--input form-control-no-label" style="width: 100% !important; color: black !important; height: 40px !important" value="">
        <input type="hidden" id="hunt_id" name="hunt_id" class="c-vtb__form--input form-control-no-label" style="width: 100% !important; color: black !important; height: 40px !important" value="">
        <button class="lr-btn lr-btn__primary h-padding__v--10 h-margin__t--20" style="width: 100% !important; font-size: 20px; " id="glm_start_primary_button" type="submit">SUBMIT<img class="h-margin__l--8"
            src="/assets/images/common/vectors/diagonal_arrow.svg" alt=""></button>
      </div>
    </div>
  </div>
</form>

Text Content

Sign InView Profile ()In-Person Activities
Virtual Activities
Virtual Office GamesVirtual Escape RoomsVirtual Murder Mystery PartyCoworker
FeudHoliday Team Building ActivitiesLets Draw (And Sip)See All 30+ Team Building
Activities
Hybrid Activities
How It Works
How It WorksPricingReviewsOur Hosts
Get Quote
Resources
Team Building BlogCase Studies
Sign Out
Get Started
View Profile Sign Out



CORPORATE TEAM BUILDING SCAVENGER HUNTS

Boost morale, increase productivity and build stronger teams on this epic
scavenger hunt.



Get started
Watch the video

or call us at 720-378-7024

Over 2,200 reviews
Over 2,500 reviews



START PLANNING YOUR EVENT

Where Is Your Event?
Your Full Name
Phone
Email
Company
Date of event
How many people will be attending?
Less than 5 6-10 11-15 16-20 21-25 26-30 31-35 36-40 41-45 46-50 51-60 61-70
71-80 81-90 91-100 101-125 126-150 151-175 176-200 201-250 251-300 301-350
351-400 401-450 451-500 501-750 751-1000 1001-2000 2001-3000 3001-4000 4001-5000
5000+
How Often Do You Put On Events? How often do you put on events? Once a week
Every two weeks Once a month Every quarter Twice a year Once a year As needed /
No Schedule
Tell Us About Your Event Vision / Goals
Let's Do It!





Already loved by thousands of companies big and small




HOW IT WORKS

Our specialists help you easily coordinate events for up to 1000+ people.

Create Your Event
Plan an epic event with your dedicated event specialist. We can help your
coordinate events for tens to thousands of people and provide easy joining.
Be Led On An Adventure
Complete challenges as our virtual host guide you on an adventure through the
city and turn your phone into a real life game show.
Fight for the top spot
Teams earn points for finding spots and solving challenges. Your host will
provide updates throughout the hunt.


FEATURES THAT WILL BLOW YOUR MIND

Hunt challenges

Virtual Host

Sit back and have fun while our professional host shows your team a fun,
exciting, and memorable time.

Live Leaderboard



Nike

Participants: 80
Final score: 30,269


LOVED BY COMPANIES OF ALL SIZES

Our scavenger hunts are tailored by our writers to provide a fun and engaging
experience for groups of any size. The hunts can be tailored to fit the time and
budget of the group, and our writers can create custom hunts to meet any
specific needs.

Get started
Everyone enjoyed their experience with you guys at our team building event. We
are discussing having another event for our Capital Partners. When I have more
details/a decision, I will reach back out!
Intel
Loved this!!! Had fun getting to know unique things about Austin. It was fun
doing custom questions along the scavenger hunt about our company!
PWC Consulting
So happy we decided to try out the Virtual Team Builder experience with our
support sta last night! We had a blast! Our host Zach was great and made the
entire experience fun from start to finish.
US Bank
The writers hit the nail on the head! Everything [we] wanted was done and it
turned out exactly how [we] had envisioned it. We will definitely do a
[scavenger hunt with Let's Roam] again. It was a blast!
Parks Hospitality Group
Let’s Roam customized a scavenger hunt for us with a special secret final stop
and helped incorporate all of our ideas into an awesome, personalized event that
came together in no time.
naviHealth
We had a blast competing against one another, and the atmosphere carried over to
[our] internal work chats.
General Mills
Our event was totally awesome! I'd recommend Let's Roam both professionally AND
personally.
Teichert Construction
We were impressed by how easy it was to set up and execute the events.
Merck
Everyone involved had an unforgettable time and feels closer after sharing this
experience.
Opus One Winery
Whether they won or not, employees had a wonderful time racing through H-Town.
TC Energy
Click To Make Interactive


THE BEST TEAM BUILDING ACTIVITY

Your team will embark on an epic scavenger hunt while learning about art,
culture and history. Walk from landmark to landmark, take photos and answer
trivia for a chance to earn points and top the leaderboard!

Let's Roam is the number one scavenger hunt company in the world with over 3,000
five-star reviews (and counting!).

Get started
Watch this 60 sec video


JUST SOME OF WHAT TO EXPECT

Location-based trivia

Answers are hidden in plaques, statues, art and more. If you find the answer
quickly you’ll get full points; if not, we'll help you along the way.

Treasure challenges

Each person on your team building scavenger hunt will receive custom roles and
challenges, ensuring everybody's engaged—and part of the fun.

Competitive leaderboard

Our leaderboard is updated in real time. You'll see every team's photos and
scores throughout the hunt, so you know where you stand.

Team photos

Answers are hidden in plaques, statues, art and more. If you find the answer
quickly you’ll get full points; if not, we'll help you along the way.

Customization options

Several of our packages let you customize the route. Start at the office and end
at your favorite bar. Send large teams in opposite directions. Incorporate
company-specific trivia and more!

Dedicated event coordinator

Our coordinators work behind the scenes to make your team building scavenger
hunt a success. Your coordinator is never more than a call or email away.


HAVE A LIVE, IN-APP VIRTUAL HOST

Our virtual VIP events are hosted by a professional host over video. Host pump
up the teams with bonus points, leaderboard updates, and more.

Request Demo


AN ACTIVITY FOR EVERYONE

We have the perfect activity no matter the season.

Bar Crawl

Turn your next team building event into a booze-fueled scavenger hunt adventure.

 

Start planning

Art Walk

Host a creative team building activity that your team will remember forever with
a guided street art scavenger hunt.

Start planning

Ghost Tour

Give your team the gift of adventure with a gift card to select an award-winning
scavenger hunt!

Start planning

Virtual Activities

Have fun and build a stronger team, even if you're not together with over 20+
virtual team building activities.

Start planning

On-Site Scavenger Hunts

Engage your team with a custom scavenger hunt event at your office, at the park,
or wherever your team wants to gather.

Start planning



FAQS.

How many tickets do I need?

You’ll need a ticket for each employee who will be participating, so that
everyone can select a character and receive personal challenges. If you just
wish to facilitate but not join a team, you don’t need to buy a ticket

Do I have to create a custom team building event?

If you have 10 or more people going, we suggest personalizing a custom event,
rather than just buying tickets off the site. This will ensure your company
receives the best experience. A writer will work with you and make the hunt
perfect for your needs.


WHAT ARE YOU WAITING FOR?


REQUEST A DEMO

Where Is Your Event?
Your Full Name
Phone
Email
Company
Date of event
How many people will be attending?
Less than 5 6-10 11-15 16-20 21-25 26-30 31-35 36-40 41-45 46-50 51-60 61-70
71-80 81-90 91-100 101-125 126-150 151-175 176-200 201-250 251-300 301-350
351-400 401-450 451-500 501-750 751-1000 1001-2000 2001-3000 3001-4000 4001-5000
5000+
How Often Do You Put On Events? How often do you put on events? Once a week
Every two weeks Once a month Every quarter Twice a year Once a year As needed /
No Schedule
Tell Us About Your Event Vision / Goals
Let's Do It!





Search Team Building By City

ROAM


Scavenger Hunts

 * Home
 * Find a Hunt
 * How It Works
 * Your Profile
 * Scavenger Hunt App
 * FAQs

Team Building Events

 * View All Team Building Activities
 * Team Building Scavenger Hunts
 * Virtual Office Games
 * Virtual Escape Rooms
 * Virtual Murder Mystery Party
 * Team Building Resources Blog

More Activities

 * Virtual Family Game Night
 * Indoor Scavenger Hunts
 * Date Adventure Book
 * Family Adventure Book
 * Bachelorette Parties
 * Birthday Parties
 * Virtual Birthday Parties
 * Let's Roam Local

Our Company

 * Contact Us
 * About Us
 * Explorer Blog
 * Press
 * Careers

Partner With Us

 * Partnerships
 * Charity/Non-Profit Fundraisers
 * In-Kind Donation Requests
 * Custom Events
 * Public Events
 * Influencer Program


Contact Support
online


© 2024 Let's Roam, LLC. All Rights Reserved
Let’s Roam® is a registered trademark.

Terms of Service Privacy Policy Sitemap




x

Sign-in or register

Save your favorite activities, see your recent purchases, and plan you next
adventure! ×

 * Continue with GoogleGoogle
 * Continue with FacebookFacebook
 * Continue with phonePhone

×

Sign in or register


Submit
×

Enter Your Code

Confirm Code
×

Additional Info
Skip This Step

Your Phone Number Your Birthday (So we can send you a present)

Your Zip/Postal Code Finish Creating Account Skip This Step
By submitting this form, you consent to receive occasional promotional sms
messages from us. Standard messaging rates apply. To opt out, reply 'STOP'.
x

Name
Email
Company
Phone
What age are they turning?
Event Date
How Many People Will Attend Less than 5 6-10 11-15 16-20 21-25 26-30 31-35 36-40
41-45 46-50 51-60 61-70 71-80 81-90 91-100 101-125 126-150 151-175 176-200
201-250 251-300 301-350 351-400 401-450 451-500 501-750 751-1000 1001-2000
2001-3000 3001-4000 4001-5000 5000+
Hunt City
Tell Us About Your Event Vision / Goals
How often do you put on events? Once a week Every two weeks Once a month Every
quarter Twice a year Once a year As needed / No Schedule How Often Do You Put On
Events?
SUBMIT