wichitafallsmedicalassistant.com Open in urlscan Pro
188.114.96.3  Public Scan

Submitted URL: http://wichitafallsmedicalassistant.com/
Effective URL: https://wichitafallsmedicalassistant.com/
Submission: On July 06 via api from US — Scanned from NL

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="a901c3a82918dc1b939098da7a8b9b4b">
  <input name="redirect_url" type="hidden" value="https://wichitafallsmedicalassistant.com/thank-you/">
  <input name="override_company_id" type="hidden" value="2914879374">
  <input name="page_name" type="hidden" value="Wichita Falls Medical Assistant School | 24-Week Medical Assisting Program">
  <input name="callrail_company_id" type="hidden" value="369831892">
  <input name="zollege_school_new_" type="hidden" value="Wichita Falls Medical Assistant School">
  <input name="form_source_url" type="hidden" value="https://wichitafallsmedicalassistant.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 ease 0s; 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-8whtvmatu2m3" 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=6Leb1tYUAAAAAL0yYdAnqHA4UdR86n5902crF6By&amp;co=aHR0cHM6Ly93aWNoaXRhZmFsbHNtZWRpY2FsYXNzaXN0YW50LmNvbTo0NDM.&amp;hl=nl&amp;v=rKbTvxTxwcw5VqzrtN-ICwWt&amp;size=invisible&amp;sa=submit&amp;cb=8pdznmii6sfr"></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="6Leb1tYUAAAAAL0yYdAnqHA4UdR86n5902crF6By" 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
      Zollege Medical Assistant Program. </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

Register for our virtual event on Thursday, 7/18: Externship Q&A!
 * Apply
   Tuition
   Standard Plans Custom Plans
   Student Journey
   Program Details Knowlege Hub
 * Events
   Partner With Us
   Partnerships
 * Contact Us
   

Call us at (940) 204-5472 or text us at (940) 204-5472


BECOME A MEDICAL 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 Zollege Medical Assistant Program.

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


LEARN ABOUT OUR LOCAL MEDICAL ASSISTING PROGRAM

Wichita Falls Medical Assistant School was founded to give students the
opportunity to become Medical 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 medical assistant course has helped thousands of people start a new career
in the medical field at a fraction of the cost of other schools. We help
students graduate debt free from our Wichita Falls Medical Assisting Program by
offering affordable tuition and flexible payment plans.


WITH ALL THE SKILLS YOU NEED.

Our medical assistant program is designed to prepare students to work in medical
offices and to learn what it takes to become a medical assistant. Wichita Falls
Medical 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 lab skills. Lectures and online activities are
completed during the week at your own pace, from the safety of your own home!
These activities will be due weekly. Every other Saturday, you will attend a 4
hour class dedicated specifically to learning and perfecting your lab skills in
a real medical office in Wichita Falls!

WANT TO LEARN MORE?

Download Our Course Guide


UPCOMING CLASSES IN WICHITA FALLS


WICHITA FALLS MEDICAL ASSISTANT SCHOOL

July 20, 2024
Saturdays
1:00 PM-5:00 PM
APPLY
Course Schedule

Few Seats Left!



WHY CHOOSE WICHITA FALLS MEDICAL ASSISTANT SCHOOL?

HANDS-ON LEARNING

Our program features immersive, hands-on learning taught by professional school
instructors with years of experience in the field. Students learn and practice
in an actual medical office setting.

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 medical assistants or medical
professionals.

SCRUBS, SUPPLIES & MATERIALS INCLUDED

Your tuition includes a set of scrubs and all supplies and materials needed for
class. The CCMA guide book is provided to each student at no additional cost.

CAREER SERVICES

We’re committed to helping our students both during and after graduation. Once
you graduate, our dedicated career services team will help you in your job
search in Wichita Falls.

APPLY NOW


CONTACT INFORMATION

 * * Wichita Falls Medical Assistant School
   * 1408 8th St.
   * Wichita Falls, TX 76301




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
 * Hire a Graduate
 * FAQ
 * Contact
 * Partnerships
 * Student Grievance Policy
 * Privacy Policy
 * Safe Classes
 * Student Login
 * Sitemap

Copyright © 2024 Wichita Falls Medical Assistant School is licensed and
regulated by the Texas Workforce Commission.
Admissions Hours Today: 8:00am - 5: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