odessadentalassistantschool.com Open in urlscan Pro
2606:4700:3033::6815:1856  Public Scan

URL: https://odessadentalassistantschool.com/
Submission: On August 12 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

POST https://4runw89p71.execute-api.us-west-1.amazonaws.com/latest/application/4009818/ea7126c5-e42b-4723-90c8-2cb78872bb64

<form id="contact_form" method="post" action="https://4runw89p71.execute-api.us-west-1.amazonaws.com/latest/application/4009818/ea7126c5-e42b-4723-90c8-2cb78872bb64" class="row justify-content-center"><input name="hutk" type="hidden"
    value="f2f0f412fcfab82f3a895f764fdf1ab1">
  <input name="redirect_url" type="hidden" value="https://odessadentalassistantschool.com/thank-you/">
  <input name="override_company_id" type="hidden" value="2914381780">
  <input name="page_name" type="hidden" value="Odessa Dental Assistant School | 12-Week Dental Assisting Program">
  <input name="callrail_company_id" type="hidden" value="757375354">
  <input name="zollege_school_new_" type="hidden" value="Odessa Dental Assistant School">
  <input name="form_source_url" type="hidden" value="https://odessadentalassistantschool.com/">
  <input name="form_event_type" type="hidden" value="">
  <div class="mb-1 mb-sm-6
      col-12 
      col-sm-12 col-md-6 ">
    <div class="form-group">
      <label for="firstname" class="form-label line-height-1 visually-hidden d-flex" aria-hidden="true"> First Name <span class="text-red-a">*</span>
      </label>
      <input type="text" id="firstname" class="form-control " name="firstname" placeholder="First Name" aria-label="First Name" required="">
    </div>
  </div>
  <div class="mb-1 mb-sm-6
      col-12 
      col-sm-12 col-md-6 ">
    <div class="form-group">
      <label for="lastname" class="form-label line-height-1 visually-hidden d-flex" aria-hidden="true"> Last Name <span class="text-red-a">*</span>
      </label>
      <input type="text" id="lastname" class="form-control " name="lastname" placeholder="Last Name" aria-label="Last Name" required="">
    </div>
  </div>
  <div class="mb-1 mb-sm-6
      col-12 
      col-sm-12 col-md-6 ">
    <div class="form-group">
      <label for="email" class="form-label line-height-1 visually-hidden d-flex" aria-hidden="true"> Email <span class="text-red-a">*</span>
      </label>
      <input type="email" id="email" class="form-control " name="email" placeholder="Email Address" aria-label="Email" required="">
    </div>
  </div>
  <div class="mb-1 mb-sm-6 col-12 col-sm-12 col-md-6 ">
    <div class="form-group">
      <label for="phone" class="form-label line-height-1 visually-hidden" aria-hidden="true"> Phone <span class="text-red-a">*</span>
      </label>
      <input type="tel" id="phone" class="form-control" name="phone" placeholder="Phone Number" aria-label="Phone" required="">
    </div>
  </div>
  <p class="phone-validation container text-brand-primary-light text-center mb-1"></p>
  <div class="col-12 text-center mt-3">
    <div>
      <div class="grecaptcha-badge" data-style="bottomright"
        style="width: 256px; height: 60px; display: block; transition: right 0.3s; position: fixed; bottom: 14px; right: -186px; box-shadow: gray 0px 0px 5px; border-radius: 2px; overflow: hidden;">
        <div class="grecaptcha-logo"><iframe title="reCAPTCHA" width="256" height="60" role="presentation" name="a-mhy2vojg4353" frameborder="0" scrolling="no"
            sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
            src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6Lc81dYUAAAAAMxduNts7yUCzb0A8YKD22Rn5HtU&amp;co=aHR0cHM6Ly9vZGVzc2FkZW50YWxhc3Npc3RhbnRzY2hvb2wuY29tOjQ0Mw..&amp;hl=de&amp;v=_ZpyzC9NQw3gYt1GHTrnprhx&amp;size=invisible&amp;sa=submit&amp;cb=ihmmn53y00c3"></iframe>
        </div>
        <div class="grecaptcha-error"></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><button class="btn btn-lg btn-brand-secondary-light shadow mb-5 px-5 g-recaptcha" data-sitekey="6Lc81dYUAAAAAMxduNts7yUCzb0A8YKD22Rn5HtU" data-callback="onSubmit" data-action="submit">Submit</button>
  </div>
  <div class="col-12">
    <script data-cfasync="false">
      function handleRedirect() {
        setTimeout(() => {
          if (document.querySelector('[name="redirect_url"]').value.includes('deposit')) {
            document.querySelector('#submit-button').disabled = true;
            document.querySelector('.submit-button-text').style.opacity = 0;
            document.querySelector('.spinner-container').classList.remove('d-none');
          }
        }, 0);
      }

      function onSubmit(token) {
        const form = document.getElementById("contact_form");
        if (!form.reportValidity()) return grecaptcha.reset();
        handleRedirect();
        form.submit();
      }

      function onSubmitMobile(token) {
        const form = document.getElementById("Mobile");
        if (!form.reportValidity()) return grecaptcha.reset();
        handleRedirect();
        form.submit();
      }

      function onSubmitTablet(token) {
        const form = document.getElementById("Tablet");
        if (!form.reportValidity()) return grecaptcha.reset();
        handleRedirect();
        form.submit();
      }

      function onSubmitDesktop(token) {
        const form = document.getElementById("Desktop");
        if (!form.reportValidity()) return grecaptcha.reset();
        handleRedirect();
        form.submit();
      }
    </script>
    <p id="contact-info" class="disclaimer small text-center leading-snug home-disclaimer  "> By submitting your information, you agree to our <a class="" href="/privacy-policy/">Privacy Policy</a>, and to receive marketing communications from Odessa
      Dental Assistant School. </p>
    <p class="small text-center leading-snug home-disclaimer"> This site is protected by reCAPTCHA and the Google <a href="https://policies.google.com/privacy" class="text-brand-primary-light">Privacy Policy</a> and
      <a href="https://policies.google.com/terms" class="text-brand-primary-light">Terms of Service</a> apply. </p>
  </div>
</form>

Text Content

 * Apply
   Tuition
   Standard Plans Custom Plans
   Student Journey
   Program Details Knowlege Hub
 * Events
   Partner With Us
   Partnerships
 * Contact Us
   

Call us at (432) 216-4623 or text us at (432) 216-4623


BECOME A DENTAL ASSISTANT


NEW CAREER. PREDICTABLE HOURS. FINANCIAL SECURITY.

APPLY NOW!


REQUEST MORE INFORMATION

First Name *
Last Name *
Email *
Phone *




Submit

By submitting your information, you agree to our Privacy Policy, and to receive
marketing communications from Odessa Dental Assistant School.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of
Service apply.


LEARN ABOUT OUR LOCAL DENTAL ASSISTING PROGRAM

Odessa Dental Assistant School was founded to give students the opportunity to
become Dental Assistants without the burden of student debt or years of
schooling, while providing all the skills, training, and requirements you need
to enter the local workforce.

IMAGINE GRADUATING DEBT FREE.

Our 12-week dental assistant course has helped thousands of people start a new
career in the dental field at a fraction of the cost of other schools. We help
students graduate debt free from our Odessa Dental Assisting Program by offering
affordable tuition and flexible payment plans.


WITH ALL THE SKILLS YOU NEED.

Our comprehensive hybrid learning program includes in-person labs at a local
dental office once a week, paired with at-home learning through self-paced
online lectures during the week. This proven model is designed to prepare
students to work in dental offices and learn what it takes to become a dental
assistant. Odessa Dental Assistant School prepares you with all the skills you
need using a proven curriculum taught by passionate and knowledgeable school
instructors who are excited to help you succeed in the field.



WHAT TO EXPECT.

Each week will consist of a combination of pre-recorded lectures, online
learning activities, and hands-on skills. Lectures, online modules, and
activities are completed during the week at your own pace, from the safety of
your own home! These assignments will be due weekly. Each week, you will attend
a 4.5 hour class dedicated specifically to learning and perfecting your lab
skills in a real dental office in Odessa!

WANT TO LEARN MORE?

Download Our Course Guide


UPCOMING CLASSES IN ODESSA


ODESSA

September 07, 2024
Saturdays
1:30 PM-6:00 PM
APPLY
Course Schedule

Few Seats Left!



WHY CHOOSE ODESSA DENTAL ASSISTANT SCHOOL?

HANDS-ON AND ONLINE LEARNING

We are excited to offer additional online modules and at-home tools that
complement our in-person labs and create a comprehensive course for all types of
learners. Our curriculum is curated by professional educators and instructors
with years of experience in the field.

CONVENIENT SCHEDULE

Many of our schools offer multiple class locations and times, including
Saturdays. This allows flexibility for our students to continue working while
being prepared for their next career.

AFFORDABLE TUITION

Our learning model allows us to keep the cost of education extremely low. We
offer several payment plans that do not require a credit check.

EXPERIENCED STAFF

We hire the most qualified and experienced instructors in town. All of our
school instructors are either distinguished dental assistants or dental
professionals.

SCRUBS, SUPPLIES & MATERIALS INCLUDED

Your tuition includes a set of scrubs and all supplies and materials needed for
class. We also cover your textbook, which will be provided to you digitally
before class begins.

CAREER SERVICES

We’re committed to helping our students both before and after graduation. Our
enhanced career services include job readiness labs in class, and a dedicated
team of job assistance specialists to you in your job search in Odessa.

APPLY NOW


CONTACT INFORMATION

 * * Odessa
   * 621 E 7th Street
   * Odessa, TX 79761




ADMISSION HOURS

Monday: 8:00am - 8:00pm CST

Tuesday: 8:00am - 8:00pm CST

Wednesday: 8:00am - 8:00pm CST

Thursday: 8:00am - 8:00pm CST

Friday: 8:00am - 8:00pm CST

Saturday: 8:00am - 5:00pm CST

Sunday: 8:00am - 5:00pm CST

The Denver Dental Assistant School is located in Lakewood off of Huron St and W
124th Ave, near I-25 where it meets Highway 128. You can find the Denver Dental
Assistant School just minutes from Northglenn, Broomfield, Thornton, and Federal
Heights, and just 20 minutes from Downtown Denver near where I-25 intersects
with I-70 and I-76.

The Tacoma Dental Assistant School is located in Central Tacoma, in a
neighborhood surrounded by North End, Hilltop and Fircrest, near S. Union in
between 16th and 17th Streets. The Tacoma Dental Assistant School can also be
found off Highway 16 at S. Union Ave, just passed 19th St, and is only 20
minutes away from I-5 where it crosses Highway 16.

The Tacoma Dental Assistant School – Puyallup campus is located near Highway 167
where it crosses Highway 410 off of E. Main Ave. The school is located at the
corner of Shaw Rd E and E Main Ave. The school can also be found from the South
down Shaw Rd E off of 23rd Ave SE.

The Phoenix Dental Assistant Schools, Mesa Campus is located off of Highway 101
past Highway 60 from the South, on the corner of Main St and 63rd St, one block
north of Broadway Rd. The school is also located just above the neighborhoods of
Superstition Springs Center and Leisure World.

The Phoenix Dental Assistant Schools, Litchfield Park Campus is located off
Dysart Rd near Camelback Rd. The school is 20 minutes away from Northern Pkwy
from the north, Highway 303 from the west and I-10 from the south. The school is
also south of the Luke Air Force Base and across the water from Camelback Ranch
in Glendale.

The Ohio Dental Assistant School is located in Avon, off of Highway 83, Center
Rd. The school is just south of where the I-90 and Highway 2 crosses over Center
Rd. The school is also east of the intersection of Stoney Ridge Rd and Detroit
Rd with the closest intersection to the Ohio Dental Assistant School at Detroit
Rd and Center Rd. The school can also be accessed from I-80 and Highway 20 where
they both cross Center Rd in North Ridgeville.

 * How To Apply
 * Tuition
 * Program Details
 * FAQ
 * Contact
 * Partnerships
 * Student Grievance Policy
 * Privacy Policy
 * Safe Classes
 * Student Login
 * Sitemap

Copyright © 2024 Odessa Dental Assistant School is licensed and regulated by the
Texas Workforce Commission.
Admissions Hours Today: 8:00am - 8:00pm CST
APPLY NOW
CALL US TEXT US

Wait! Don't go!


YOU'RE ALREADY HALFWAY THERE

Finish your application and be one step closer to starting a new career after
school!

Continue Application