www.altg.com Open in urlscan Pro
52.32.184.165  Public Scan

Submitted URL: http://altg.com/
Effective URL: https://www.altg.com/
Submission: On April 05 via manual from CA — Scanned from CA

Form analysis 17 forms found in the DOM

GET /site-search

<form class="search-container" method="get" action="/site-search">
  <div class="input-group">
    <button class="search-icon" type="submit">
      <span>
        <span class="icon icon-new-search"></span>
        <span class="show-for-sr">Search</span>
      </span>
    </button>
    <input aria-label="Search" autocomplete="off" class="input-group-field search background-color-transparent" dir="auto" name="search" placeholder="WHAT ARE YOU LOOKING FOR?" spellcheck="false" type="text">
    <input hidden="" name="size" value="5">
    <button class="menu-button" data-toggle="header-top-bar" type="button" aria-controls="header-top-bar">
      <span>
        <span class="icon icon-cross" data-search-closes="mobile"></span>
        <span class="show-for-sr">Close</span>
      </span>
    </button>
  </div>
</form>

Name: ContactFormPOST /forms/contact

<form action="/forms/contact" class="submission-form" data-abide="ajax" data-submission-form="" id="contact" method="POST" name="ContactForm">
  <div class="row">
    <div class="medium-12 columns">
      <h4>Your Information</h4>
    </div>
    <div class="medium-6 columns">
      <label for="firstName-contact">First Name *</label>
      <input maxlength="100" name="person.firstName" required="required" type="text" id="firstName-contact">
    </div>
    <div class="medium-6 columns">
      <label for="lastName-contact">Last Name *</label>
      <input maxlength="100" name="person.lastName" required="required" type="text" id="lastName-contact">
    </div>
    <div class="medium-4 columns">
      <label for="email-contact">Email *</label>
      <input maxlength="100" name="person.emailAddress" required="required" type="email" id="email-contact">
    </div>
    <div class="medium-4 columns">
      <label for="company-contact">Company</label>
      <input maxlength="45" name="person.company" type="text" id="company-contact">
    </div>
    <div class="medium-4 columns">
      <label for="phone-contact">Phone Number</label>
      <input class="phoneMask" maxlength="45" name="person.phoneNumber" type="tel" id="phone-contact">
    </div>
    <div class="medium-12 columns">
      <h4>Address</h4>
    </div>
    <div class="medium-12 large-5 columns">
      <label for="street-contact">Street</label>
      <input maxlength="100" name="address.street" type="text" id="street-contact">
    </div>
    <div class="medium-5 large-3 columns">
      <label for="city-contact">City</label>
      <input maxlength="100" name="address.city" type="text" id="city-contact">
    </div>
    <div class="medium-4 large-2 columns">
      <label for="state-contact">State</label>
      <input maxlength="100" name="address.state" type="text" id="state-contact">
    </div>
    <div class="medium-3 large-2 columns">
      <label for="zipCode-contact">Zip Code *</label>
      <input maxlength="5" minlength="5" name="address.zipCode" required="required" type="text" id="zipCode-contact">
    </div>
  </div>
  <div class="row">
    <div class="medium-12 columns">
      <h4>Additional Information</h4>
    </div>
    <div class="medium-12 columns">
      <label for="message-contact">Comments</label>
      <textarea name="message" rows="5" id="message-contact"></textarea>
    </div>
    <div class="medium-12 columns v2-captcha-container">
      <div name="captcha_div"></div>
    </div>
    <div class="medium-12 columns">
      <button class="button new-blue expanded submit-button" data-cy-button="submit" type="submit">Submit</button>
      <input style="display:none;" type="submit">
      <div class="form-message alert-box callout info" data-closable="" style="display: none;">
        <p class="form-success callout-closable-message" style="display: none;">Thank you for your request. We'll be in touch shortly.</p>
        <p class="form-alert callout-closable-message" style="display: none;">An error occurred during form submission. Please try again. If the issue persists please contact us at 888-503-4602.</p>
        <a class="close-button" data-close="" href="#">×</a>
      </div>
    </div>
  </div>
</form>

Name: RequestQuoteFormPOST /forms/request-quote

<form action="/forms/request-quote" class="submission-form" data-abide="ajax" data-submission-form="" id="requestQuoteForm" method="POST" name="RequestQuoteForm">
  <div class="row">
    <div class="medium-12 columns">
      <h4>Your Information</h4>
    </div>
    <div class="medium-6 columns">
      <label for="firstName-quote">First Name *</label>
      <input maxlength="100" name="person.firstName" required="required" type="text" id="firstName-quote">
    </div>
    <div class="medium-6 columns">
      <label for="lastName-quote">Last Name *</label>
      <input maxlength="100" name="person.lastName" required="required" type="text" id="lastName-quote">
    </div>
    <div class="medium-4 columns">
      <label for="email-quote">Email *</label>
      <input maxlength="100" name="person.emailAddress" required="required" type="email" id="email-quote">
    </div>
    <div class="medium-4 columns">
      <label for="company-quote">Company</label>
      <input maxlength="45" name="person.company" type="text" id="company-quote">
    </div>
    <div class="medium-4 columns">
      <label for="phone-quote">Phone Number</label>
      <input class="phoneMask" maxlength="45" name="person.phoneNumber" type="tel" id="phone-quote">
    </div>
    <div class="medium-12 columns">
      <h4>Address</h4>
    </div>
    <div class="medium-12 large-5 columns">
      <label for="street-quote">Street</label>
      <input maxlength="100" name="address.street" type="text" id="street-quote">
    </div>
    <div class="medium-5 large-3 columns">
      <label for="city-quote">City</label>
      <input maxlength="100" name="address.city" type="text" id="city-quote">
    </div>
    <div class="medium-4 large-2 columns">
      <label for="state-quote">State</label>
      <input maxlength="100" name="address.state" type="text" id="state-quote">
    </div>
    <div class="medium-3 large-2 columns">
      <label for="zipCode-quote">Zip Code *</label>
      <input maxlength="5" minlength="5" name="address.zipCode" required="required" type="text" id="zipCode-quote">
    </div>
  </div>
  <div class="row">
    <div class="medium-12 columns">
      <h4>Additional Information</h4>
    </div>
    <div class="medium-12 columns">
      <label for="message-quote">Comments</label>
      <textarea name="message" rows="5" id="message-quote"></textarea>
    </div>
    <div class="medium-12 columns v2-captcha-container">
      <div name="captcha_div"></div>
    </div>
    <div class="medium-12 columns">
      <button class="button new-blue expanded submit-button" data-cy-button="submit" type="submit">Submit</button>
      <input style="display:none;" type="submit">
      <div class="form-message alert-box callout info" data-closable="" style="display: none;">
        <p class="form-success callout-closable-message" style="display: none;">Thank you for your request. We'll be in touch shortly.</p>
        <p class="form-alert callout-closable-message" style="display: none;">An error occurred during form submission. Please try again. If the issue persists please contact us at 888-503-4602.</p>
        <a class="close-button" data-close="" href="#">×</a>
      </div>
    </div>
  </div>
</form>

Name: RoboticsInquiryFormPOST /forms/robotics-inquiry

<form action="/forms/robotics-inquiry" class="submission-form" data-abide="ajax" data-submission-form="" id="roboticsInquiryForm" method="POST" name="RoboticsInquiryForm">
  <div class="row">
    <div class="medium-12 columns">
      <h4>Your Information</h4>
    </div>
    <div class="medium-4 columns">
      <label for="company-roboticsInquiryForm">Company *</label>
      <input maxlength="45" name="person.company" required="" type="text" id="company-roboticsInquiryForm">
    </div>
    <div class="medium-4 columns">
      <label for="firstName-roboticsInquiryForm">First Name *</label>
      <input maxlength="100" name="person.firstName" required="" type="text" id="firstName-roboticsInquiryForm">
    </div>
    <div class="medium-4 columns">
      <label for="lastName-roboticsInquiryForm">Last Name *</label>
      <input maxlength="100" name="person.lastName" required="" type="text" id="lastName-roboticsInquiryForm">
    </div>
    <div class="medium-4 columns">
      <label for="title-roboticsInquiryForm">Title *</label>
      <input maxlength="100" name="contactTitle" required="" type="text" id="title-roboticsInquiryForm">
    </div>
    <div class="medium-4 columns">
      <label for="phone-roboticsInquiryForm">Phone Number *</label>
      <input class="phoneMask" maxlength="45" name="person.phoneNumber" type="tel" id="phone-roboticsInquiryForm">
    </div>
    <div class="medium-4 columns">
      <label for="email-roboticsInquiryForm">Email *</label>
      <input maxlength="100" name="person.emailAddress" required="" type="email" id="email-roboticsInquiryForm">
    </div>
    <div class="medium-12 columns">
      <h4>Address</h4>
    </div>
    <div class="medium-12 large-5 columns">
      <label for="street-roboticsInquiryForm">Street *</label>
      <input maxlength="100" name="address.street" required="" type="text" id="street-roboticsInquiryForm">
    </div>
    <div class="medium-5 large-3 columns">
      <label for="city-roboticsInquiryForm">City *</label>
      <input maxlength="100" name="address.city" required="" type="text" id="city-roboticsInquiryForm">
    </div>
    <div class="medium-4 large-2 columns">
      <label for="state-roboticsInquiryForm">Select State * <select name="address.state" required="" id="state-roboticsInquiryForm">
          <option value="">--None--</option>
          <option value="AL">AL</option>
          <option value="AK">AK</option>
          <option value="AB">AB</option>
          <option value="AZ">AZ</option>
          <option value="AR">AR</option>
          <option value="BC">BC</option>
          <option value="CA">CA</option>
          <option value="CO">CO</option>
          <option value="CT">CT</option>
          <option value="DE">DE</option>
          <option value="DC">DC</option>
          <option value="FL">FL</option>
          <option value="GA">GA</option>
          <option value="HI">HI</option>
          <option value="ID">ID</option>
          <option value="IL">IL</option>
          <option value="IN">IN</option>
          <option value="IA">IA</option>
          <option value="KS">KS</option>
          <option value="KY">KY</option>
          <option value="LA">LA</option>
          <option value="ME">ME</option>
          <option value="MB">MB</option>
          <option value="MD">MD</option>
          <option value="MA">MA</option>
          <option value="MI">MI</option>
          <option value="MN">MN</option>
          <option value="MS">MS</option>
          <option value="MO">MO</option>
          <option value="MT">MT</option>
          <option value="NE">NE</option>
          <option value="NV">NV</option>
          <option value="NB">NB</option>
          <option value="NL">NL</option>
          <option value="NH">NH</option>
          <option value="NJ">NJ</option>
          <option value="NM">NM</option>
          <option value="NY">NY</option>
          <option value="NC">NC</option>
          <option value="ND">ND</option>
          <option value="NT">NT</option>
          <option value="NS">NS</option>
          <option value="NU">NU</option>
          <option value="OH">OH</option>
          <option value="OK">OK</option>
          <option value="ON">ON</option>
          <option value="OR">OR</option>
          <option value="PA">PA</option>
          <option value="PE">PE</option>
          <option value="QC">QC</option>
          <option value="RI">RI</option>
          <option value="SK">SK</option>
          <option value="SC">SC</option>
          <option value="SD">SD</option>
          <option value="TN">TN</option>
          <option value="TX">TX</option>
          <option value="UT">UT</option>
          <option value="VT">VT</option>
          <option value="VA">VA</option>
          <option value="WA">WA</option>
          <option value="WV">WV</option>
          <option value="WI">WI</option>
          <option value="WY">WY</option>
          <option value="YT">YT</option>
        </select>
      </label>
    </div>
    <div class="medium-3 large-2 columns">
      <label for="zipCode-roboticsInquiryForm">Zip Code *</label>
      <input maxlength="5" minlength="5" name="address.zipCode" required="" type="text" id="zipCode-roboticsInquiryForm">
    </div>
    <div class="medium-12 columns">
      <label for="roboticsApplicationDescription-roboticsInquiryForm"> Please give a brief description of the potential robotic application you are interested in. </label>
      <textarea name="roboticsApplicationDescription" rows="5" id="roboticsApplicationDescription-roboticsInquiryForm"></textarea>
    </div>
    <div class="medium-12 columns">
      <label for="roboticsApplications-roboticsInquiryForm">Does you application fit into one of the following categories? <select name="roboticsApplications" id="roboticsApplications-roboticsInquiryForm">
          <option value="">--None--</option>
          <option value="Cross-Docking Product">Cross-Docking Product</option>
          <option value="Inbound Docks to Stock">Inbound Docks to Stock</option>
          <option value="Stock to Outbound Docs">Stock to Outbound Docs</option>
          <option value="End of line to staging">End of line to staging</option>
          <option value="Supply Run (Milk-Run deliveries)">Supply Run (Milk-Run deliveries)</option>
          <option value="Trash/Recycling Run">Trash/Recycling Run</option>
          <option value="Empty Pallet Delivery/Removal">Empty Pallet Delivery/Removal</option>
          <option value="Ground Order Picking">Ground Order Picking</option>
          <option value="Loading Trailers">Loading Trailers</option>
          <option value="Other">Other</option>
        </select>
      </label>
    </div>
    <div class="medium-12 columns">
      <label class="margin-bottom-small" for="automateApplicationsroboticsInquiryForm">Do any of the following apply to the application you'd like to automate?</label>
      <div class="medium-6 columns">
        <input id="outdoors" name="automateApplications[]" type="checkbox" value="Any part of the application is outdoors"><label for="outdoors">Any part of the application is outdoors</label>
      </div>
      <div class="medium-6 columns">
        <input id="temperature" name="automateApplications[]" type="checkbox" value="Any part of the application is in a freezer (below 32F) or above 104F"><label for="temperature">Any part of the application is in a freezer (below 32°F) or above
          104°F</label>
      </div>
      <div class="medium-6 columns">
        <input id="water" name="automateApplications[]" type="checkbox" value="There is standing water along any part of the travel route"><label for="standing-water">There is standing water along any part of the travel route</label>
      </div>
      <div class="medium-6 columns">
        <input id="single-shift" name="automateApplications[]" type="checkbox" value="The application is running a single-shift operation"><label for="single-shift">The application is running a single-shift operation</label>
      </div>
      <div class="medium-6 columns">
        <input id="inclines" name="automateApplications[]" type="checkbox" value="I have inclines/ramps over 3% grade along the route to be automated"><label for="inclines">I have inclines/ramps over 3% grade along the route to be automated</label>
      </div>
      <div class="medium-6 columns">
        <input id="overhang" name="automateApplications[]" type="checkbox" value="I have product overhang off my pallets"><label for="overhang">I have product overhang off my pallets</label>
      </div>
      <div class="medium-12 columns">
        <input data-abide-validator="checkbox_limit" id="directly" name="automateApplications[]" type="checkbox" value="I want to directly load or unload shipping semi-trailers (not including staging on dock)"><label for="directly">I want to directly
          load or unload shipping semi-trailers (not including staging on dock)</label>
      </div>
      <div class="medium-6 columns">
        <input id="ceiling" name="automateApplications[]" type="checkbox" value="I have ceiling or doorways under 8 ft"><label for="ceilings">I have ceiling or doorways under 8 ft</label>
      </div>
      <div class="medium-6 columns">
        <input id="none" name="automateApplications[]" type="checkbox" value="None of the above"><label for="none">None of the above</label>
      </div>
    </div>
    <div class="medium-4 columns margin-top-medium">
      <label for="minimumWeightroboticsInquiryForm"> Minimum weight of any load/cart you would like to transport? </label>
      <input maxlength="45" name="minimumWeight" type="text" id="minimumWeight-roboticsInquiryForm">
    </div>
    <div class="medium-4 columns margin-top-medium">
      <label for="maximumWeightroboticsInquiryForm"> Maximum weight of any load/cart you would like to transport? </label>
      <input maxlength="45" name="maximumWeight" type="text" id="maximumWeight-roboticsInquiryForm">
    </div>
    <div class="medium-4 columns margin-top-medium">
      <label for="projectTimeline-roboticsInquiryForm">Select from the dropdown what best applies to your project timeline. <select name="projectTimeline" id="projectTimeline-roboticsInquiryForm">
          <option value="">--None--</option>
          <option value="General interst and education">General interst and education</option>
          <option value="Evaluating technology for future use">Evaluating technology for future use</option>
          <option value="Collecting rough pricing for budgetary goals">Collecting rough pricing for budgetary goals</option>
          <option value="Automation initiative slated for this year">Automation initiative slated for this year</option>
          <option value="Other">Other</option>
        </select>
      </label>
    </div>
    <div class="medium-4 columns">
      <label for="operatorHoursPerDayroboticsInquiryForm"> How many hours per day does your facility operate? </label>
      <input maxlength="45" name="operatorHoursPerDay" type="text" id="operatorHoursPerDay-roboticsInquiryForm">
    </div>
    <div class="medium-4 columns">
      <label for="operatorShiftsroboticsInquiryForm"> How many shifts do you run per day? </label>
      <input maxlength="45" name="operatorShifts" type="text" id="operatorShifts-roboticsInquiryForm">
    </div>
    <div class="medium-4 columns">
      <label for="operatorDaysroboticsInquiryForm"> How many days a week does your facility operate? </label>
      <input maxlength="45" name="operatorDays" type="text" id="operatorDays-roboticsInquiryForm">
    </div>
    <div class="medium-4 columns">
      <label for="operatorDedicatedroboticsInquiryForm"> How many operators are dedicated to completing the potential robotic task? </label>
      <input maxlength="45" name="operatorDedicated" type="text" id="operatorDedicated-roboticsInquiryForm">
    </div>
    <div class="medium-4 columns">
      <label for="operatorHoursPerWeekroboticsInquiryForm"> How many hours per week does each operator work on potential robotic tasks? </label>
      <input maxlength="45" name="operatorHoursPerWeek" type="text" id="operatorHoursPerWeek-roboticsInquiryForm">
    </div>
    <div class="medium-4 columns">
      <label for="operatorBurdenedRateroboticsInquiryForm"> What is the all-in hourly burdened rate for the operators completing the potential robotic tasks? </label>
      <input maxlength="45" name="operatorBurdenedRate" type="text" id="operatorBurdenedRate-roboticsInquiryForm">
    </div>
    <div class="medium-4 columns">
      <label for="operatorPercentroboticsInquiryForm"> Are the operators 100% dedicated to the potential robotic task, if no what percent of their time is spent dedicated to the task? </label>
      <input maxlength="45" name="operatorPercent" type="text" id="operatorPercent-roboticsInquiryForm">
    </div>
    <div class="medium-12 columns margin-top-medium padding-bottom-small">
      <div name="captcha_div"></div>
    </div>
    <div class="medium-12 columns">
      <button class="button primary expanded submit-button" data-cy-button="submit" type="submit">Submit</button>
      <input style="display:none;" type="submit">
      <div class="form-message alert-box callout info" data-closable="" style="display: none;">
        <p class="form-success callout-closable-message" style="display: none;">Thank you for your request. We'll be in touch shortly.</p>
        <p class="form-alert callout-closable-message" style="display: none;">An error occurred during form submission. Please try again. If the issue persists please contact us at 888-503-4602.</p>
        <a class="close-button" data-close="" href="#">×</a>
      </div>
    </div>
  </div>
</form>

Name: RequestRentalFormPOST /forms/request-rental

<form action="/forms/request-rental" class="submission-form" data-abide="ajax" data-submission-form="" id="rental" method="POST" name="RequestRentalForm">
  <div class="row">
    <div class="medium-12 columns">
      <h4>Your Information</h4>
    </div>
    <div class="medium-6 columns">
      <label for="firstName-rental">First Name *</label>
      <input maxlength="100" name="person.firstName" required="required" type="text" id="firstName-rental">
    </div>
    <div class="medium-6 columns">
      <label for="lastName-rental">Last Name *</label>
      <input maxlength="100" name="person.lastName" required="required" type="text" id="lastName-rental">
    </div>
    <div class="medium-4 columns">
      <label for="email-rental">Email *</label>
      <input maxlength="100" name="person.emailAddress" required="required" type="email" id="email-rental">
    </div>
    <div class="medium-4 columns">
      <label for="company-rental">Company</label>
      <input maxlength="45" name="person.company" type="text" id="company-rental">
    </div>
    <div class="medium-4 columns">
      <label for="phone-rental">Phone Number</label>
      <input class="phoneMask" maxlength="45" name="person.phoneNumber" type="tel" id="phone-rental">
    </div>
    <div class="medium-12 columns">
      <h4>Address</h4>
    </div>
    <div class="medium-12 large-5 columns">
      <label for="street-rental">Street</label>
      <input maxlength="100" name="address.street" type="text" id="street-rental">
    </div>
    <div class="medium-5 large-3 columns">
      <label for="city-rental">City</label>
      <input maxlength="100" name="address.city" type="text" id="city-rental">
    </div>
    <div class="medium-4 large-2 columns">
      <label for="state-rental">State</label>
      <input maxlength="100" name="address.state" type="text" id="state-rental">
    </div>
    <div class="medium-3 large-2 columns">
      <label for="zipCode-rental">Zip Code *</label>
      <input maxlength="5" minlength="5" name="address.zipCode" required="required" type="text" id="zipCode-rental">
    </div>
  </div>
  <div class="row">
    <div class="medium-12 columns">
      <aside>
        <div class="row">
          <div class="medium-12 columns">
            <h4>Rental Information</h4>
          </div>
          <div class="medium-4 large-5 columns end">
            <label for="date-rental">Date Needed</label>
            <input name="rental.date" type="date" id="date-rental" min="2023-04-05" max="2025-04-05">
          </div>
        </div>
      </aside>
    </div>
  </div>
  <div class="row">
    <div class="medium-12 columns">
      <h4>Additional Information</h4>
    </div>
    <div class="medium-12 columns">
      <label for="message-rental">Comments</label>
      <textarea name="message" rows="5" id="message-rental"></textarea>
    </div>
    <div class="medium-12 columns v2-captcha-container">
      <div name="captcha_div"></div>
    </div>
    <div class="medium-12 columns">
      <button class="button new-blue expanded submit-button" data-cy-button="submit" type="submit">Submit</button>
      <input style="display:none;" type="submit">
      <div class="form-message alert-box callout info" data-closable="" style="display: none;">
        <p class="form-success callout-closable-message" style="display: none;">Thank you for your request. We'll be in touch shortly.</p>
        <p class="form-alert callout-closable-message" style="display: none;">An error occurred during form submission. Please try again. If the issue persists please contact us at 888-503-4602.</p>
        <a class="close-button" data-close="" href="#">×</a>
      </div>
    </div>
  </div>
</form>

Name: RequestServiceFormPOST /forms/request-service

<form action="/forms/request-service" class="submission-form" data-abide="ajax" data-submission-form="" id="requestService" method="POST" name="RequestServiceForm">
  <div class="row">
    <div class="medium-12 columns">
      <h4>Your Information</h4>
    </div>
    <div class="medium-6 columns">
      <label for="firstName-service">First Name *</label>
      <input maxlength="100" name="person.firstName" required="required" type="text" id="firstName-service">
    </div>
    <div class="medium-6 columns">
      <label for="lastName-service">Last Name *</label>
      <input maxlength="100" name="person.lastName" required="required" type="text" id="lastName-service">
    </div>
    <div class="medium-4 columns">
      <label for="email-service">Email *</label>
      <input maxlength="100" name="person.emailAddress" required="required" type="email" id="email-service">
    </div>
    <div class="medium-4 columns">
      <label for="company-service">Company</label>
      <input maxlength="45" name="person.company" type="text" id="company-service">
    </div>
    <div class="medium-4 columns">
      <label for="phone-service">Phone Number</label>
      <input class="phoneMask" maxlength="45" name="person.phoneNumber" type="tel" id="phone-service">
    </div>
    <div class="medium-12 columns">
      <h4>Address</h4>
    </div>
    <div class="medium-12 large-5 columns">
      <label for="street-service">Street</label>
      <input maxlength="100" name="address.street" type="text" id="street-service">
    </div>
    <div class="medium-5 large-3 columns">
      <label for="city-service">City</label>
      <input maxlength="100" name="address.city" type="text" id="city-service">
    </div>
    <div class="medium-4 large-2 columns">
      <label for="state-service">State</label>
      <input maxlength="100" name="address.state" type="text" id="state-service">
    </div>
    <div class="medium-3 large-2 columns">
      <label for="zipCode-service">Zip Code *</label>
      <input maxlength="5" minlength="5" name="address.zipCode" required="required" type="text" id="zipCode-service">
    </div>
  </div>
  <div class="row">
    <div class="medium-12 columns">
      <aside>
        <div class="row">
          <div class="medium-12 columns">
            <h4>Service Information</h4>
          </div>
          <div class="medium-8 large-10 columns">
            <div class="row">
              <div class="medium-4 large-4 columns">
                <label for="make-service">Make</label>
                <input name="make" type="text" id="make-service">
              </div>
              <div class="medium-4 large-4 columns">
                <label for="model-service">Model Number</label>
                <input name="model" type="text" id="model-service">
              </div>
              <div class="medium-4 large-4 columns">
                <label for="serial-service">Serial Number</label>
                <input name="serialNumber" type="text" id="serial-service">
              </div>
            </div>
          </div>
          <div class="medium-4 large-2 columns">
            <label for="urgent-service">Urgency Status</label>
            <select name="urgencyStatus" required="" id="urgent-service">
              <option disabled="disabled" selected="selected">--</option>
              <option value="Urgent">Urgent</option>
              <option value="4-8 Hours">4-8 Hours</option>
              <option value="Tomorrow">Tomorrow</option>
              <option value="Next Time In Area">Next Time In Area</option>
            </select>
          </div>
        </div>
      </aside>
    </div>
  </div>
  <div class="row">
    <div class="medium-12 columns">
      <h4>Additional Information</h4>
    </div>
    <div class="medium-12 columns">
      <label for="message-service">Comments</label>
      <textarea name="message" rows="5" id="message-service"></textarea>
    </div>
    <div class="medium-12 columns v2-captcha-container">
      <div name="captcha_div"></div>
    </div>
    <div class="medium-12 columns">
      <button class="button new-blue expanded submit-button" data-cy-button="submit" type="submit">Submit</button>
      <input style="display:none;" type="submit">
      <div class="form-message alert-box callout info" data-closable="" style="display: none;">
        <p class="form-success callout-closable-message" style="display: none;">Thank you for your request. We'll be in touch shortly.</p>
        <p class="form-alert callout-closable-message" style="display: none;">An error occurred during form submission. Please try again. If the issue persists please contact us at 888-503-4602.</p>
        <a class="close-button" data-close="" href="#">×</a>
      </div>
    </div>
  </div>
</form>

Name: RequestTrainingFormPOST /forms/request-training

<form action="/forms/request-training" class="submission-form" data-abide="ajax" data-submission-form="" id="requestTraining" method="POST" name="RequestTrainingForm">
  <div class="row">
    <div class="medium-12 columns">
      <h4>Your Information</h4>
    </div>
    <div class="medium-6 columns">
      <label for="firstName-training">First Name *</label>
      <input maxlength="100" name="person.firstName" required="required" type="text" id="firstName-training">
    </div>
    <div class="medium-6 columns">
      <label for="lastName-training">Last Name *</label>
      <input maxlength="100" name="person.lastName" required="required" type="text" id="lastName-training">
    </div>
    <div class="medium-4 columns">
      <label for="email-training">Email *</label>
      <input maxlength="100" name="person.emailAddress" required="required" type="email" id="email-training">
    </div>
    <div class="medium-4 columns">
      <label for="company-training">Company</label>
      <input maxlength="45" name="person.company" type="text" id="company-training">
    </div>
    <div class="medium-4 columns">
      <label for="phone-training">Phone Number</label>
      <input class="phoneMask" maxlength="45" name="person.phoneNumber" type="tel" id="phone-training">
    </div>
    <div class="medium-12 columns">
      <h4>Address</h4>
    </div>
    <div class="medium-12 large-5 columns">
      <label for="street-training">Street</label>
      <input maxlength="100" name="address.street" type="text" id="street-training">
    </div>
    <div class="medium-5 large-3 columns">
      <label for="city-training">City</label>
      <input maxlength="100" name="address.city" type="text" id="city-training">
    </div>
    <div class="medium-4 large-2 columns">
      <label for="state-training">State</label>
      <input maxlength="100" name="address.state" type="text" id="state-training">
    </div>
    <div class="medium-3 large-2 columns">
      <label for="zipCode-training">Zip Code *</label>
      <input maxlength="5" minlength="5" name="address.zipCode" required="required" type="text" id="zipCode-training">
    </div>
  </div>
  <div class="row">
    <div class="medium-12 columns">
      <aside>
        <div class="row">
          <div class="medium-12 columns">
            <h4>Training Information</h4>
          </div>
          <div class="medium-4 columns">
            <label for="size-training">Size of Group</label>
            <input name="sizeOfGroup" type="tel" id="size-training">
          </div>
          <div class="medium-4 columns end">
            <label for="date-training">Date Needed</label>
            <input name="dateNeeded" type="date" id="date-training" min="2023-04-05" max="2025-04-05">
          </div>
        </div>
      </aside>
    </div>
  </div>
  <div class="row">
    <div class="medium-12 columns">
      <h4>Additional Information</h4>
    </div>
    <div class="medium-12 columns">
      <label for="message-training">Comments</label>
      <textarea name="message" rows="5" id="message-training"></textarea>
    </div>
    <div class="medium-12 columns v2-captcha-container">
      <div name="captcha_div"></div>
    </div>
    <div class="medium-12 columns">
      <button class="button new-blue expanded submit-button" data-cy-button="submit" type="submit">Submit</button>
      <input style="display:none;" type="submit">
      <div class="form-message alert-box callout info" data-closable="" style="display: none;">
        <p class="form-success callout-closable-message" style="display: none;">Thank you for your request. We'll be in touch shortly.</p>
        <p class="form-alert callout-closable-message" style="display: none;">An error occurred during form submission. Please try again. If the issue persists please contact us at 888-503-4602.</p>
        <a class="close-button" data-close="" href="#">×</a>
      </div>
    </div>
  </div>
</form>

Name: DemoRequestFormPOST /forms/demo-request

<form action="/forms/demo-request" class="submission-form" data-abide="ajax" data-submission-form="" id="demo-request" method="POST" name="DemoRequestForm">
  <div class="row">
    <div class="medium-12 columns">
      <h4>Your Information</h4>
    </div>
    <div class="medium-6 columns">
      <label for="firstName-demoRequest">First Name *</label>
      <input maxlength="100" name="person.firstName" required="" type="text" id="firstName-demoRequest">
    </div>
    <div class="medium-6 columns">
      <label for="lastName-demoRequest">Last Name *</label>
      <input maxlength="100" name="person.lastName" required="" type="text" id="lastName-demoRequest">
    </div>
    <div class="medium-6 columns">
      <label for="email-demoRequest">Email *</label>
      <input maxlength="100" name="person.emailAddress" required="" type="email" id="email-demoRequest">
    </div>
    <div class="medium-6 columns">
      <label for="phone-demoRequest">Phone Number</label>
      <input class="phoneMask" maxlength="45" name="person.phoneNumber" type="tel" id="phone-demoRequest">
    </div>
  </div>
  <div class="row">
    <div class="medium-12 columns">
      <h4>Additional Information</h4>
    </div>
    <div class="medium-12 columns">
      <label for="message-demoRequest">Comments</label>
      <textarea name="message" rows="5" id="message-demoRequest"></textarea>
    </div>
    <div class="medium-12 columns v2-captcha-container">
      <div name="captcha_div"></div>
    </div>
    <div class="medium-12 columns">
      <button class="button new-blue expanded submit-button" data-cy-button="submit" type="submit">Submit</button>
      <input style="display:none;" type="submit">
      <div class="form-message alert-box callout info" data-closable="" style="display: none;">
        <p class="form-success callout-closable-message" style="display: none;">Thank you for your request. We'll be in touch shortly.</p>
        <p class="form-alert callout-closable-message" style="display: none;">An error occurred during form submission. Please try again. If the issue persists please contact us at 888-503-4602.</p>
        <a class="close-button" data-close="" href="#">×</a>
      </div>
    </div>
  </div>
</form>

Name: RegistrationFormPOST /forms/registration-request

<form action="/forms/registration-request" class="submission-form" data-abide="ajax" data-submission-form="" id="registration-request" method="POST" name="RegistrationForm">
  <div class="row">
    <div class="medium-12 columns">
      <h4>Your Information</h4>
    </div>
    <div class="medium-6 columns">
      <label for="firstName-registrationRequest">First Name *</label>
      <input maxlength="100" name="person.firstName" required="" type="text" id="firstName-registrationRequest">
    </div>
    <div class="medium-6 columns">
      <label for="lastName-registrationRequest">Last Name *</label>
      <input maxlength="100" name="person.lastName" required="" type="text" id="lastName-registrationRequest">
    </div>
    <div class="medium-6 columns">
      <label for="email-registrationRequest">Email *</label>
      <input maxlength="100" name="person.emailAddress" required="" type="email" id="email-registrationRequest">
    </div>
    <div class="medium-6 columns">
      <label for="phone-registrationRequest">Phone Number</label>
      <input class="phoneMask" maxlength="45" name="person.phoneNumber" type="tel" id="phone-registrationRequest">
    </div>
    <div class="medium-6 columns">
      <label for="company-registrationRequest">Company</label>
      <input maxlength="45" name="person.company" required="" type="text" id="company-registrationRequest">
    </div>
    <div class="medium-6 columns">
      <label for="jobTitle-registrationRequest">Job Title</label>
      <input class="phoneMask" maxlength="45" name="jobTitle" type="text" id="jobTitle-registrationRequest">
    </div>
  </div>
  <div class="row">
    <div class="medium-12 columns">
      <h4>Additional Information</h4>
    </div>
    <div class="medium-12 columns">
      <label for="message-registrationRequest">Comments</label>
      <textarea name="message" rows="5" id="message-registrationRequest"></textarea>
    </div>
    <div class="medium-12 columns v2-captcha-container">
      <div name="captcha_div"></div>
    </div>
    <div class="medium-12 columns">
      <button class="button new-blue expanded submit-button" data-cy-button="submit" type="submit">Submit</button>
      <input style="display:none;" type="submit">
      <div class="form-message alert-box callout info" data-closable="" style="display: none;">
        <p class="form-success callout-closable-message" style="display: none;">Thank you for your request. We'll be in touch shortly.</p>
        <p class="form-alert callout-closable-message" style="display: none;">An error occurred during form submission. Please try again. If the issue persists please contact us at 888-503-4602.</p>
        <a class="close-button" data-close="" href="#">×</a>
      </div>
    </div>
  </div>
</form>

Name: PromoFormPOST /forms/promo

<form action="/forms/promo" class="submission-form" data-abide="ajax" data-submission-form="" id="promo" method="POST" name="PromoForm">
  <div class="row">
    <div class="medium-12 columns">
      <h4>Your Information</h4>
    </div>
    <div class="medium-6 columns">
      <label for="firstName-promo">First Name *</label>
      <input maxlength="100" name="person.firstName" required="required" type="text" id="firstName-promo">
    </div>
    <div class="medium-6 columns">
      <label for="lastName-promo">Last Name *</label>
      <input maxlength="100" name="person.lastName" required="required" type="text" id="lastName-promo">
    </div>
    <div class="medium-4 columns">
      <label for="email-promo">Email *</label>
      <input maxlength="100" name="person.emailAddress" required="required" type="email" id="email-promo">
    </div>
    <div class="medium-4 columns">
      <label for="company-promo">Company</label>
      <input maxlength="45" name="person.company" type="text" id="company-promo">
    </div>
    <div class="medium-4 columns">
      <label for="phone-promo">Phone Number</label>
      <input class="phoneMask" maxlength="45" name="person.phoneNumber" type="tel" id="phone-promo">
    </div>
    <div class="medium-12 columns">
      <h4>Address</h4>
    </div>
    <div class="medium-12 large-5 columns">
      <label for="street-promo">Street</label>
      <input maxlength="100" name="address.street" type="text" id="street-promo">
    </div>
    <div class="medium-5 large-3 columns">
      <label for="city-promo">City</label>
      <input maxlength="100" name="address.city" type="text" id="city-promo">
    </div>
    <div class="medium-4 large-2 columns">
      <label for="state-promo">State</label>
      <input maxlength="100" name="address.state" type="text" id="state-promo">
    </div>
    <div class="medium-3 large-2 columns">
      <label for="zipCode-promo">Zip Code *</label>
      <input maxlength="5" minlength="5" name="address.zipCode" required="required" type="text" id="zipCode-promo">
    </div>
  </div>
  <div class="row">
    <div class="medium-12 columns">
      <h4>Additional Information</h4>
    </div>
    <div class="medium-12 columns">
      <label for="message-promo">Comments</label>
      <textarea name="message" rows="5" id="message-promo"></textarea>
    </div>
    <div class="medium-12 columns v2-captcha-container">
      <div name="captcha_div"></div>
    </div>
    <div class="medium-12 columns">
      <button class="button new-blue expanded submit-button" data-cy-button="submit" type="submit">Submit</button>
      <input style="display:none;" type="submit">
      <div class="form-message alert-box callout info" data-closable="" style="display: none;">
        <p class="form-success callout-closable-message" style="display: none;">Thank you for your request. We'll be in touch shortly.</p>
        <p class="form-alert callout-closable-message" style="display: none;">An error occurred during form submission. Please try again. If the issue persists please contact us at 888-503-4602.</p>
        <a class="close-button" data-close="" href="#">×</a>
      </div>
    </div>
  </div>
  <input id="promoCode" name="promoCode" type="hidden" value="">
  <input id="promoDescription" name="promoDescription" type="hidden" value="">
  <input id="promoSourceCampaign" name="promoSourceCampaign" type="hidden" value="">
  <input id="promoCategory" name="promoCategory" type="hidden" value="">
</form>

Name: EmergingTechnologiesFormPOST /forms/emerging-technologies

<form action="/forms/emerging-technologies" class="submission-form" data-abide="ajax" data-submission-form="" id="emergingTechnologiesForm" method="POST" name="EmergingTechnologiesForm">
  <div class="row">
    <div class="medium-12 columns">
      <h4>Your Information</h4>
    </div>
    <div class="medium-6 columns">
      <label for="firstName-emergingTechnologiesForm">First Name *</label>
      <input maxlength="100" name="person.firstName" required="required" type="text" id="firstName-emergingTechnologiesForm">
    </div>
    <div class="medium-6 columns">
      <label for="lastName-emergingTechnologiesForm">Last Name *</label>
      <input maxlength="100" name="person.lastName" required="required" type="text" id="lastName-emergingTechnologiesForm">
    </div>
    <div class="medium-4 columns">
      <label for="email-emergingTechnologiesForm">Email *</label>
      <input maxlength="100" name="person.emailAddress" required="required" type="email" id="email-emergingTechnologiesForm">
    </div>
    <div class="medium-4 columns">
      <label for="company-emergingTechnologiesForm">Company</label>
      <input maxlength="45" name="person.company" type="text" id="company-emergingTechnologiesForm">
    </div>
    <div class="medium-4 columns">
      <label for="phone-emergingTechnologiesForm">Phone Number</label>
      <input class="phoneMask" maxlength="45" name="person.phoneNumber" type="tel" id="phone-emergingTechnologiesForm">
    </div>
    <div class="medium-12 columns">
      <h4>Address</h4>
    </div>
    <div class="medium-12 large-5 columns">
      <label for="street-emergingTechnologiesForm">Street</label>
      <input maxlength="100" name="address.street" type="text" id="street-emergingTechnologiesForm">
    </div>
    <div class="medium-5 large-3 columns">
      <label for="city-emergingTechnologiesForm">City</label>
      <input maxlength="100" name="address.city" type="text" id="city-emergingTechnologiesForm">
    </div>
    <div class="medium-4 large-2 columns">
      <label for="state-emergingTechnologiesForm">State</label>
      <input maxlength="100" name="address.state" type="text" id="state-emergingTechnologiesForm">
    </div>
    <div class="medium-3 large-2 columns">
      <label for="zipCode-emergingTechnologiesForm">Zip Code *</label>
      <input maxlength="5" minlength="5" name="address.zipCode" required="required" type="text" id="zipCode-emergingTechnologiesForm">
    </div>
  </div>
  <div class="row">
    <div class="medium-12 columns">
      <h4>What would you like to learn more about?</h4>
    </div>
    <div class="medium-12 columns">
      <input id="robotics" name="learnMore[]" type="checkbox" value="Robotics"><label for="robotics">Robotics</label>
      <input id="lithium" name="learnMore[]" type="checkbox" value="Lithium Ion"><label for="lithium">Lithium Ion</label>
      <input id="hydrogen" name="learnMore[]" type="checkbox" value="Hydrogen"><label for="hydrogen">Hydrogen</label>
    </div>
  </div>
  <div class="row">
    <div class="medium-12 columns">
      <h4>Additional Information</h4>
    </div>
    <div class="medium-12 columns">
      <label for="message-emergingTechnologiesForm">Comments</label>
      <textarea name="message" rows="5" id="message-emergingTechnologiesForm"></textarea>
    </div>
    <div class="medium-12 columns v2-captcha-container">
      <div name="captcha_div"></div>
    </div>
    <div class="medium-12 columns">
      <button class="button new-blue expanded submit-button" data-cy-button="submit" type="submit">Submit</button>
      <input style="display:none;" type="submit">
      <div class="form-message alert-box callout info" data-closable="" style="display: none;">
        <p class="form-success callout-closable-message" style="display: none;">Thank you for your request. We'll be in touch shortly.</p>
        <p class="form-alert callout-closable-message" style="display: none;">An error occurred during form submission. Please try again. If the issue persists please contact us at 888-503-4602.</p>
        <a class="close-button" data-close="" href="#">×</a>
      </div>
    </div>
  </div>
</form>

Name: GiveawayFormPOST /forms/giveaway

<form action="/forms/giveaway" class="submission-form" data-abide="ajax" data-submission-form="" id="giveaway" method="POST" name="GiveawayForm">
  <div class="row">
    <div class="medium-6 columns">
      <label for="contactFirstName">First Name *</label>
      <input id="contactFirstName" maxlength="100" name="person.firstName" required="" type="text">
    </div>
    <div class="medium-6 columns">
      <label for="contactLastName">Last Name *</label>
      <input id="contactLastName" maxlength="100" name="person.lastName" required="" type="text">
    </div>
    <div class="medium-6 columns">
      <label for="contactCompany">Company</label>
      <input id="contactCompany" maxlength="45" name="person.company" type="text">
    </div>
    <div class="medium-6 columns">
      <label for="contactPhone">Phone Number *</label>
      <input class="phoneMask" id="contactPhone" maxlength="45" name="person.phoneNumber" required="" type="tel">
    </div>
    <div class="medium-6 columns">
      <label for="contactEmail">Email *</label>
      <input id="contactEmail" maxlength="100" name="person.emailAddress" required="" type="email">
    </div>
    <div class="medium-12 columns">
      <label for="contactStreet">Address *</label>
      <input id="contactStreet" maxlength="100" name="address.street" required="" type="text">
    </div>
    <div class="medium-5 columns">
      <label for="contactCity">City *</label>
      <input id="contactCity" maxlength="100" name="address.city" required="" type="text">
    </div>
    <div class="medium-4 columns">
      <label for="contactState">State *</label>
      <input id="contactState" maxlength="100" name="address.state" required="" type="text">
    </div>
    <div class="medium-3 columns">
      <label for="contactZipCode">Zip Code *</label>
      <input id="contactZipCode" maxlength="5" minlength="5" name="address.zipCode" required="" type="text">
    </div>
    <div class="medium-12 columns">
      <label>Have you used any of the following equipment or services, or considering them in the next 12 months: <sup>*</sup></label>
      <input name="equipmentAndServices[]" type="checkbox" value="Not Applicable" id="notApplicableUsed1">
      <label class="margin-top-tiny" for="notApplicableUsed1">Not Applicable</label>
      <br>
      <input name="equipmentAndServices[]" type="checkbox" value="Compact Equipment" id="compactEquipment1">
      <label class="margin-top-tiny" for="compactEquipment1">Compact Equipment</label>
      <br>
      <input name="equipmentAndServices[]" type="checkbox" value="Equipment Rental" id="equipmentRental1">
      <label for="equipmentRental1">Equipment Rental</label>
      <br>
      <input name="equipmentAndServices[]" type="checkbox" value="Equipment Service" id="equipmentService1">
      <label for="equipmentService1">Equipment Service</label>
      <br>
      <input name="equipmentAndServices[]" type="checkbox" value="Aerial Lifts" id="aerialLifts1">
      <label for="aerialLifts1">Aerial Lifts</label>
      <br>
      <input name="equipmentAndServices[]" type="checkbox" value="Earth Moving" id="earthMoving1">
      <label for="earthMoving1">Earth Moving</label>
      <br>
      <input name="equipmentAndServices[]" type="checkbox" value="Power Systems">
      <label for="earthMoving1">Power Systems</label>
      <br>
      <input name="equipmentAndServices[]" type="checkbox" value="Paving" id="paving1">
      <label for="paving1">Paving</label>
      <br>
      <input name="equipmentAndServices[]" type="checkbox" value="Cranes" id="cranes1">
      <label for="cranes1">Cranes</label>
      <br>
      <input name="equipmentAndServices[]" type="checkbox" value="Agriculture" id="agriculture1">
      <label for="agriculture1">Agriculture</label>
    </div>
    <div class="medium-12 columns">
      <label>Have you purchased any of the following gear, or considering them in the next 12 months: <sup>*</sup></label>
      <input name="purchasedGear[]" type="checkbox" value="Not Applicable" id="notApplicablePurchased1">
      <label class="margin-top-tiny" for="notApplicablePurchased1">Not Applicable</label>
      <br>
      <input name="purchasedGear[]" type="checkbox" value="Archery Equipment" id="archeryEquipment1">
      <label class="margin-top-tiny" for="archeryEquipment1">Archery Equipment</label>
      <br>
      <input name="purchasedGear[]" type="checkbox" value="Firearms" id="firearms1">
      <label for="firearms1">Firearms</label>
      <br>
      <input name="purchasedGear[]" type="checkbox" value="Fishing Equipment" id="fishingEquipment1">
      <label for="fishingEquipment1">Fishing Equipment</label>
      <br>
      <input name="purchasedGear[]" type="checkbox" value="Optics" id="optics1">
      <label for="optics1">Optics</label>
      <br>
      <input name="purchasedGear[]" type="checkbox" value="Hunting / Outdoor Footwear" id="huntingOutdoorFootwear1">
      <label for="huntingOutdoorFootwear1">Hunting / Outdoor Footwear</label>
      <br>
      <input name="purchasedGear[]" type="checkbox" value="Camping Equipment" id="campingEquipment1">
      <label for="campingEquipment1">Camping Equipment</label>
      <br>
      <input name="purchasedGear[]" type="checkbox" value="GPS / Navigation" id="gpsNavigation1">
      <label for="gpsNavigation1">GPS / Navigation</label>
      <br>
      <input name="purchasedGear[]" type="checkbox" value="Canoes / Kayaks" id="canoesKayaks1">
      <label for="canoesKayaks1">Canoes / Kayaks</label>
    </div>
  </div>
  <div class="row">
    <div class="medium-12 columns padding-bottom-small">
      <div name="captcha_div"></div>
    </div>
    <div class="medium-12 columns">
      <button class="button new-blue expanded submit-button" data-cy-button="submit" type="submit">Submit</button>
      <input style="display:none;" type="submit">
      <div class="form-message alert-box callout info" data-closable="" style="display: none;">
        <p class="form-success callout-closable-message" style="display: none;">Thank you for your request. We'll be in touch shortly.</p>
        <p class="form-alert callout-closable-message" style="display: none;">An error occurred during form submission. Please try again. If the issue persists please contact us at 888-503-4602.</p>
        <a class="close-button" data-close="" href="#">×</a>
      </div>
    </div>
  </div>
</form>

Name: JobApplicationFormPOST /forms/job-application

<form action="/forms/job-application" class="submission-form" data-abide="ajax" data-submission-form="" id="job-appplication" method="POST" name="JobApplicationForm">
  <div class="row">
    <div class="medium-6 columns">
      <label for="contactFirstName">First Name *</label>
      <input id="contactFirstName" maxlength="100" name="person.firstName" required="" type="text">
    </div>
    <div class="medium-6 columns">
      <label for="contactLastName">Last Name *</label>
      <input id="contactLastName" maxlength="100" name="person.lastName" required="" type="text">
    </div>
    <div class="medium-4 columns">
      <label for="contactPhone">Phone Number *</label>
      <input class="phoneMask" id="contactPhone" maxlength="45" name="person.phoneNumber" required="" type="tel">
    </div>
    <div class="medium-5 columns">
      <label for="contactEmail">Email *</label>
      <input id="contactEmail" maxlength="100" name="person.emailAddress" required="" type="email">
    </div>
    <div class="medium-3 columns">
      <label for="contactZipCode">Zip Code *</label>
      <input id="contactZipCode" maxlength="5" minlength="5" name="address.zipCode" required="" type="text">
    </div>
    <div class="columns medium-12">
      <label for="quoteMessage">Comments</label>
      <textarea cols="5" id="quoteMessage" name="message"></textarea>
    </div>
    <div class="columns medium-12 text-center">
      <label for="resume">Upload Your Resume</label>
      <div class="margin-bottom-small"><small><em>Accepted File Types: .pdf, .txt, .doc, .docx</em></small></div>
      <input id="resumeFile" name="resumeFile" type="hidden">
      <label class="button white margin-right-none" id="resume"><i class="icon-file-text1"></i> Choose File</label><br>
    </div>
  </div>
  <div class="row">
    <div class="medium-12 columns v2-captcha-container">
      <div name="captcha_div"></div>
    </div>
    <div class="medium-12 columns">
      <button class="button new-blue expanded submit-button" data-cy-button="submit" type="submit">Submit</button>
      <input style="display:none;" type="submit">
      <div class="form-message alert-box callout info" data-closable="" style="display: none;">
        <p class="form-success callout-closable-message" style="display: none;">Thank you for your request. We'll be in touch shortly.</p>
        <p class="form-alert callout-closable-message" style="display: none;">An error occurred during form submission. Please try again. If the issue persists please contact us at 888-503-4602.</p>
        <a class="close-button" data-close="" href="#">×</a>
      </div>
    </div>
  </div>
</form>

Name: flexFormPOST /forms/flex-form

<form action="/forms/flex-form" class="submission-form" data-abide="ajax" data-submission-form="" id="flexForm" method="POST" name="flexForm">
  <div class="row">
    <div class="columns medium-6">
      <label for="flexFirstName">First Name *</label>
      <input id="flexFirstName" maxlength="100" name="person.firstName" required="required" type="text">
    </div>
    <div class="columns medium-6">
      <label for="flexLastName">Last Name *</label>
      <input id="flexLastName" maxlength="100" name="person.lastName" required="required" type="text">
    </div>
    <div class="columns medium-6">
      <label for="flexCompany">Company</label>
      <input id="flexCompany" maxlength="45" name="person.company" type="text">
    </div>
    <div class="columns medium-6">
      <label for="flexPhone">Phone Number</label>
      <input class="phoneMask" id="flexPhone" maxlength="45" name="person.phoneNumber" type="text">
    </div>
    <div class="columns medium-12">
      <label for="flexEmail">Email *</label>
      <input id="flexEmail" maxlength="100" name="person.emailAddress" required="required" type="text">
    </div>
    <div class="columns medium-12">
      <label for="flexStreet">Address</label>
      <input id="flexStreet" maxlength="100" name="address.street" type="text">
    </div>
    <div class="columns medium-5">
      <label for="flexCity">City</label>
      <input id="flexCity" maxlength="100" name="address.city" type="text">
    </div>
    <div class="columns medium-4">
      <label for="flexState">State</label>
      <input id="flexState" maxlength="100" name="address.state" type="text">
    </div>
    <div class="columns medium-3">
      <label for="flexZipCode">Zip Code *</label>
      <input id="flexZipCode" maxlength="45" minlength="5" name="address.zipCode" required="required" type="text">
    </div>
    <div class="columns medium-12">
      <label for="flexMessage">Comments</label>
      <textarea cols="5" id="flexMessage" name="message"></textarea>
    </div>
    <input id="pageUrl" name="pageUrl" type="hidden" value="https://www.altg.com/">
  </div>
  <div class="row">
    <div class="medium-12 columns padding-bottom-small">
      <div class="padding-bottom-small" name="captcha_div"></div>
    </div>
    <div class="medium-12 columns">
      <button class="button new-blue expanded submit-button" data-cy-button="submit" type="submit">Submit</button>
      <input style="display:none;" type="submit">
      <div class="form-message alert-box callout info" data-closable="" style="display: none;">
        <p class="form-success callout-closable-message" style="display: none;">Thank you for your request. We'll be in touch shortly.</p>
        <p class="form-alert callout-closable-message" style="display: none;">An error occurred during form submission. Please try again. If the issue persists please contact us at 888-503-4602.</p>
        <a class="close-button" data-close="" href="#">×</a>
      </div>
    </div>
  </div>
</form>

Name: ContactFormPOST /forms/contact

<form action="/forms/contact" class="customForm" data-abide="ajax" id="generalContactForm" method="post" name="ContactForm">
  <div class="row">
    <div class="medium-12 columns">
      <h2 class="h3 title border-bottom-red margin-bottom-tiny"><span class="condensed-light">Contact</span> Alta</h2>
    </div>
    <div class="medium-6 columns">
      <label for="contactFirstName">First Name *</label>
      <input id="contactFirstName" maxlength="100" name="person.firstName" required="required" type="text">
    </div>
    <div class="medium-6 columns">
      <label for="contactLastName">Last Name *</label>
      <input id="contactLastName" maxlength="100" name="person.lastName" required="required" type="text">
    </div>
    <div class="medium-6 columns">
      <label for="contactCompany">Company</label>
      <input id="contactCompany" maxlength="45" name="person.company" type="text">
    </div>
    <div class="medium-6 columns">
      <label for="contactPhone">Phone Number</label>
      <input class="phoneMask" id="contactPhone" maxlength="45" name="person.phoneNumber" type="tel">
    </div>
    <div class="medium-6 columns">
      <label for="contactEmail">Email *</label>
      <input id="contactEmail" maxlength="100" name="person.emailAddress" required="required" type="email">
    </div>
    <div class="medium-12 columns">
      <label for="contactStreet">Address</label>
      <input id="contactStreet" maxlength="100" name="address.street" type="text">
    </div>
    <div class="medium-5 columns">
      <label for="contactCity">City</label>
      <input id="contactCity" maxlength="100" name="address.city" type="text">
    </div>
    <div class="medium-4 columns">
      <label for="contactState">State</label>
      <input id="contactState" maxlength="100" name="address.state" type="text">
    </div>
    <div class="medium-3 columns">
      <label for="contactZipCode">Zip Code *</label>
      <input id="contactZipCode" maxlength="5" minlength="5" name="address.zipCode" required="required" type="text">
    </div>
    <div class="medium-12 columns">
      <label for="contactMessage">Comments</label>
      <textarea cols="5" id="contactMessage" name="message"></textarea>
    </div>
    <div class="medium-12 columns">
      <button class="button primary expanded" type="submit">Submit</button>
      <div class="form-message alert-box callout info" data-closable="" style="display: none;">
        <p class="form-success callout-closable-message" style="display: none;">Thank you for your request. We'll be in touch shortly.</p>
        <p class="form-alert callout-closable-message" style="display: none;">An error occurred during form submission. Please try again. If the issue persists please contact us at 888-503-4602.</p>
        <a class="close-button" data-close="" href="#">×</a>
      </div>
    </div>
  </div>
</form>

Name: RequestQuoteFormPOST /forms/request-quote

<form action="/forms/request-quote" data-abide="ajax" id="requestQuoteForm" method="post" name="RequestQuoteForm">
  <div class="row">
    <div class="columns medium-12">
      <h3 class="title">Request A Quote</h3>
    </div>
    <div class="columns medium-6">
      <label for="quoteFirstName">First Name *</label>
      <input id="quoteFirstName" maxlength="100" name="person.firstName" required="required" type="text">
    </div>
    <div class="columns medium-6">
      <label for="quoteLastName">Last Name *</label>
      <input id="quoteLastName" maxlength="100" name="person.lastName" required="required" type="text">
    </div>
    <div class="columns medium-6">
      <label for="quoteCompany">Company</label>
      <input id="quoteCompany" maxlength="45" name="person.company" type="text">
    </div>
    <div class="columns medium-6">
      <label for="quotePhone">Phone Number</label>
      <input class="phoneMask" id="quotePhone" maxlength="45" name="person.phoneNumber" type="text">
    </div>
    <div class="columns medium-6">
      <label for="quoteEmail">Email *</label>
      <input id="quoteEmail" maxlength="100" name="person.emailAddress" required="required" type="text">
    </div>
    <div class="columns medium-12">
      <label for="quoteStreet">Address</label>
      <input id="quoteStreet" maxlength="100" name="address.street" type="text">
    </div>
    <div class="columns medium-12">
      <label for="quoteStreet2">Address 2</label>
      <input id="quoteStreet2" maxlength="100" name="address.street2" type="text">
    </div>
    <div class="columns medium-5">
      <label for="quoteCity">City</label>
      <input id="quoteCity" maxlength="100" name="address.city" type="text">
    </div>
    <div class="columns medium-4">
      <label for="quoteState">State</label>
      <input id="quoteState" maxlength="100" name="address.state" type="text">
    </div>
    <div class="columns medium-3">
      <label for="quoteZipCode">Zip Code *</label>
      <input id="quoteZipCode" maxlength="45" minlength="5" name="address.zipCode" required="required" type="text">
    </div>
    <div class="columns medium-6">
      <label for="quoteCategory">Equipment Category</label>
      <input id="quoteCategory" maxlength="100" name="equipmentCategory" type="text">
    </div>
    <div class="columns medium-6">
      <label for="quoteModel">Specific Model</label>
      <input id="quoteModel" maxlength="100" name="specificModel" type="text" value="">
    </div>
    <div class="columns medium-12">
      <label for="quoteMessage">Comments</label>
      <textarea cols="5" id="quoteMessage" name="message"></textarea>
    </div>
    <input id="pageUrl" name="pageUrl" type="hidden" value="https://www.altg.com/">
    <div class="columns medium-12">
      <button class="button" type="submit">Submit</button>
      <div class="form-message alert-box callout info" data-closable="" style="display: none;">
        <p class="form-success callout-closable-message" style="display: none;">Thank you for your request. We'll be in touch shortly.</p>
        <p class="form-alert callout-closable-message" style="display: none;">An error occurred during form submission. Please try again. If the issue persists please contact us at 888-503-4602.</p>
        <a class="close-button" data-close="" href="#">×</a>
      </div>
    </div>
  </div>
</form>

Name: FlexFormPOST /forms/flex-form

<form action="/forms/flex-form" data-abide="ajax" id="flexFormModalForm" method="post" name="FlexForm">
  <div class="row">
    <div class="columns medium-12">
      <h3 class="title">Request A Quote</h3>
    </div>
    <div class="columns medium-6">
      <label for="flexFirstName">First Name *</label>
      <input id="flexFirstName" maxlength="100" name="person.firstName" required="required" type="text">
    </div>
    <div class="columns medium-6">
      <label for="flexLastName">Last Name *</label>
      <input id="flexLastName" maxlength="100" name="person.lastName" required="required" type="text">
    </div>
    <div class="columns medium-6">
      <label for="flexCompany">Company</label>
      <input id="flexCompany" maxlength="45" name="person.company" type="text">
    </div>
    <div class="columns medium-6">
      <label for="flexPhone">Phone Number</label>
      <input class="phoneMask" id="flexPhone" maxlength="45" name="person.phoneNumber" type="text">
    </div>
    <div class="columns medium-12">
      <label for="flexEmail">Email *</label>
      <input id="flexEmail" maxlength="100" name="person.emailAddress" required="required" type="text">
    </div>
    <div class="columns medium-12">
      <label for="flexStreet">Address</label>
      <input id="flexStreet" maxlength="100" name="address.street" type="text">
    </div>
    <div class="columns medium-5">
      <label for="flexCity">City</label>
      <input id="flexCity" maxlength="100" name="address.city" type="text">
    </div>
    <div class="columns medium-4">
      <label for="flexState">State</label>
      <input id="flexState" maxlength="100" name="address.state" type="text">
    </div>
    <div class="columns medium-3">
      <label for="flexZipCode">Zip Code *</label>
      <input id="flexZipCode" maxlength="45" minlength="5" name="address.zipCode" required="required" type="text">
    </div>
    <div class="columns medium-12">
      <label for="flexMessage">Comments</label>
      <textarea cols="5" id="flexMessage" name="message"></textarea>
    </div>
    <input id="pageUrl" name="pageUrl" type="hidden" value="https://www.altg.com/">
    <div class="medium-12 columns padding-bottom-small">
      <div class="padding-bottom-small" name="contact_us_captcha_div">
        <div id="captcha_element">
          <div style="width: 304px; height: 78px;">
            <div><iframe title="reCAPTCHA"
                src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LeahTglAAAAAKrUm8Lhrrp4LcPMKnObPLwi57fI&amp;co=aHR0cHM6Ly93d3cuYWx0Zy5jb206NDQz&amp;hl=en&amp;v=6MY32oPwFCn9SUKWt8czDsDw&amp;size=normal&amp;cb=crtwp1b12m5j" width="304"
                height="78" role="presentation" name="a-gurfp29da39u" frameborder="0" scrolling="no" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></iframe></div>
            <textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
              style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
          </div><iframe style="display: none;"></iframe>
        </div><input type="hidden" id="recaptcha_verification_token" name="token">
      </div>
    </div>
    <div class="columns medium-12">
      <button class="button new-blue expanded submit-button" data-cy-button="submit" type="submit">Submit</button>
      <input style="display:none;" type="submit">
      <div class="form-message alert-box callout info" data-closable="" style="display: none;">
        <p class="form-success callout-closable-message" style="display: none;">Thank you for your request. We'll be in touch shortly.</p>
        <p class="form-alert callout-closable-message" style="display: none;">An error occurred during form submission. Please try again. If the issue persists please contact us at 888-503-4602.</p>
        <a class="close-button" data-close="" href="#">×</a>
      </div>
    </div>
  </div>
</form>

Text Content

(888) 557-0750

 * Material Handling
   * New Equipment
     * New Equipment
     * Low Level Access
     * RS Carriers
     * Scissor Lifts
     * Stock Pickers
     * Telehandlers
     * Carpet Extractors
     * Floor Machines
     * Scrubbers
     * Specialty Products
     * Sweeper-Scrubbers
     * Sweepers
     * Vacuums
     * Forklifts - 3 Wheel Electric
     * Forklifts - 4 Wheel Electric
     * Container Handlers
     * Electric Walkie
     * Forklifts - High Capacity
     * Forklifts - Internal Combustion
     * Multi-Directional Forklifts
     * Forklifts - Narrow Aisle
     * Order Pickers
     * Pallet Movers
     * Rough Terrain and Truck Mount
     * Burden Carriers
     * Die Handlers
     * Elite Counterbalance
     * Explosion Proof
     * Personnel Carriers
     * Specialty Vehicles
     * Stock Chasers
     * Straddle Carriers
     * Tow Tractors
     * Yard Spotter/Terminal Tractor
     
     * VIEW ALL NEW EQUIPMENT
       
       Explore our selection of aerial lifts, forklifts, floor cleaning
       equipment, specialty equipment and more.
       
       VIEW ALL FORKLIFTS
       
       From efficient electric forklifts to high-capacity internal combustion
       engine lift trucks, we carry some of the most advanced and innovative
       models on the market.
   * Used Equipment
     * Used Equipment
     
     * From pre-owned forklifts to used aerial lifts, telehandlers, material
       handling vehicles, and more, you’ll find it at Alta Material Handling.
       Browse our inventory and request a quote or call to inquire.
       
       View Inventory
     * 
   * Parts & Service
     * Parts & Service
     * Service
     * Parts
     * Training
     * Fleet Management
     
     * Need emergency help? We offer guaranteed response times for customers on
       our service programs, with forklift service available 24 hours a day, 365
       days a year.
       
       Learn More
     * 
   * Rental
     * Rental
     
     * Alta Rents has partnered with the very best material handling
       manufacturers to deliver the most reliable rental equipment.
       
       View Rental Equipment
     
     * VIEW RENTAL LOCATIONS
       
       Whether you’re in Detroit, MI, Bangor, ME, or anywhere in between,
       contact Alta Equipment Company today to take your project to the next
       level.
       
       VIEW RENTAL POLICIES
       
       View our rental policy regarding our equipment and tool rentals.
   * Locations
     * Locations
     * Montgomery, IL
     * Itasca, IL
     * Bolingbrook, IL
     * Calumet City, IL
     * Traverse City, MI
     * Muskegon, MI
     * Zeeland, MI
     * South Bend, IN
     * Kentwood, MI
     * Elkhart, IN
     * Battle Creek, MI
     * Lansing, MI
     * Saginaw, MI
     * Livonia, MI
     * Romulus, MI
     * Sterling Heights, MI
     * Lancaster, NY
     * Rochester, NY
     * East Syracuse, NY
     * Binghamton, NY
     * Midlothian, VA
     * Burlington, VT
     * Schenectady, NY
     * Long Island City, NY
     * Bronx, NY
     * Wallingford, CT
     * Ronkonkoma, NY
     * Concord, NH
     * Shrewsbury, MA
     * Wilmington, MA - Dock and Door
     * Wilmington, MA
     * Lewiston, ME
     * Middleboro, MA
     * View All Locations
     * 
   * Tires
     * Tires
     
     * The Alta Tire Group is one of the largest material handling tire sales
       and service organizations in the United States. Alta is factory direct,
       handling multiple O.E. and performance lines. No matter your lift truck
       application or model, we have the right tires for you.
       
       Learn More About our Forklift Tire Services
     * 
   * Dock & Door
     * Dock & Door
     * Commercial Overhead Doors
     * Loading Dock Equipment
     * Dock Safety
     * Energy Saving Products
     * Fire & Smoke Safety Equipment
     * Security Equipment
     * Dock & Door Services
     
     * New York and New England’s Leader in Loading Docks, Dock Seals &
       Shelters, Truck Restraints, High Speed & Overhead Doors. 24 Hour
       Emergency Service Available.
       
       Dock & Door Solutions
     * 
 * Construction
   * Construction Homepage
     * Construction Homepage
     
     * Alta Equipment Company is more than a dealer. We're your partner in
       Construction Equipment. Check out our current promos.
       
       Construction Homepage
     * 
   * New Equipment
     * New Equipment
     * Aerial
     * Aggregate Equipment
     * Agriculture
     * Asphalt / Concrete Paving
     * Compact Equipment
     * Cranes
     * Earthmoving
     * Mowers
     * Plows
     * Power Systems
     * Recycling / Demolition
     * Trailers
     
     * VIEW CONSTRUCTION EQUIPMENT
       
       Contractors and construction companies throughout the Midwest look to
       Alta Equipment Company as their source for construction equipment.
       
       VIEW CONSTRUCTION PARTS & SERVICES
       
       For more than 8 years, Alta Equipment has offered our customers in the
       construction industry consistent, responsive, high-value service.
   * Used Equipment
     * Used Equipment
     * View Used Construction Equipment
     * 
   * Parts & Service
     * Parts & Service
     
     * VIEW PARTS
       
       Alta Equipment's investment in service includes an extensive parts
       inventory for all equipment makes and models. Parts are stocked based on
       customer equipment in the field as well as parts purchase history. That
       means more parts are on the shelf when customers need them.
       
       VIEW SERVICE
       
       We offer service for all makes and models of heavy construction
       equipment, investing in over 200 highly-trained technicians and
       cutting-edge technology in order to offer the best range of service
       solutions in the Midwest. We offer guaranteed response times for
       customers on our service programs, and have service available 24 hours a
       day, 365 days a year.
   * Rental
     * Rental
     
     * Alta Rents has partnered with the very best construction manufacturers to
       deliver the most reliable rental equipment.
       
       View Rental Equipment
     
     * VIEW RENTAL LOCATIONS
       
       Whether you’re in Detroit, MI, Bangor, ME, or anywhere in between,
       contact Alta Equipment Company today to take your project to the next
       level.
       
       VIEW RENTAL POLICIES
       
       View our rental policy regarding our equipment and tool rentals.
   * Locations
     * Locations
     * Ottawa, IL
     * Spring Grove, IL
     * South Elgin, IL
     * Bloomington, IL
     * Orland Park, IL
     * Gary, IN
     * Traverse City, MI
     * Sault Sainte Marie, MI
     * Grand Rapids, MI
     * Gaylord, MI
     * Burton, MI
     * New Hudson, MI
     * Detroit, MI
     * Batavia, NY
     * Syracuse, NY
     * Latham, NY
     * Lake City, FL
     * Jacksonville, FL
     * Wallingford, CT
     * Concord, NH
     * Tampa, FL
     * Wilmington, MA
     * Lewiston, ME
     * Orlando, FL
     * Middleboro, MA
     * Fort Myers, FL
     * Davie, FL
     * Miami, FL
     * View All Locations
     * 
   * Government
     * Government
     
     * Getting vital services and planned projects completed on time is now more
       important than ever. Times are tough and budgets are likely constrained.
       You need high-quality equipment to get jobs done safely and efficiently —
       and we have an easy-to-use contract solution.
       
       Contact Us
     * 
 * Electric Vehicles
   * Electric Vehicles
     * Electric Vehicles
     
     * Opting to go electric isn’t always simple, but it can be an incredible
       boost to a fleet’s ROI and performance. Alta eMobility was formed to
       handle every step in converting your fleets to electric power.
       
       Alta eMobility
     * 
 * Careers
   * Apply Now
     * Apply Now
     * View Openings
     * 

Search Close
Search
Locations
Menu Close
   
 * Material Handling
   * Main Menu
   * Material Handling
   * New Equipment
     * Material Handling
     * New Equipment
       
     * Low Level Access
     * RS Carriers
     * Scissor Lifts
     * Stock Pickers
     * Telehandlers
     * Carpet Extractors
     * Floor Machines
     * Scrubbers
     * Specialty Products
     * Sweeper-Scrubbers
     * Sweepers
     * Vacuums
     * Forklifts - 3 Wheel Electric
     * Forklifts - 4 Wheel Electric
     * Container Handlers
     * Electric Walkie
     * Forklifts - High Capacity
     * Forklifts - Internal Combustion
     * Multi-Directional Forklifts
     * Forklifts - Narrow Aisle
     * Order Pickers
     * Pallet Movers
     * Rough Terrain and Truck Mount
     * Burden Carriers
     * Die Handlers
     * Elite Counterbalance
     * Explosion Proof
     * Personnel Carriers
     * Specialty Vehicles
     * Stock Chasers
     * Straddle Carriers
     * Tow Tractors
     * Yard Spotter/Terminal Tractor
       
       
       
       
     
     * VIEW ALL NEW EQUIPMENT
       
       Explore our selection of aerial lifts, forklifts, floor cleaning
       equipment, specialty equipment and more.
       
       VIEW ALL FORKLIFTS
       
       From efficient electric forklifts to high-capacity internal combustion
       engine lift trucks, we carry some of the most advanced and innovative
       models on the market.
   * Used Equipment
     * Material Handling
     * Used Equipment
       
       
       
       
     
     * From pre-owned forklifts to used aerial lifts, telehandlers, material
       handling vehicles, and more, you’ll find it at Alta Material Handling.
       Browse our inventory and request a quote or call to inquire.
       
       View Inventory
       
       
     * 
   * Parts & Service
     * Material Handling
     * Parts & Service
       
     * Service
     * Parts
     * Training
     * Fleet Management
       
       
       
     
     * Need emergency help? We offer guaranteed response times for customers on
       our service programs, with forklift service available 24 hours a day, 365
       days a year.
       
       Learn More
       
       
     * 
   * 
   * Locations
     * Material Handling
     * Locations
       
     * Montgomery, IL
     * Itasca, IL
     * Bolingbrook, IL
     * Calumet City, IL
     * Traverse City, MI
     * Muskegon, MI
     * Zeeland, MI
     * South Bend, IN
     * Kentwood, MI
     * Elkhart, IN
     * Battle Creek, MI
     * Lansing, MI
     * Saginaw, MI
     * Livonia, MI
     * Romulus, MI
     * Sterling Heights, MI
     * Lancaster, NY
     * Rochester, NY
     * East Syracuse, NY
     * Binghamton, NY
     * Midlothian, VA
     * Burlington, VT
     * Schenectady, NY
     * Long Island City, NY
     * Bronx, NY
     * Wallingford, CT
     * Ronkonkoma, NY
     * Concord, NH
     * Shrewsbury, MA
     * Wilmington, MA - Dock and Door
     * Wilmington, MA
     * Lewiston, ME
     * Middleboro, MA
       
       
       
     * View All Locations
       
       
     * 
   * Tires
     * Material Handling
     * Tires
       
       
       
       
     
     * The Alta Tire Group is one of the largest material handling tire sales
       and service organizations in the United States. Alta is factory direct,
       handling multiple O.E. and performance lines. No matter your lift truck
       application or model, we have the right tires for you.
       
       Learn More About our Forklift Tire Services
       
       
     * 
   * Dock & Door
     * Material Handling
     * Dock & Door
       
     * Commercial Overhead Doors
     * Loading Dock Equipment
     * Dock Safety
     * Energy Saving Products
     * Fire & Smoke Safety Equipment
     * Security Equipment
     * Dock & Door Services
       
       
       
     
     * New York and New England’s Leader in Loading Docks, Dock Seals &
       Shelters, Truck Restraints, High Speed & Overhead Doors. 24 Hour
       Emergency Service Available.
       
       Dock & Door Solutions
       
       
     * 
 * Construction
   * Main Menu
   * Construction
   * Construction Homepage
     * Construction
     * Construction Homepage
       
       
       
       
     
     * Alta Equipment Company is more than a dealer. We're your partner in
       Construction Equipment. Check out our current promos.
       
       Construction Homepage
       
       
     * 
   * New Equipment
     * Construction
     * New Equipment
       
     * Aerial
     * Aggregate Equipment
     * Agriculture
     * Asphalt / Concrete Paving
     * Compact Equipment
     * Cranes
     * Earthmoving
     * Mowers
     * Plows
     * Power Systems
     * Recycling / Demolition
     * Trailers
       
       
       
       
     
     * VIEW CONSTRUCTION EQUIPMENT
       
       Contractors and construction companies throughout the Midwest look to
       Alta Equipment Company as their source for construction equipment.
       
       VIEW CONSTRUCTION PARTS & SERVICES
       
       For more than 8 years, Alta Equipment has offered our customers in the
       construction industry consistent, responsive, high-value service.
   * Used Equipment
     * Construction
     * Used Equipment
       
       
       
       
     * View Used Construction Equipment
       
       
     * 
   * Parts & Service
     * Construction
     * Parts & Service
       
       
       
       
       
     
     * VIEW PARTS
       
       Alta Equipment's investment in service includes an extensive parts
       inventory for all equipment makes and models. Parts are stocked based on
       customer equipment in the field as well as parts purchase history. That
       means more parts are on the shelf when customers need them.
       
       VIEW SERVICE
       
       We offer service for all makes and models of heavy construction
       equipment, investing in over 200 highly-trained technicians and
       cutting-edge technology in order to offer the best range of service
       solutions in the Midwest. We offer guaranteed response times for
       customers on our service programs, and have service available 24 hours a
       day, 365 days a year.
   * Rental
     * Construction
     * Rental
       
       
       
       
     
     * Alta Rents has partnered with the very best construction manufacturers to
       deliver the most reliable rental equipment.
       
       View Rental Equipment
       
       
     
     * VIEW RENTAL LOCATIONS
       
       Whether you’re in Detroit, MI, Bangor, ME, or anywhere in between,
       contact Alta Equipment Company today to take your project to the next
       level.
       
       VIEW RENTAL POLICIES
       
       View our rental policy regarding our equipment and tool rentals.
   * Locations
     * Construction
     * Locations
       
     * Ottawa, IL
     * Spring Grove, IL
     * South Elgin, IL
     * Bloomington, IL
     * Orland Park, IL
     * Gary, IN
     * Traverse City, MI
     * Sault Sainte Marie, MI
     * Grand Rapids, MI
     * Gaylord, MI
     * Burton, MI
     * New Hudson, MI
     * Detroit, MI
     * Batavia, NY
     * Syracuse, NY
     * Latham, NY
     * Lake City, FL
     * Jacksonville, FL
     * Wallingford, CT
     * Concord, NH
     * Tampa, FL
     * Wilmington, MA
     * Lewiston, ME
     * Orlando, FL
     * Middleboro, MA
     * Fort Myers, FL
     * Davie, FL
     * Miami, FL
       
       
       
     * View All Locations
       
       
     * 
   * Government
     * Construction
     * Government
       
       
       
       
     
     * Getting vital services and planned projects completed on time is now more
       important than ever. Times are tough and budgets are likely constrained.
       You need high-quality equipment to get jobs done safely and efficiently —
       and we have an easy-to-use contract solution.
       
       Contact Us
       
       
     * 
 * Electric Vehicles
   * Main Menu
   * Electric Vehicles
   * Electric Vehicles
     * Electric Vehicles
     * Electric Vehicles
       
       
       
       
     
     * Opting to go electric isn’t always simple, but it can be an incredible
       boost to a fleet’s ROI and performance. Alta eMobility was formed to
       handle every step in converting your fleets to electric power.
       
       Alta eMobility
       
       
     * 
 * Careers
   * Main Menu
   * Careers
   * Apply Now
     * Careers
     * Apply Now
       
       
       
       
     * View Openings
       
       
     * 
 * Locations
 * Company
   * Main Menu
   * Company
   * About
   * Financing
   * News
   * Alta Cares Foundation
   * Investor Relations

Close
About Financing News Alta Cares Foundation Investor Relations


CONTACT US

YOUR INFORMATION

First Name *
Last Name *
Email *
Company
Phone Number

ADDRESS

Street
City
State
Zip Code *

ADDITIONAL INFORMATION

Comments

Submit

Thank you for your request. We'll be in touch shortly.

An error occurred during form submission. Please try again. If the issue
persists please contact us at 888-503-4602.

×


REQUEST A QUOTE

YOUR INFORMATION

First Name *
Last Name *
Email *
Company
Phone Number

ADDRESS

Street
City
State
Zip Code *

ADDITIONAL INFORMATION

Comments

Submit

Thank you for your request. We'll be in touch shortly.

An error occurred during form submission. Please try again. If the issue
persists please contact us at 888-503-4602.

×


ROBOTICS INQUIRY

YOUR INFORMATION

Company *
First Name *
Last Name *
Title *
Phone Number *
Email *

ADDRESS

Street *
City *
Select State * --None-- AL AK AB AZ AR BC CA CO CT DE DC FL GA HI ID IL IN IA KS
KY LA ME MB MD MA MI MN MS MO MT NE NV NB NL NH NJ NM NY NC ND NT NS NU OH OK ON
OR PA PE QC RI SK SC SD TN TX UT VT VA WA WV WI WY YT
Zip Code *
Please give a brief description of the potential robotic application you are
interested in.
Does you application fit into one of the following categories? --None--
Cross-Docking Product Inbound Docks to Stock Stock to Outbound Docs End of line
to staging Supply Run (Milk-Run deliveries) Trash/Recycling Run Empty Pallet
Delivery/Removal Ground Order Picking Loading Trailers Other
Do any of the following apply to the application you'd like to automate?
Any part of the application is outdoors
Any part of the application is in a freezer (below 32°F) or above 104°F
There is standing water along any part of the travel route
The application is running a single-shift operation
I have inclines/ramps over 3% grade along the route to be automated
I have product overhang off my pallets
I want to directly load or unload shipping semi-trailers (not including staging
on dock)
I have ceiling or doorways under 8 ft
None of the above
Minimum weight of any load/cart you would like to transport?
Maximum weight of any load/cart you would like to transport?
Select from the dropdown what best applies to your project timeline. --None--
General interst and education Evaluating technology for future use Collecting
rough pricing for budgetary goals Automation initiative slated for this year
Other
How many hours per day does your facility operate?
How many shifts do you run per day?
How many days a week does your facility operate?
How many operators are dedicated to completing the potential robotic task?
How many hours per week does each operator work on potential robotic tasks?
What is the all-in hourly burdened rate for the operators completing the
potential robotic tasks?
Are the operators 100% dedicated to the potential robotic task, if no what
percent of their time is spent dedicated to the task?

Submit

Thank you for your request. We'll be in touch shortly.

An error occurred during form submission. Please try again. If the issue
persists please contact us at 888-503-4602.

×


REQUEST A RENTAL

YOUR INFORMATION

First Name *
Last Name *
Email *
Company
Phone Number

ADDRESS

Street
City
State
Zip Code *

RENTAL INFORMATION

Date Needed

ADDITIONAL INFORMATION

Comments

Submit

Thank you for your request. We'll be in touch shortly.

An error occurred during form submission. Please try again. If the issue
persists please contact us at 888-503-4602.

×


REQUEST A SERVICE

YOUR INFORMATION

First Name *
Last Name *
Email *
Company
Phone Number

ADDRESS

Street
City
State
Zip Code *

SERVICE INFORMATION

Make
Model Number
Serial Number
Urgency Status -- Urgent 4-8 Hours Tomorrow Next Time In Area

ADDITIONAL INFORMATION

Comments

Submit

Thank you for your request. We'll be in touch shortly.

An error occurred during form submission. Please try again. If the issue
persists please contact us at 888-503-4602.

×


REQUEST A TRAINING

YOUR INFORMATION

First Name *
Last Name *
Email *
Company
Phone Number

ADDRESS

Street
City
State
Zip Code *

TRAINING INFORMATION

Size of Group
Date Needed

ADDITIONAL INFORMATION

Comments

Submit

Thank you for your request. We'll be in touch shortly.

An error occurred during form submission. Please try again. If the issue
persists please contact us at 888-503-4602.

×


RSVP FOR PERSONALIZED PRODUCT DEMO

YOUR INFORMATION

First Name *
Last Name *
Email *
Phone Number

ADDITIONAL INFORMATION

Comments

Submit

Thank you for your request. We'll be in touch shortly.

An error occurred during form submission. Please try again. If the issue
persists please contact us at 888-503-4602.

×


REIGSTER TO ATTEND

YOUR INFORMATION

First Name *
Last Name *
Email *
Phone Number
Company
Job Title

ADDITIONAL INFORMATION

Comments

Submit

Thank you for your request. We'll be in touch shortly.

An error occurred during form submission. Please try again. If the issue
persists please contact us at 888-503-4602.

×


CONTACT US

YOUR INFORMATION

First Name *
Last Name *
Email *
Company
Phone Number

ADDRESS

Street
City
State
Zip Code *

ADDITIONAL INFORMATION

Comments

Submit

Thank you for your request. We'll be in touch shortly.

An error occurred during form submission. Please try again. If the issue
persists please contact us at 888-503-4602.

×


EMERGING TECHNOLOGIES

YOUR INFORMATION

First Name *
Last Name *
Email *
Company
Phone Number

ADDRESS

Street
City
State
Zip Code *

WHAT WOULD YOU LIKE TO LEARN MORE ABOUT?

Robotics Lithium Ion Hydrogen

ADDITIONAL INFORMATION

Comments

Submit

Thank you for your request. We'll be in touch shortly.

An error occurred during form submission. Please try again. If the issue
persists please contact us at 888-503-4602.

×


REGISTER TO WIN

First Name *
Last Name *
Company
Phone Number *
Email *
Address *
City *
State *
Zip Code *
Have you used any of the following equipment or services, or considering them in
the next 12 months: * Not Applicable
Compact Equipment
Equipment Rental
Equipment Service
Aerial Lifts
Earth Moving
Power Systems
Paving
Cranes
Agriculture
Have you purchased any of the following gear, or considering them in the next 12
months: * Not Applicable
Archery Equipment
Firearms
Fishing Equipment
Optics
Hunting / Outdoor Footwear
Camping Equipment
GPS / Navigation
Canoes / Kayaks
Submit

Thank you for your request. We'll be in touch shortly.

An error occurred during form submission. Please try again. If the issue
persists please contact us at 888-503-4602.

×


JOB APPLICATION

First Name *
Last Name *
Phone Number *
Email *
Zip Code *
Comments
Upload Your Resume
Accepted File Types: .pdf, .txt, .doc, .docx
Choose File

Submit

Thank you for your request. We'll be in touch shortly.

An error occurred during form submission. Please try again. If the issue
persists please contact us at 888-503-4602.

×


REQUEST A QUOTE

First Name *
Last Name *
Company
Phone Number
Email *
Address
City
State
Zip Code *
Comments
Submit

Thank you for your request. We'll be in touch shortly.

An error occurred during form submission. Please try again. If the issue
persists please contact us at 888-503-4602.

×


ALTA EQUIPMENT COMPANY IS MORE THAN A DEALER.

We're your partner in Construction Equipment. Find the best machines and
accessories for your operations here.

Alta Construction


MAKE THE MOST OF YOUR SPACE WITH SMART RACKING SYSTEMS.

At Alta, we aim to find the most efficient ways to organize any storage space.
With our Warehouse Solutions, we have developed a variety of rack systems to
help keep your warehouse organized.

Contact Us


FLEET OF THE FUTURE. AVAILABLE TODAY.

Meet the Nikola TRE, the redefined eTractor with up to a 330-mile
range.* Brought to you by Alta eMobility, a leader in turn-key solutions for
fleet electrification, operation and maintenance.  

*Range estimate was calculated using data obtained from Nikola proving grounds
testing, real-world vehicle operation, and computational-based engineering and
validation tools. Actual range will vary based on several factors including use
case, vehicle characteristics, driver behavior, and environmental conditions. 

Learn More
 * 1
 * 2
 * 3

62
Full-Service Branches

We serve businesses throughout Michigan, Northern Indiana, Virginia, Florida,
New England, New York and Ohio.

700
Mobile Service Vans

Our road service vans and trucks are ready to deliver high-quality service with
guaranteed response time.

10 000
Unit Rental Fleet

With one of the largest rental fleets, Alta Rents can deliver what you need,
when you need it.

1 000+
Factory-Trained Technicians

Our expert service technicians are certified and committed to ongoing training.


OUR
BUSINESSES

We are an industry leading material handling and construction equipment company.
We sell, service and rent a broad range of equipment.

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

Construction

Material Handling

Electric Vehicles

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


OUR SERVICES

Distribution Center Design Services
 * Distribution Center Design Services
 * Equipment Sales & Rentals
 * Fleet Management
 * Service & Repair
 * Technology
 * Training

Alta offers comprehensive distribution center design services to maximize
productivity, improve processes and increase safety. We provide turnkey
warehouse solutions for every step of the way, whether you’re in the initial
planning stages or looking for ways to take your existing operation to the next
level.

Learn More

At Alta, you’ll find what you need for your operation. We partner with
best-in-class brands like Hyster, Yale, Volvo and JCB. As a leading equipment
dealer in Michigan, Northern Indiana, Illinois, Florida, Virginia, New England,
New York and Ohio, we work with you to provide the right machinery at the right
price.

View Rental Equipment

Alta Fleet Management’s expert support representatives will help you analyze
your fleet requirements and develop a plan to make you more efficient and reduce
overall operating costs. We offer complete management plans in two broad
categories: Periodic Maintenance and Guaranteed Maintenance. Focus on running
your business, and leave the details of managing your fleet to us.

Material Handling Fleet Management Construction Fleet Management

Alta has over 57 full-service branches throughout the Midwest, Northeast and
Florida, and over 700 road service vans and trucks for those times you can’t get
to us. In our more than 50 years in the industry, our customers have come to
value us for consistent, high-quality service for their equipment.

Material Handling Service Construction Equipment Service

The advent of industry 4.0 supported by autonomous robots, artificial
intelligence, IOT, and the evolution of new power solutions including hydrogen
and lithium, necessitated the need to establish Alta’s Emerging Technology
Division in January 2020. Alta’s solution agnostic approach pertaining to new
technologies is innovative and first of its kind in this industry.

Emerging Technologies

We offer operator training programs customized to your fleet and location, and
we also offer technician training to help your team perform in-house service.
Whether you are looking to train a new operator or service tech or to establish
your own in-house trainer, consider Alta's extensive training programs.

Learn More


FEATURED EQUIPMENT BRANDS WE OFFER

At Alta, we value innovation and excellence. That’s why we’re proud to work with
some of the most innovative and reputable brands in the industry.

Yale
Volvo
Hyster
JCB


OUR PEOPLE

Previous

TOP WORK PLACES 2021

Thanks to all our excellent employees who made it possible to achieve Top Places
to Work for 2021 in Michigan!

Interested in joining our team? At Alta we are looking for candidates who are a
cultural fit with our organization and understand that every task and job goes
toward fostering customers for life. Along with that, a great attitude that
embraces mutual respect and delivering a consistent high energy level that
exudes a passion for excellence. Also, we are searching for a skill set that has
a high aptitude for the position with a continual focus on investing in one’s
profession through additional training and learning.

Apply Now

OUR TEAM

At each of our 62 locations throughout the Midwest, Northeast and Florida,
you’ll find a staff of friendly, knowledgeable people dedicated to helping you
grow your business. Our team includes:

 * Expert sales staff

 * Warehouse logistics specialists

 * Skilled service technicians

 * Amazing administrative support staff

Learn More
Next


OUR
NEWS

Previous

ALTA EMOBILITY TO COORDINATE VOUCHER BENEFITS FOR NIKOLA TRE BEV BUYERS UNDER
NEWLY FORMED NEW JERSEY ZERO-EMISSION INCENTIVE PROGRAM (NJ ZIP)

Learn More

ALTA EMOBILITY ANNOUNCES AGREEMENT WITH BORGWARNER TO SERVICE AND DISTRIBUTE
DIRECT CURRENT FAST CHARGERS

Learn More

ALTA EQUIPMENT GROUP ANNOUNCES DATE OF THIRD QUARTER 2022 FINANCIAL RESULTS
RELEASE, CONFERENCE CALL AND WEBCAST

Learn More

HOW TO CHOOSE THE RIGHT FORKLIFT POWER SOLUTION

Learn More
Next
 * Material Handling
   * New Equipment
   * Used Equipment
   * Rental Equipment
   * Parts & Service
   * Locations
   * Manufacturers
 * Construction
   * New Equipiment
   * Used Equipment
   * Rental Equipment
   * Parts & Service
   * Locations
   * Manufacturers
 * Rental
   * Rental Equipment
   * Rental Policies
   * Rental Service and Expertise
 * Parts & Services
   * Material Handling
   * Construction
 * Locations
   * Material Handling
   * Construction
   * Rental
 * Company
   * Power Systems
   * About
   * Careers
   * Blog
   * Financing
   * Investors
   * Contact Us
   * Ethics Concerns
 * Brands
   * Alta Equipment Company
   * Alta Material Handling
   * PeakLogix
   * ScottTech

 * Material Handling
   * New Equipment
   * Used Equipment
   * Rental Equipment
   * Parts & Service
   * Locations
   * Manufacturers
 * Construction
   * New Equipiment
   * Used Equipment
   * Rental Equipment
   * Parts & Service
   * Locations
   * Manufacturers
 * Rental
   * Rental Equipment
   * Rental Policies
   * Rental Service and Expertise
 * Parts & Services
   * Material Handling
   * Construction
 * Locations
   * Material Handling
   * Construction
   * Rental
 * Company
   * Power Systems
   * About
   * Careers
   * Blog
   * Financing
   * Investors
   * Contact Us
   * Ethics Concerns
 * Brands
   * Alta Equipment Company
   * Alta Material Handling
   * PeakLogix
   * ScottTech

Copyright © 2023 Alta Equipment Group.
Privacy Policy Terms & Conditions Disclaimer


CONTACT ALTA

First Name *
Last Name *
Company
Phone Number
Email *
Address
City
State
Zip Code *
Comments
Submit

Thank you for your request. We'll be in touch shortly.

An error occurred during form submission. Please try again. If the issue
persists please contact us at 888-503-4602.

×
×


REQUEST A QUOTE

First Name *
Last Name *
Company
Phone Number
Email *
Address
Address 2
City
State
Zip Code *
Equipment Category
Specific Model
Comments
Submit

Thank you for your request. We'll be in touch shortly.

An error occurred during form submission. Please try again. If the issue
persists please contact us at 888-503-4602.

×
×


REQUEST A QUOTE

First Name *
Last Name *
Company
Phone Number
Email *
Address
City
State
Zip Code *
Comments

Submit

Thank you for your request. We'll be in touch shortly.

An error occurred during form submission. Please try again. If the issue
persists please contact us at 888-503-4602.

×
×