www.frontierbasementsystems.com Open in urlscan Pro
2606:4700:20::6819:171b  Public Scan

Submitted URL: https://frontierbasements.com/
Effective URL: https://www.frontierbasementsystems.com/
Submission: On July 23 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

POST /free-estimate/confirmation.html

<form class="mx-auto max-w-lg" id="contact_form" action="/free-estimate/confirmation.html" method="post" novalidate="true">
  <input type="hidden" name="save" value="1">
  <div id="step-dot-container" class="mx-auto mb-6 flex w-fit items-center">
    <span class="step active"><small>1</small></span>
    <div class="w-16 border-y border-brand-dark opacity-40"></div>
    <span class="step"><small>2</small></span>
    <div class="w-16 border-y border-brand-dark opacity-40"></div>
    <span class="step"><small>3</small></span>
  </div>
  <!-- TAB 1 -->
  <div class="tab current grid-cols-6 gap-4 md:gap-6">
    <div class="col-span-3 flex flex-col">
      <label for="First_Name">First Name</label>
      <input type="text" id="First_Name" name="First_Name" placeholder="" maxlength="50" required="">
    </div>
    <div class="col-span-3 flex flex-col">
      <label for="Last_Name">Last Name</label>
      <input type="text" id="Last_Name" name="Last_Name" placeholder="" maxlength="50" required="">
    </div>
  </div>
  <!-- TAB 2 -->
  <div class="tab grid-cols-6 gap-4 md:gap-6">
    <div class="col-span-full flex flex-col">
      <label for="Street_Address">Street Address</label>
      <input id="Street_Address" name="Street" type="text" title="please enter a valid street address" required="">
    </div>
    <div class="col-span-3 flex flex-col md:col-span-2">
      <label for="City">City</label>
      <input id="City" name="City" type="text" title="please enter a valid city" required="">
    </div>
    <div class="col-span-3 flex flex-col md:col-span-2">
      <label for="State">State</label>
      <select name="State" id="State" required="required">
        <option value="">Select...</option>
        <option value="AL">Alabama</option>
        <option value="AK">Alaska</option>
        <option value="AZ">Arizona</option>
        <option value="AR">Arkansas</option>
        <option value="CA">California</option>
        <option value="CO">Colorado</option>
        <option value="CT">Connecticut</option>
        <option value="DE">Delaware</option>
        <option value="DC">District of Columbia</option>
        <option value="FL">Florida</option>
        <option value="GA">Georgia</option>
        <option value="HI">Hawaii</option>
        <option value="ID">Idaho</option>
        <option value="IL">Illinois</option>
        <option value="IN">Indiana</option>
        <option value="IA">Iowa</option>
        <option value="KS">Kansas</option>
        <option value="KY">Kentucky</option>
        <option value="LA">Louisiana</option>
        <option value="ME">Maine</option>
        <option value="MD">Maryland</option>
        <option value="MA">Massachusetts</option>
        <option value="MI">Michigan</option>
        <option value="MN">Minnesota</option>
        <option value="MS">Mississippi</option>
        <option value="MO">Missouri</option>
        <option value="MT">Montana</option>
        <option value="NE">Nebraska</option>
        <option value="NV">Nevada</option>
        <option value="NH">New Hampshire</option>
        <option value="NJ">New Jersey</option>
        <option value="NM">New Mexico</option>
        <option value="NY">New York</option>
        <option value="NC">North Carolina</option>
        <option value="ND">North Dakota</option>
        <option value="OH">Ohio</option>
        <option value="OK">Oklahoma</option>
        <option value="OR">Oregon</option>
        <option value="PA">Pennsylvania</option>
        <option value="RI">Rhode Island</option>
        <option value="SC">South Carolina</option>
        <option value="SD">South Dakota</option>
        <option value="TN">Tennessee</option>
        <option value="TX">Texas</option>
        <option value="UT">Utah</option>
        <option value="VT">Vermont</option>
        <option value="VA">Virginia</option>
        <option value="WA">Washington</option>
        <option value="WV">West Virginia</option>
        <option value="WI">Wisconsin</option>
        <option value="WY">Wyoming</option>
      </select>
    </div>
    <div class="col-span-3 flex flex-col md:col-span-2">
      <label for="Zip_Code">Zip Code</label>
      <input type="text" id="Zip" name="Zip_Code" maxlength="10" data-validate-zip="" required="">
    </div>
    <div class="col-span-3 flex flex-col">
      <label for="Phone">Phone Number</label>
      <input type="text" id="Phone" name="Phone" data-validate-phone="" required="">
    </div>
    <div class="col-span-full flex flex-col md:col-span-3">
      <label for="Email_Address">Email Address</label>
      <input id="Email_Address" name="Email_Address" type="email" title="please enter a valid email address" required="">
    </div>
  </div>
  <!-- TAB 3 -->
  <div class="tab grid-cols-6 gap-4 md:gap-6">
    <div class="col-span-full flex flex-col">
      <label for="What_Prompted_Id"> What prompted you to contact us? </label>
      <input type="hidden" id="lead_what_prompted_response" name="What_Prompted_Response" value="">
      <select id="lead_what_prompted_id" name="What_Prompted_Id" required="">
        <option value="">Please select...</option>
        <option value="1">Referral</option>
        <option value="2">Previous Customer</option>
        <option value="3">Internet / Web Search</option>
        <option value="4">TV</option>
        <option value="5">Radio</option>
        <option value="6">Mail</option>
        <option value="7">Billboards</option>
        <option value="8">Other</option>
      </select>
    </div>
    <div class="col-span-full flex flex-col">
      <label for="Message"> What type of service are you requesting? </label>
      <textarea id="Message" name="Message" rows="3"></textarea>
    </div>
    <div class="col-span-full flex sms_wrap">
      <input type="hidden" name="sms_consent" value="0">
      <input id="sms_consent" type="checkbox" name="sms_consent" value="1" checked="">
      <label id="sms_consent-label" for="sms_consent">By providing your information you agree to opt into receiving SMS messaging. Message and data rates may apply. Consent is not a condition of purchase. View our
        <a href="/privacy-policy.html" target="_blank">privacy policy</a> for more information.</label>
    </div>
  </div>
  <!-- NAV BUTTONS -->
  <div>
    <div id="btn-container" class="mx-auto mt-8 flex w-fit justify-between gap-4">
      <button type="button" id="prevBtn" class="rounded-full border-2 border-brand-dark px-6 py-1 text-base font-semibold text-brand-dark" onclick="nextPrev(-1)" style="display: none">Previous Step</button>
      <button class="rounded-full border-2 border-brand-dark bg-brand-dark px-6 py-1 text-base font-semibold text-white" type="button" id="nextBtn" onclick="nextPrev(1)"
        style="background: var(--color-secondary);border-color: var(--color-secondary);">Next Step</button>
      <input class="rounded-full border-2 border-brand-dark bg-brand-dark px-6 py-1 text-base font-semibold text-white" type="submit" value="Send Request" style="display: none">
    </div>
  </div>
</form>

Text Content

Proudly Serving Southwestern KY, Middle TN, and Northern AL

Schedule Maintenance
4.8
Schedule Online 1-615-269-7772
1-615-269-7772
   
 * 
   
 * Menu

 * Foundation Repair
   
   * BACK
   
   * Foundation Repair
   *  * Foundation Problems
      * Foundation Services
      * Foundation Repair Products
 * Crawl Space Repair
   
   * BACK
   
   * Crawl Space Repair
   *  * Vapor Barrier
      * Energy Efficient Dehumidifier
      * Thermal Insulation
      * Structural Repairs
 * Basement Waterproofing
   
   * BACK
   
   * Basement Waterproofing
   *  * Our Waterproofing System
      * Products
      * Patented Drain Systems
      * Basement Crack Repair
      * Basement Flooding
 * Concrete Repair
   
   * BACK
   
   * Concrete Repair
   *  * Causes
      * Cracked Concrete
      * Concrete Sealant
      * DecoShield Concrete Sealer
      * Commercial Applications
 * Other Services
   
   * BACK
   
   * Other Services
   *  * RainDrop Gutter Guards
      * Concrete Leveling
      * Sump Pumps
      * Schedule Annual Maintenance
      * Commercial Foundations
      * Mold Problems
      * Radon Mitigation
      * Air Purifier
      * Free Quote
 * About Frontier
   
   * BACK
   
   * About Frontier
   *  * Service Area
      * About Us
      * Meet The Team
      * Awards
      * Q&A
      * Blogs
      * Service
      * Financing
      * Job Opportunities
      * Affiliations
      * Refer
      * Realtor
 * See Our Work
   
   * BACK
   
   * See Our Work
   *  * Testimonials
      * Before & After
      * Case Studies
      * Videos
      * Photo Gallery
      * Customer Reviews
 * Schedule Online

prevnext
slide 2 of 3


NASTY CRAWL SPACE?

Say goodbye to humidity, mold and nasty crawl space issues!

Learn More


UNEVEN CONCRETE TRIPPING YOU UP?

Lift, level and seal your sidewalk, driveway, patio or stairs!

Learn More


SAGGING FLOORS?

Support your sagging floors from below and fix sticking doors, wall cracks, and
gaps.

Learn More


NASTY CRAWL SPACE?

Say goodbye to humidity, mold and nasty crawl space issues!

Learn More


Contact Us for a Free Estimate

1

2

3
First Name
Last Name
Street Address
City
State Select... Alabama Alaska Arizona Arkansas California Colorado Connecticut
Delaware District of Columbia Florida Georgia Hawaii Idaho Illinois Indiana Iowa
Kansas Kentucky Louisiana Maine Maryland Massachusetts Michigan Minnesota
Mississippi Missouri Montana Nebraska Nevada New Hampshire New Jersey New Mexico
New York North Carolina North Dakota Ohio Oklahoma Oregon Pennsylvania Rhode
Island South Carolina South Dakota Tennessee Texas Utah Vermont Virginia
Washington West Virginia Wisconsin Wyoming
Zip Code
Phone Number
Email Address
What prompted you to contact us? Please select... Referral Previous Customer
Internet / Web Search TV Radio Mail Billboards Other
What type of service are you requesting?
By providing your information you agree to opt into receiving SMS messaging.
Message and data rates may apply. Consent is not a condition of purchase. View
our privacy policy for more information.
Previous Step Next Step


EXPERT CRAWL SPACE REPAIR, BASEMENT WATERPROOFING, FOUNDATION & CONCRETE REPAIR

Proudly serving Serving Southwestern KY, Middle TN, and Northern AL

Frontier's mission is to provide the best permanent solutions through WOW
customer service with every customer, every time.


HOW CAN WE BEST SERVE YOU?


CRAWL SPACE REPAIR

We offer complete crawl space encapsulation & repair services.

Learn More


FOUNDATION REPAIR

We'll find the right solution for your foundation problems.

Learn More


CONCRETE LEVELING

Quickly & effectively stabilize, seal cracks and protect your property's
concrete!

Learn More


SAGGING FLOOR

Support your sagging floors from below and fix sticking doors, wall cracks, and
gaps.

Learn More


BASEMENT WATERPROOFING

We have the most effective solutions for wet basements.

Learn More


RADON MITIGATION

Our state-of-the-art mitigation system will make your home safer.

Learn More


RECENT PROJECTS IN TN, KY, AND AL

Pavement Repaired in Dawson Springs, Kentucky
Read More →
Encapsulation on Farm in Thompsons Station, TN
Read More →
Cracked Pool Deck in Beechmont, KY
Read More →
Uneven Pool Deck in Beechmont, KY
Read More →

View More Before & Afters


WHY HOMEOWNERS TRUST US

As a locally owned family business, we are committed to delivering an
exceptional customer experience. Our goal is to provide you with the most
reliable solutions and peace of mind about your home. At the time of your free
inspection, we will show you exactly what the problem is, recommended solutions
and exactly how much it will cost. If there's no problem or cause for concern,
we will let you know that as well!

When it comes to below-grade spaces, Frontier Foundation & Crawl Space Repair
has you covered. As specialists in "All Things Basementy," we understand the
unique variables associated with basement and crawl space projects. As the
trusted dealer of Basement Systems and Supportworks in Middle Tennessee,
Southwest Kentucky and Northern Alabama areas, we have access to patented
products and extensive training to help you and your home. This means we know
what to look for and how to fix it correctly the first time.

Trusted by over 75,000 homeowners for the past 20+ years, Frontier is focused on
providing innovative solutions for your home, whether you have water under your
home, uneven concrete, radon gas concerns or structural foundation problems, we
are here for you! Our team strives to provide and maintain the highest level of
craftsmanship and customer care for our valued customers, so we're proud to be
an A+ rated member of the Better Business Bureau-we even won the 2016 BBB Torch
Award for Business Ethics! We also belong to numerous Home Builder Associations,
Chambers of Commerce and other groups that allow us to plug in and care for the
communities we serve in various ways. 

Learn More About Us


CUSTOMER RESOURCES

07/17/2024 | ARTICLE How Heat Affects Your Concrete How Heat Affects Your
Concrete
07/09/2024 | ARTICLE Understanding The Impact of Heat on Crawl Spaces
Understanding The Impact of Heat on Crawl Spaces
06/28/2024 | ARTICLE Exploring the Importance of Non-Organic Materials in Crawl
Spaces and Basements Exploring the Importance of Non-Organic Materials in Crawl
Spaces and Basements

Explore all Resources


THOUSANDS OF SATISFIED TN, KY, AND AL CUSTOMERS

more testimonials

Manna Cafe Ministries in Clarksville, Tennessee mobile soup kitchen that feeds
the local community. Manna Village is not only a warehouse for daily operations,
but a place people can come in to the location. New property dates back to 1874,
pre-civil war needed reinforced support to the structure. The crews came in,
worked hard, cleaned up after themselves, all without disrupting daily
operations. Every tour of Manna Village hears about Frontier Foundation & Crawl
Space Repair.


"Professionalism, Punctuality, Quality, Respon..."
By Chris E.
Peril, KY

"From the beginning and after the completion of the job,..."
By Michael And Donnette G.
North Augusta, SC

"Very impressed with the work crew. The US of A would be way..."
By Bill
Cookeville, TN

"The encapsulation system is expensive, and I knew that..."
By Daniel C.
Lafayette, TN

"They were very professional. Fernando and the crew worked..."
By Paul
Madisonville, KY
By Larry P.
Orlinda, TN

See More Reviews


our service area


WE SERVE THE FOLLOWING AREAS

Kentucky
 * Aberdeen
 * Adolphus
 * Alvaton
 * Auburn
 * Beech Creek
 * Beechmont
 * Belton
 * Bowling Green
 * Bremen
 * Browder
 * Cave City
 * Central City
 * Cleaton
 * Drakesboro
 * Dunbar
 * Dunmor
 * Eighty Eight
 * Glasgow
 * Greenville
 * Hanson
 * Hiseville
 * Holland
 * Jetson
 * Morgantown
 * Oakland
 * Park City
 * Powderly
 * Rochester
 * Rockfield
 * Scottsville
 * Smiths Grove
 * South Carrollton
 * Woodburn

Tennessee
 * Baxter
 * Bloomington Springs
 * Buffalo Valley
 * Carthage
 * Chestnut Mound
 * Cookeville
 * Dixon Springs
 * Elmwood
 * Franklin
 * Hartsville
 * Lafayette
 * Lewisburg
 * Pleasant Shade
 * Red Boiling Springs
 * Riddleton
 * Westmoreland
 * Woodbury

Our Locations:

Frontier Foundation & Crawl Space Repair
5150 Hwy 41A
Joelton, TN 37080
1-931-451-1133

Frontier Foundation & Crawl Space Repair
600 Boulevard S SW
Suite 104
Huntsville, AL 35802
1-256-387-7772

More Cities


Contact Us Online Get Your Free Estimate Or call us at

1-615-269-7772



SERVICES

 * Basement Waterproofing
 * RainDrop Gutter Guards
 * Crawl Space Repair
 * Terms of Use
 * Concrete Leveling
 * Sump Pumps
 * Foundation Repair
 * Schedule Annual Maintenance
 * Commercial Foundations
 * Mold Problems
 * Radon Mitigation
 * Air Purifier

OUR COMPANY

 * About Us
 * Blogs
 * Meet The Team
 * Awards
 * Q&A
 * Financing
 * Pro to Pro
 * Job Opportunities
 * Affiliations
 * Refer
 * Privacy Policy
 * Sitemap

OUR WORK

 * Customer Reviews
 * Testimonials
 * Before & After
 * Videos
 * Case Studies
 * Photo Gallery

Frontier Foundation & Crawl Space Repair © 2024 5150 Hwy 41A, Joelton, TN 37080
600 Boulevard S SW, STE 104, Huntsville, AL 35802 1-615-269-7772 © 2024 Frontier
Foundation & Crawl Space Repair Privacy Policy Terms of Use Sitemap
Service Area

Free Quote