www.commutewithenterprise.com Open in urlscan Pro
2a02:26f0:1700:393::29cf  Public Scan

Submitted URL: https://southfloridavanpool.com/
Effective URL: https://www.commutewithenterprise.com/en/partners/south-florida-vanpool.html
Submission: On June 25 via api from US — Scanned from DE

Form analysis 3 forms found in the DOM

<form autocomplete="off" role="form" class="lead-form">
  <input type="hidden" name="formtype" value="commuter">
  <input autocomplete="false" name="hidden" type="text" style="display:none;" value="autocompletefield">
  <div>
    <div class="step-1" id="commuterstep1" data-bind="visible: currentStep() == 1" style="display: none;">
      <div class="count">2 of 4</div>
      <p class="heading">Tell us about your commute.</p>
      <div class="fields">
        <div class="row">
          <div class="col-xs-12">
            <label for="commuter-pac-input-home">Commute Start</label>
            <input type="text" id="commuter-pac-input-home" name="commuter-pac-input-home" data-parsley-address-autocomplete="" data-parsley-group="just-me-1" required="" data-bind=" addressAutocomplete: homeAddress,
                                                street_number: homeStreetNumber,
                                                route: homeStreetName, 
                                                locality: homeCity, 
                                                subpremise: homeSuite, 
                                                administrative_area_level_1: homeState, 
                                                postal_code: homeZipcode,
                                                country: homeCountry,
                                                latlng: homeLatLng,
                                                event: {keyup: clearHomeAddress, blur: revalidateElement}" class="pac-target-input" placeholder="Geben Sie einen Standort ein." autocomplete="off">
          </div>
        </div>
        <div class="row">
          <div class="col-xs-12">
            <label for="commuter-pac-input-work">Commute End</label>
            <input type="text" id="commuter-pac-input-work" name="commuter-pac-input-work" data-parsley-address-autocomplete="" data-parsley-group="just-me-1" required="" data-bind=" addressAutocomplete: workAddress,
                                                street_number: workStreetNumber,
                                                route: workStreetName, 
                                                locality: workCity, 
                                                subpremise: workSuite, 
                                                administrative_area_level_1: workState, 
                                                postal_code: workZipcode,
                                                country: workCountry,
                                                latlng: workLatLng,
                                                event: {keyup: clearWorkAddress, blur: revalidateElement}" class="pac-target-input" placeholder="Geben Sie einen Standort ein." autocomplete="off">
          </div>
        </div>
        <div class="row">
          <div class="col-xs-12">
            <label for="commuterDays">Commute Schedule</label>
            <div class="workday"><input type="checkbox" name="commuterDays" value="1" id="commuterDayMo" checked="checked" class="commuterCheck" data-bind="checked: commuteDays" data-parsley-required="true" data-parsley-trigger="click"
                data-parsley-errors-container="#checkbox-errors" data-parsley-group="just-me-1"><label for="commuterDayMo">Mon</label></div>
            <div class="workday"><input type="checkbox" name="commuterDays" value="2" id="commuterDayTu" checked="checked" class="commuterCheck" data-bind="checked: commuteDays" data-parsley-required="true"
                data-parsley-errors-container="#checkbox-errors" data-parsley-group="just-me-1"><label for="commuterDayTu">Tue</label></div>
            <div class="workday"><input type="checkbox" name="commuterDays" value="3" id="commuterDayWe" checked="checked" class="commuterCheck" data-bind="checked: commuteDays" data-parsley-required="true"
                data-parsley-errors-container="#checkbox-errors" data-parsley-group="just-me-1"><label for="commuterDayWe">Wed</label></div>
            <div class="workday"><input type="checkbox" name="commuterDays" value="4" id="commuterDayTh" checked="checked" class="commuterCheck" data-bind="checked: commuteDays" data-parsley-required="true"
                data-parsley-errors-container="#checkbox-errors" data-parsley-group="just-me-1"><label for="commuterDayTh">Thu</label></div>
            <div class="workday"><input type="checkbox" name="commuterDays" value="5" id="commuterDayFr" checked="checked" class="commuterCheck" data-bind="checked: commuteDays" data-parsley-required="true"
                data-parsley-errors-container="#checkbox-errors" data-parsley-group="just-me-1"><label for="commuterDayFr">Fri</label></div>
            <div class="workday"><input type="checkbox" name="commuterDays" value="6" id="commuterDaySa" checked="checked" class="commuterCheck" data-bind="checked: commuteDays" data-parsley-required="true"
                data-parsley-errors-container="#checkbox-errors" data-parsley-group="just-me-1"><label for="commuterDaySa">Sat</label></div>
            <div class="workday"><input type="checkbox" name="commuterDays" value="7" id="commuterDaySu" checked="checked" class="commuterCheck" data-bind="checked: commuteDays" data-parsley-required="true"
                data-parsley-errors-container="#checkbox-errors" data-parsley-group="just-me-1"><label for="commuterDaySu">Sun</label></div>
            <div id="checkbox-errors"></div>
          </div>
        </div>
        <div class="row flex-group">
          <div class="col-xs-12">
            <label for="justMeArrivalTime">What time do you arrive at work? <input type="time" class="timepicker" step="900" name="justMeArrivalTime" data-parsley-group="just-me-1"
                data-bind="value: arrivalTime, event: { blur: revalidate.bind($element) }" data-parsley-timestep="15" data-parsley-error-message="Please insert a time in 15 minute increments.">
            </label>
          </div>
          <div class="col-xs-12">
            <div class="checkbox">
              <div class="form_row">
                <div class="form_rightcol">
                  <input type="checkbox" name="arrivalFlexible" id="arrivalFlexible" data-bind="checked: arrivalFlexible">
                  <label for="arrivalFlexible"></label>
                </div>
                <div class="flexible">
                  <label for="arrivalFlexible">My arrival time is flexible.</label>
                </div>
              </div>
            </div>
          </div>
          <div class="col-xs-12 bottom-margin" data-bind="visible: arrivalFlexible()" style="display: none;">
            <label for="arrivalFlexTime">How flexible is your arrival time? <select name="arrivalFlexTime" data-parsley-group="just-me-1" data-bind="value: arrivalFlexTime, options: flexibleOptions, optionsText: displayHelpers.flexibleOptionsText">
                <option value="10">10 minutes</option>
                <option value="20">20 minutes</option>
                <option value="30">30 minutes</option>
                <option value="40">40 minutes</option>
                <option value="50">50 minutes</option>
                <option value="60">60 minutes</option>
              </select>
            </label>
          </div>
        </div>
        <div class="row flex-group">
          <div class="col-xs-12">
            <label for="justMeDepartTime">What time do you depart to home? <input type="time" class="timepicker" step="900" name="justMeDepartTime" data-parsley-group="just-me-1"
                data-bind="value: departTime, event: { blur: revalidate.bind($element) }" data-parsley-timestep="15" data-parsley-error-message="Please insert a time in 15 minute increments.">
            </label>
          </div>
          <div class="col-xs-12">
            <div class="checkbox">
              <div class="form_row">
                <div class="form_rightcol">
                  <input type="checkbox" name="departureFlexible" id="departureFlexible" data-bind="checked: departureFlexible">
                  <label for="departureFlexible"></label>
                </div>
                <div class="flexible">
                  <label for="departureFlexible"> My departure time is flexible. </label>
                </div>
              </div>
            </div>
          </div>
          <div class="col-xs-12 bottom-margin" data-bind="visible: departureFlexible()" style="display: none;">
            <label for="departureFlexTime">How flexible is your departure time? <select name="departureFlexTime" data-parsley-group="just-me-1"
                data-bind="value: departureFlexTime, options: flexibleOptions, optionsText: displayHelpers.flexibleOptionsText">
                <option value="10">10 minutes</option>
                <option value="20">20 minutes</option>
                <option value="30">30 minutes</option>
                <option value="40">40 minutes</option>
                <option value="50">50 minutes</option>
                <option value="60">60 minutes</option>
              </select>
            </label>
          </div>
        </div>
      </div>
    </div>
    <div class="step-2" id="commuterstep2" data-bind="visible: currentStep() == 2" style="display: none;">
      <div class="count">3 of 4</div>
      <p class="heading" data-bind="if: isLoading()"></p>
      <div class="results" data-bind="visible: displayHelpers.showRoutes() &amp;&amp; !isLoading()" style="display: none;">
        <p class="heading" data-bind="text: displayHelpers.routeMatchesText()">Great news! We've found 0 matching Commutes.</p>
        <p class="subheading">Don’t see a good match? There may be other routes available. Simply complete the form, and we’ll contact you.</p>
        <div class="fields">
          <div class="row">
            <div class="col-sm-12 col-md-4"> Pick the route you like best. <div class="checkbox">
                <div class="form_row">
                  <!-- ko foreach: vanpoolSearchResults --><!-- /ko -->
                </div>
              </div>
            </div>
            <div class="col-sm-12 col-md-8">
              <div class="map-container"></div>
            </div>
          </div>
        </div>
      </div>
      <div class="no-results" data-bind="visible: !displayHelpers.showRoutes() &amp;&amp; !isLoading()">
        <p class="heading">We were unable to find matching Commutes.</p>
        <div class="fields">
          <div class="row">
            <div class="col-sm-12">
              <p>Don't worry, new routes are being added every day! We'll contact you when a match becomes available.</p>
            </div>
          </div>
        </div>
      </div>
    </div>
    <div class="step-3" id="commuterstep3" data-bind="visible: currentStep() == 3" style="display: none;">
      <div class="count">4 of 4</div>
      <div class="ride-together" data-bind="if: displayHelpers.showRoutes()"></div>
      <div class="stay-in-touch" data-bind="if: !displayHelpers.showRoutes()">
        <p class="heading">Let's Stay in Touch</p>
        <p>We'll contact you when a match becomes available. How do we reach you?</p>
        <div class="fields">
          <div class="row is-flex">
            <div class="col-sm-6">
              <label for="stayInTouchFirstName">First Name</label>
              <input type="text" name="stayInTouchFirstName" required="" data-bind="value: firstName" data-parsley-group="just-me-3">
              <label for="stayInTouchLastName">Last Name</label>
              <input type="text" name="stayInTouchLastName" required="" data-bind="value: lastName" data-parsley-group="just-me-3">
              <label for="stayInTouchEmail">Email</label>
              <input type="email" name="stayInTouchEmail" required="" data-bind="value: email" data-parsley-group="just-me-3">
              <label for="stayInTouchPhone">Phone Number</label>
              <input type="text" name="stayInTouchPhone" data-parsley-type="digits" data-parsley-length="[10, 10]" required="" data-bind="value: phoneNumber" data-parsley-group="just-me-3">
              <label for="stayInTouchEmployerName">Employer Name</label>
              <input type="text" name="stayInTouchEmployerName" data-bind="value: employerName" required="" data-parsley-group="just-me-3">
            </div>
            <div class="col-sm-6">
              <div class="manager-email">
                <p>Can't wait? Help us launch Commute at your worksite.</p>
                <a target="_blank" rel="noopener noreferrer" data-subject="New commuting program at work" data-body="<p>Hi,</p>
<p>I’ve been researching ways to improve my commute, and I found a company that I think can help me, as well as many of my colleagues who are dealing with the same stresses.&amp;nbsp;</p>
<p><a href=&quot;https://www.commutewithenterprise.com/content/dam/commute/pdf/Commuter_Benefit_Impacts_Employers.pdf&quot;>https://www.commutewithenterprise.com/content/dam/commute/pdf/Commuter_Benefit_Impacts_Employers.pdf</a></p>
<p>Some key benefits I found:</p>
<ul>
<li>Saves commuters up to $6,000 and 200 hours each year</li>
<li>Frees up parking spots</li>
<li>Reduces emissions</li>
</ul>
<p>The above link explains how the program works and benefits both employees and their companies.</p>
<p>Let me know if you have any questions, or if you’d like to talk about Commute further!</p>
<p>Thanks,</p>
" data-bind="attr: {href: mailToLink.bind($element)()}" href="mailto:?subject=New%20commuting%20program%20at%20work&amp;body=Hi%2C%0AI%E2%80%99ve%20been%20researching%20ways%20to%20improve%20my%20commute%2C%20and%20I%20found%20a%20company%20that%20I%20think%20can%20help%20me%2C%20as%20well%20as%20many%20of%20my%20colleagues%20who%20are%20dealing%20with%20the%20same%20stresses.%C2%A0%0Ahttps%3A%2F%2Fwww.commutewithenterprise.com%2Fcontent%2Fdam%2Fcommute%2Fpdf%2FCommuter_Benefit_Impacts_Employers.pdf%0ASome%20key%20benefits%20I%20found%3A%0A%0ASaves%20commuters%20up%20to%20%246%2C000%20and%20200%20hours%20each%20year%0AFrees%20up%20parking%20spots%0AReduces%20emissions%0A%0AThe%20above%20link%20explains%20how%20the%20program%20works%20and%20benefits%20both%20employees%20and%20their%20companies.%0ALet%20me%20know%20if%20you%20have%20any%20questions%2C%20or%20if%20you%E2%80%99d%20like%20to%20talk%20about%20Commute%20further!%0AThanks%2C">Share the benefits with your HR Manager</a>
                <!-- <button type="button" title="Email" class="next btn primary-btn">Email your HR Manager</button> -->
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
    <div class="clearfix"></div>
    <div id="commute-status-error"></div>
  </div>
  <div class="form-navigation" data-bind="if: displayHelpers.showNavButtons()"></div>
</form>

<form autocomplete="off" role="form" class="lead-form">
  <input type="hidden" name="formtype" value="company">
  <input autocomplete="false" name="hidden" type="text" style="display:none;" value="autocompletefield">
  <div>
    <div class="step-1" data-bind="visible: currentStep() == 1" style="display: none;">
      <div class="count">2 of 3</div>
      <p class="heading">Tell us about your commute.</p>
      <div class="fields">
        <div class="row">
          <div class="col-sm-12">
            <label for="me-plus-four-input-home">Commute Start</label>
            <input type="text" id="me-plus-four-input-home" name="me-plus-four-input-home" data-parsley-address-autocomplete="" data-parsley-group="me-plus-four-1" required="" data-bind=" addressAutocomplete: homeAddress,
                                                street_number: homeStreetNumber,
                                                route: homeStreetName, 
                                                locality: homeCity, 
                                                subpremise: homeSuite, 
                                                administrative_area_level_1: homeState, 
                                                postal_code: homeZipcode,
                                                country: homeCountry,
                                                latlng: homeLatLng,
                                                event: {keyup: clearHomeAddress, blur: revalidateElement}" class="pac-target-input" placeholder="Geben Sie einen Standort ein." autocomplete="off">
          </div>
        </div>
        <div class="row">
          <div class="col-sm-12">
            <label for="me-plus-four-input-work">Commute End</label>
            <input type="text" id="me-plus-four-input-work" name="me-plus-four-input-work" data-parsley-address-autocomplete="" data-parsley-group="me-plus-four-1" required="" data-bind=" addressAutocomplete: workAddress,
                                                street_number: workStreetNumber,
                                                route: workStreetName, 
                                                locality: workCity, 
                                                subpremise: workSuite, 
                                                administrative_area_level_1: workState, 
                                                postal_code: workZipcode,
                                                country: workCountry,
                                                latlng: workLatLng,
                                                event: {keyup: clearWorkAddress, blur: revalidateElement}" class="pac-target-input" placeholder="Geben Sie einen Standort ein." autocomplete="off">
          </div>
        </div>
        <div class="row">
          <div class="col-sm-12">
            <label for="commuterGroupDays">Commute Schedule</label>
            <div class="workday"><input type="checkbox" name="commuterGroupDays" value="1" id="commuterGroupDayMo" checked="checked" class="commuterGroupCheck" data-bind="checked: commuteDays" data-parsley-required="true" data-parsley-trigger="click"
                data-parsley-errors-container="#checkbox-errors-group" data-parsley-group="me-plus-four-1"><label for="commuterGroupDayMo">Mon</label></div>
            <div class="workday"><input type="checkbox" name="commuterGroupDays" value="2" id="commuterGroupDayTu" checked="checked" class="commuterGroupCheck" data-bind="checked: commuteDays" data-parsley-required="true"
                data-parsley-errors-container="#checkbox-errors-group" data-parsley-group="me-plus-four-1"><label for="commuterGroupDayTu">Tue</label></div>
            <div class="workday"><input type="checkbox" name="commuterGroupDays" value="3" id="commuterGroupDayWe" checked="checked" class="commuterGroupCheck" data-bind="checked: commuteDays" data-parsley-required="true"
                data-parsley-errors-container="#checkbox-errors-group" data-parsley-group="me-plus-four-1"><label for="commuterGroupDayWe">Wed</label></div>
            <div class="workday"><input type="checkbox" name="commuterGroupDays" value="4" id="commuterGroupDayTh" checked="checked" class="commuterGroupCheck" data-bind="checked: commuteDays" data-parsley-required="true"
                data-parsley-errors-container="#checkbox-errors-group" data-parsley-group="me-plus-four-1"><label for="commuterGroupDayTh">Thu</label></div>
            <div class="workday"><input type="checkbox" name="commuterGroupDays" value="5" id="commuterGroupDayFr" checked="checked" class="commuterGroupCheck" data-bind="checked: commuteDays" data-parsley-required="true"
                data-parsley-errors-container="#checkbox-errors-group" data-parsley-group="me-plus-four-1"><label for="commuterGroupDayFr">Fri</label></div>
            <div class="workday"><input type="checkbox" name="commuterGroupDays" value="6" id="commuterGroupDaySa" checked="checked" class="commuterGroupCheck" data-bind="checked: commuteDays" data-parsley-required="true"
                data-parsley-errors-container="#checkbox-errors-group" data-parsley-group="me-plus-four-1"><label for="commuterGroupDaySa">Sat</label></div>
            <div class="workday"><input type="checkbox" name="commuterGroupDays" value="7" id="commuterGroupDaySu" checked="checked" class="commuterGroupCheck" data-bind="checked: commuteDays" data-parsley-required="true"
                data-parsley-errors-container="#checkbox-errors-group" data-parsley-group="me-plus-four-1"><label for="commuterGroupDaySu">Sun</label></div>
            <div id="checkbox-errors-group"></div>
          </div>
        </div>
      </div>
    </div>
    <div class="step-2" data-bind="visible: currentStep() == 2" style="display: none;">
      <div class="count">3 of 3</div>
      <p class="heading">Let's Ride Together</p>
      <p>We'll contact you in the next business day to set up your Commute. How do we reach you?</p>
      <div class="fields">
        <div class="row">
          <div class="col-xs-12 col-sm-6">
            <label for="mePlusFourFirstName">First Name</label>
            <input type="text" name="mePlusFourFirstName" required="" data-bind="value: firstName" data-parsley-group="me-plus-four-2">
          </div>
          <div class="col-xs-12 col-sm-6">
            <label for="mePlusFourLastName">Last Name</label>
            <input type="text" name="mePlusFourLastName" required="" data-bind="value: lastName" data-parsley-group="me-plus-four-2">
          </div>
          <div class="col-xs-12">
            <label for="mePlusFourEmail">Email</label>
            <input type="email" name="mePlusFourEmail" required="" data-bind="value: email" data-parsley-group="me-plus-four-2">
            <label for="mePlusFourPhone">Phone Number</label>
            <input type="text" name="mePlusFourPhone" data-parsley-type="digits" data-parsley-length="[10, 10]" required="" data-bind="value: phoneNumber" data-parsley-group="me-plus-four-2">
          </div>
        </div>
        <div class="row">
          <div class="col-xs-12">
            <div class="checkbox">
              <div class="form_row">
                <div class="form_rightcol">
                  <input type="checkbox" name="me-plus-four-special-offers" id="me-plus-four-special-offers" data-bind="checked: receiveNotificationsAndUpdates">
                  <label for="me-plus-four-special-offers"></label>
                </div>
                <div class="flexible">
                  <label for="me-plus-four-special-offers">I'd like to receive program announcements from Commute.</label>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
    <div class="clearfix"></div>
  </div>
  <div class="form-navigation">
    <button type="button" title="Back" class="previous btn secondary-btn prev-step" data-bind="click: back">Back</button>
    <button type="button" title="Next" class="next btn primary-btn next-step" data-bind="click: next, visible: displayHelpers.nextButtonVisible(), attr: {'disabled' : nextDisabled()}" style="display: none;">Next</button>
    <button type="button" title="Submit" class="btn submit-btn primary-btn" data-bind="visible: displayHelpers.isLastStep(), attr: {disabled: hasBeenClicked}, click: submit" style="display: none;">Submit</button>
  </div>
</form>

<form autocomplete="off" role="form" class="lead-form">
  <input type="hidden" name="formtype" value="company">
  <input autocomplete="false" name="hidden" type="text" style="display:none;" value="autocompletefield">
  <div>
    <div class="step-1" data-bind="visible: currentStep() == 1" style="display: none;">
      <div class="count">2 of 4</div>
      <p class="heading">Tell us about your company.</p>
      <div class="fields">
        <div class="row">
          <div class="col-sm-12">
            <label for="employerName">Employer Name</label>
            <input type="text" name="employerName" data-bind="value: employerName" required="" data-parsley-group="employer-1">
          </div>
        </div>
        <div class="row">
          <div class="col-sm-12">
            <label for="empnum">Number of Employees</label>
            <input type="number" name="empnum" data-bind="value: numEmployees" min="20" required="" data-parsley-type="integer" data-parsley-group="employer-1">
          </div>
        </div>
        <div class="row">
          <div class="col-sm-12">
            <label for="worksites">Number of Worksites/Locations</label>
            <input type="number" name="worksites" required="" data-bind="value: worksites" data-parsley-type="integer" min="1" data-parsley-group="employer-1">
          </div>
        </div>
      </div>
    </div>
    <div class="step-2" data-bind="visible: currentStep() == 2" style="display: none;">
      <div class="count">3 of 4</div>
      <p class="heading">Great news! Commute can make a positive impact for your business.</p>
      <p>Check out your company's estimated savings.</p>
      <div class="fields">
        <div class="lead-form-savings">
          <h2>Estimated Company Savings</h2>
          <div class="savings">
            <div class="box">
              <div class="icon">
                <img src="/etc.clientlibs/commute/clientlibs/clientlib-site/resources/icons/car-trio.png" class="hidden-xs" alt="Parking Spaces">
                <img src="/etc.clientlibs/commute/clientlibs/clientlib-site/resources/icons/van-white.png" class="visible-xs" alt="Parking Spaces">
              </div>
              <div class="data">
                <span data-bind="text: displayHelpers.freedParking()">167</span> Freed up parking spots
              </div>
            </div>
            <div class="box">
              <div class="icon">
                <img src="/etc.clientlibs/commute/clientlibs/clientlib-site/resources/icons/piggy-bank-white.png" alt="Savings">
              </div>
              <div class="data" data-calc="employee-savings">
                <span data-bind="text: displayHelpers.employeeSavings()">$1,925,331</span> in yearly employee savings
              </div>
            </div>
            <div class="box">
              <div class="icon">
                <img src="/etc.clientlibs/commute/clientlibs/clientlib-site/resources/icons/trees.png" alt="Carbon emissions reduction">
              </div>
              <div class="data">
                <span data-bind="text: displayHelpers.emissionsReduction()">2,983,125</span> lbs. of carbon emissions reduction annually
              </div>
            </div>
          </div>
          <div class="note">
            <p>Calculations according to 2018 Enterprise Reporting, Reuters, EPA and U.S. Department of Transportation. <!-- <a href="#">Show me the math.</a> --></p>
          </div>
        </div>
      </div>
    </div>
    <div class="step-3" data-bind="visible: currentStep() == 3" style="display: none;">
      <div class="count">4 of 4</div>
      <div class="results">
        <p class="heading">Let's Connect.</p>
        <p>Want to know more about the impact the Commuter Benefit can have? Just provide your contact info.</p>
        <div class="fields">
          <div class="row">
            <div class="col-sm-6">
              <label for="firstName">First Name</label>
              <input type="text" name="firstName" required="" data-parsley-group="employer-3" data-bind="value: firstName">
            </div>
            <div class="col-sm-6">
              <label for="lastName">Last Name</label>
              <input type="text" name="lastName" required="" data-parsley-group="employer-3" data-bind="value: lastName">
            </div>
            <div class="col-sm-12">
              <label for="jobTitle">Job Title</label>
              <input type="text" name="jobTitle" required="" data-parsley-group="employer-3" data-bind="value: jobTitle">
            </div>
          </div>
          <div class="row">
            <div class="col-sm-12">
              <label for="employer-pac-input-work">Work Address</label>
              <input type="text" id="employer-pac-input-work" data-parsley-address-autocomplete="" name="employer-pac-input-work" data-parsley-group="employer-3" required="" data-bind=" addressAutocomplete: workAddress,
                                                street_number: workStreetNumber,
                                                route: workStreetName, 
                                                locality: workCity,
                                                subpremise: workSuite, 
                                                administrative_area_level_1: workState,
                                                administrative_area_level_1_long: workStateLong,
                                                postal_code: workZipcode,
                                                country: workCountry,
                                                latlng: workLatLng,
                                                event: {keyup: clearWorkAddress, blur: revalidateElement}" class="pac-target-input" placeholder="Geben Sie einen Standort ein." autocomplete="off">
            </div>
          </div>
          <div class="row">
            <div class="col-sm-12">
              <label for="email">Email</label>
              <input type="email" name="email" required="" data-parsley-group="employer-3" data-bind="value: email">
            </div>
          </div>
          <div class="row">
            <div class="col-sm-12">
              <label for="phone">Phone Number</label>
              <input type="text" name="phone" data-parsley-type="digits" data-parsley-length="[10, 10]" required="" data-bind="value: phoneNumber" data-parsley-group="employer-3">
            </div>
          </div>
          <div class="row">
            <div class="col-sm-12">
              <div class="checkbox">
                <div class="form_row">
                  <div class="form_rightcol">
                    <input type="checkbox" name="employer-special-offers" id="employer-special-offers" data-bind="checked: receiveNotificationsAndUpdates">
                    <label for="employer-special-offers"></label>
                  </div>
                  <div class="flexible">
                    <label for="employer-special-offers"> I'd like to receive program announcements from Commute. </label>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
    <div class="clearfix"></div>
  </div>
  <div class="form-navigation">
    <button type="button" title="Back" class="previous btn secondary-btn prev-step" data-bind="click: back">Back</button>
    <button type="button" title="Next" class="next btn primary-btn next-step" data-bind="click: next, visible: displayHelpers.nextButtonVisible(), attr: {'disabled' : nextDisabled()}" style="display: none;">Next</button>
    <button type="button" title="Submit" class="btn submit-btn primary-btn" data-bind="visible: displayHelpers.isLastStep(), attr: {disabled: hasBeenClicked}, click: submit" style="display: none;">Submit</button>
  </div>
</form>

Text Content

Mobile Menu Mobile Utility
 * Locations
 * Contact / Support
 * FAQ
 * About Commute

 * Companies
 * Commuters
 * Login or Sign Up

Join Commute
 * Locations
 * Contact / Support
 * FAQ

 * About Commute

 1. Home

South Florida Vanpool


LET'S RIDE TOGETHER


TAKE CONTROL OF YOUR RIDE TO WORK.

Enterprise has partnered with South Florida Vanpool to bring you a better
commute.  Ride in a controlled and contained environment you share with people
you already know.

We'll connect you with coworkers living nearby and provide a comfortable
late-model
van or SUV for the ride. You'll share the cost of your Commute to save money and
get to work on time. It’s an easy way to start and end the day in a better
mindset with no more waiting around.


SAVE UP TO 80% ON YOUR COMMUTE



TRAVELERS TO/FROM BROWARD, WEST PALM BEACH, OR DADE COUNTIES:

Get up to $500 monthly subsidy from Miami-Dade

 

Travelers to/from Monroe Country:


Get a 50% monthly subsidy from the Florida Department of Transportation
(includes fuel)





COMMUTE WITH US TO ENJOY THESE BENEFITS:


 
 * I-95 & I-75 Express Lane toll exemption
 * Emergency Ride Home program: vanpool 3+ days/week and get 6 free taxi or
   LYFT/UBER vouchers per year for emergencies or unscheduled overtime
 * Comprehensive physical and liability insurance
 * 24/7 Roadside assistance and preventative maintenance



READY TO COMMUTE WITH ENTERPRISE?


Get Started

READY TO COMMUTE WITH ENTERPRISE?


Get Started
Close
Contact

Who wants to commute?

Join a Van Join an existing vanpool near you. Create a Vanpool I have 4 or more
people and want to form a vanpool. Partner with Us Create a vanpooling program
for your company.
2 of 4

Tell us about your commute.

Commute Start
Commute End
Commute Schedule
Mon
Tue
Wed
Thu
Fri
Sat
Sun

What time do you arrive at work?
My arrival time is flexible.
How flexible is your arrival time? 10 minutes20 minutes30 minutes40 minutes50
minutes60 minutes
What time do you depart to home?
My departure time is flexible.
How flexible is your departure time? 10 minutes20 minutes30 minutes40 minutes50
minutes60 minutes
3 of 4



Great news! We've found 0 matching Commutes.

Don’t see a good match? There may be other routes available. Simply complete the
form, and we’ll contact you.

Pick the route you like best.



We were unable to find matching Commutes.

Don't worry, new routes are being added every day! We'll contact you when a
match becomes available.

4 of 4


Let's Stay in Touch

We'll contact you when a match becomes available. How do we reach you?

First Name Last Name Email Phone Number Employer Name

Can't wait? Help us launch Commute at your worksite.

Share the benefits with your HR Manager



2 of 3

Tell us about your commute.

Commute Start
Commute End
Commute Schedule
Mon
Tue
Wed
Thu
Fri
Sat
Sun

3 of 3

Let's Ride Together

We'll contact you in the next business day to set up your Commute. How do we
reach you?

First Name
Last Name
Email Phone Number
I'd like to receive program announcements from Commute.

Back Next Submit
2 of 4

Tell us about your company.

Employer Name
Number of Employees
Number of Worksites/Locations
3 of 4

Great news! Commute can make a positive impact for your business.

Check out your company's estimated savings.


ESTIMATED COMPANY SAVINGS

167 Freed up parking spots
$1,925,331 in yearly employee savings
2,983,125 lbs. of carbon emissions reduction annually

Calculations according to 2018 Enterprise Reporting, Reuters, EPA and U.S.
Department of Transportation.

4 of 4

Let's Connect.

Want to know more about the impact the Commuter Benefit can have? Just provide
your contact info.

First Name
Last Name
Job Title
Work Address
Email
Phone Number
I'd like to receive program announcements from Commute.

Back Next Submit
Privacy Policy


--------------------------------------------------------------------------------

Other Enterprise Services

Enterprise Rent-a-Car Enterprise Car Sales Enterprise Truck Rental Enterprise
CarShare Van Sales

--------------------------------------------------------------------------------

Privacy & Legal

Privacy Policy Cookie Policy Terms of Use Customers with Disabilities Safety
Recall Information
Privacy Choices AdChoices
© 2024 Enterprise Holdings, Inc. All Rights Reserved. Commute with Enterprise is
a trademark of Enterprise Holdings, Inc. All other trademarks are the property
of their respective owners.
We and our vendors use cookies to improve your on-site experience, analyze site
performance, and provide a personalized experience & ads tailored to your
interest. Please click “ACCEPT” to tell us you are OK with this use or click
here to change your settings at any time.More Information
Cookies Settings Reject Accept



PRIVACY PREFERENCE CENTER

When you visit any website, it may store or retrieve information on your
browser, mostly in the form of cookies. This information might be about you,
your preferences or your device and is mostly used to make the site work as you
expect it to. The information does not usually directly identify you, but it can
give you a more personalized web experience. Because we respect your right to
privacy, you can choose not to allow some types of cookies. Click on the
different category headings to find out more and change our default settings.
However, blocking some types of cookies may impact your experience of the site
and the services we are able to offer.
Allow All


MANAGE CONSENT PREFERENCES

STRICTLY NECESSARY COOKIES

Always Active

These cookies are necessary for the website to function and cannot be switched
off in our systems. They are usually only set in response to actions made by you
which amount to a request for services, such as setting your privacy
preferences, logging in or filling in forms. You can set your browser to block
or alert you about these cookies, but some parts of the site will not then work.
These cookies do not store any personally identifiable information.

View Vendor Details‎

FUNCTIONAL COOKIES

Functional Cookies

These cookies measure site usage to improve on-site performance and customer
experience. If you do not allow these cookies, some or all services may not
function properly.

View Vendor Details‎

ADVERTISING COOKIES

Advertising Cookies

These cookies are used by advertising companies to serve ads that are relevant
to your interests. If you do not allow these cookies, you may be exposed to less
relevant advertisements.

View Vendor Details‎
Back Button


VENDORS LIST



Search Icon
Filter Icon

Clear
checkbox label label
Apply Cancel
Consent Leg.Interest
checkbox label label
checkbox label label
checkbox label label

Confirm My Choices