www.bocaratondentalsleepmedicine.com Open in urlscan Pro
104.131.106.80  Public Scan

URL: https://www.bocaratondentalsleepmedicine.com/
Submission: On August 07 via manual from US — Scanned from US

Form analysis 2 forms found in the DOM

POST /wp-content/themes/html5blank/validator.php

<form action="/wp-content/themes/html5blank/validator.php" class="forms" method="post">
  <div class="slick-form slick-initialized slick-slider slick-dotted">
    <div class="slick-list">
      <div class="slick-track" style="opacity: 1; width: 2450px; transform: translate3d(0px, 0px, 0px);">
        <div class="slick-slide slick-current slick-active" data-slick-index="0" aria-hidden="false" style="width: 490px;" role="tabpanel" id="slick-slide00">
          <div>
            <div class="input" style="width: 100%; display: inline-block;"><input name="name" placeholder="Enter Your Name" required="true" type="text" tabindex="0">
              <div class="btn next slick-arrow" style="" aria-disabled="false">NEXT</div>
            </div>
          </div>
        </div>
        <div class="slick-slide" data-slick-index="1" aria-hidden="true" style="width: 490px;" tabindex="-1" role="tabpanel" id="slick-slide01">
          <div>
            <div class="input" style="width: 100%; display: inline-block;"><input name="phone" placeholder="Phone Number" type="text" maxlength="14" tabindex="-1">
              <div class="btn next slick-arrow" style="" aria-disabled="false"> NEXT</div>
            </div>
          </div>
        </div>
        <div class="slick-slide" data-slick-index="2" aria-hidden="true" style="width: 490px;" tabindex="-1" role="tabpanel" id="slick-slide02">
          <div>
            <div class="input" style="width: 100%; display: inline-block;"><input name="email" placeholder="Email Address" required="true" type="email" tabindex="-1">
              <div class="btn next slick-arrow" style="" aria-disabled="false"> NEXT</div>
            </div>
          </div>
        </div>
        <div class="slick-slide" data-slick-index="3" aria-hidden="true" style="width: 490px;" tabindex="-1" role="tabpanel" id="slick-slide03">
          <div>
            <div class="input" id="hear" style="width: 100%; display: inline-block;">
              <div>
                <label for="hear">How Did You Hear About Us?</label>
                <select name="hear" required="true" tabindex="-1">
                  <option value="" disabled="" selected="" hidden="">Select One</option>
                  <option value="search engine">Search Engine</option>
                  <option value="family">Family/Friend</option>
                  <option value="promotion">Promotion</option>
                  <option value="Social Media">Social Media</option>
                  <option value="other">Other</option>
                </select>
              </div>
              <div class="btn next slick-arrow" style="" aria-disabled="false"> NEXT</div>
            </div>
          </div>
        </div>
        <div class="slick-slide" data-slick-index="4" aria-hidden="true" style="width: 490px;" tabindex="-1" role="tabpanel" id="slick-slide04">
          <div>
            <div class="input" style="width: 100%; display: inline-block;">
              <textarea name="question" class="fields" placeholder="Questions/Comments"></textarea>
              <input class="btn sub" type="submit" name="submit" value="Submit" tabindex="-1">
            </div>
          </div>
        </div>
      </div>
    </div>
    <ul class="slick-dots" style="" role="tablist">
      <li class="slick-active" role="presentation"><button type="button" role="tab" id="slick-slide-control00" aria-controls="slick-slide00" aria-label="1 of 5" tabindex="0" aria-selected="true">1</button></li>
      <li role="presentation"><button type="button" role="tab" id="slick-slide-control01" aria-controls="slick-slide01" aria-label="2 of 5" tabindex="-1">2</button></li>
      <li role="presentation"><button type="button" role="tab" id="slick-slide-control02" aria-controls="slick-slide02" aria-label="3 of 5" tabindex="-1">3</button></li>
      <li role="presentation"><button type="button" role="tab" id="slick-slide-control03" aria-controls="slick-slide03" aria-label="4 of 5" tabindex="-1">4</button></li>
      <li role="presentation"><button type="button" role="tab" id="slick-slide-control04" aria-controls="slick-slide04" aria-label="5 of 5" tabindex="-1">5</button></li>
    </ul>
  </div>
  <input name="_subject" value="Footer Form" type="hidden">
  <input type="hidden" name="token_generate" id="token_generate">
  <input name="_redirect" value="https://www.bocaratondentalsleepmedicine.com/thanks/" type="hidden">
</form>

POST /wp-content/themes/html5blank/validator.php

<form id="appt-form" class="styled-form" method="post" action="/wp-content/themes/html5blank/validator.php">
  <div class="drei">
    <span class="input-content">
      <input class="input__field" name="Name" type="text" required="true">
      <label class="input__label"><span class="input__label-content">Full Name </span></label>
    </span>
    <span class="input-content">
      <input class="input__field phone-input" name="Phone" type="text" pattern="(.){10,}" required="" title="10 characters minimum">
      <label class="input__label"><span class="input__label-content">Phone Number</span></label>
    </span>
    <span class="input-content">
      <input class="input__field" name="Email" type="email" required="true">
      <label class="input__label"><span class="input__label-content">Email Address </span></label>
    </span>
  </div>
  <div class="drei">
    <div class="inline options required">
      <label>Are you...</label>
      <span><input name="PatientType[]" type="radio" value="New" required="required"> A New Patient </span>
      <span><input name="PatientType[]" type="radio" value="Existing" required="required"> An Existing Patient </span>
    </div>
    <div class="inline options required day">
      <label>Preferred day of the week</label>
      <span><input name="day[]" type="checkbox" value="Monday"> Monday </span>
      <span><input name="day[]" type="checkbox" value="Tuesday"> Tuesday </span>
      <span><input name="day[]" type="checkbox" value="Wednesday"> Wednesday </span>
      <span><input name="day[]" type="checkbox" value="Thursday"> Thursday </span>
      <span><input name="day[]" type="checkbox" value="Friday"> Friday </span>
    </div>
    <div class="inline options required comm">
      <label>Preferred method of communication</label>
      <span><input name="communication[]" type="checkbox" value="phone"> Phone </span>
      <span><input name="communication[]" type="checkbox" value="Text"> Text </span>
      <span><input name="communication[]" type="checkbox" value="email"> Email </span>
    </div>
  </div>
  <div class="drei">
    <div class="inline options required">
      <label>How did you hear about us?</label>
      <span><input name="hear[]" type="radio" value="Search Engine" required="required"> Search Engine </span>
      <span><input name="hear[]" type="radio" value="Family/Friend"> Family/Friend </span>
      <span><input name="hear[]" type="radio" value="Promotion"> Promotion </span>
      <span><input name="hear[]" type="radio" value="Social Media"> Social Media </span>
      <span><input name="hear[]" type="radio" value="Other"> Other </span>
    </div>
    <div class="inline">
      <label>What are you interested in?</label>
      <textarea name="Interests" aria-label="Interests" placeholder="I am interested in…"></textarea>
    </div>
    <div class="inline">
      <label>Questions or comments?</label>
      <textarea name="Questions/Comments" aria-label="Questions" placeholder="Type your questions or comments here."></textarea>
    </div>
  </div>
  <select name="location" required="true">
    <option value="" disabled="" selected="" hidden="">Choose a Location</option>
    <option value="Boca Raton">Boca Raton</option>
    <option value="Vero Beach">Vero Beach</option>
    <option value="Melbourne">Melbourne</option>
  </select>
  <select name="florida" required="true">
    <option value="" disabled="" selected="" hidden="">Are you located in Florida?</option>
    <option value="Yes">Yes</option>
    <option value="No">No</option>
  </select>
  <input class="btn" type="submit" name="submit" value="Submit Request">
  <input name="_subject" type="hidden" value="Request Appointment">
  <input type="hidden" name="token_generate" id="token_generate">
  <input name="_redirect" type="hidden" value="https://www.bocaratondentalsleepmedicine.com/thanks/">
</form>

Text Content

Skip to content

Kenneth A. Mogell, DMD Diplomate ABDSM, ABCDSM
Melbourne Vero Beach Boca Raton
(844) MY-APNEA
(844) 686-0696

Sleep Study
Request

Appointment
Request
 * Home
 * Get Treated
   
   * Sleep Apnea Treatment
   * Oral Appliance Options
   * What to Expect
   * Take Our Sleep Apnea Screener
   * Patient Reviews
 * Our Doctor
 * Education
   
   * What is Sleep Apnea?
   * Obstructive Sleep Apnea
   * Oral Appliance Therapy
   * What Causes Snoring and Sleep Apnea?
   * Blog
 * For Physicians
 * New Patients
   
   * Dentista de apnea del sueño en Melbourne
     
     * Dentista de la apnea del sueño
     * Opciones de aparatos orales
   * FAQs
   * New Patient Forms
   * Insurance Information
 * Our Locations
   
   * Boca Raton
   * Vero Beach
   * Melbourne

We accept Medicare, TRICARE, and most medical insurance


SLEEP APNEA TREATMENT IN MELBOURNE, VERO BEACH, & BOCA RATON

Sleep Healthy.
Live Happy.



Take Our Sleep Screener


AN EFFECTIVE CPAP ALTERNATIVE.

Finding an appropriate and effective treatment for your obstructive sleep apnea
and snoring used to be frustrating and time consuming — we want to make things
easier. Fortunately, there is a viable CPAP alternative that works wonders for
most patients: oral appliance therapy.

Am I a Candidate?


WHY ORAL APPLIANCE THERAPY?

Breathe Easier with a Custom Solution.

Our practice specializes in oral appliance therapy – an effective, non-surgical
CPAP alternative – for treating sleep apnea and snoring. We are dedicated to
helping our patients achieve the quality, restorative sleep they need to live
healthy, happy, and productive lives.

Benefits of Oral Appliance Therapy
Kenneth A. Mogell, DMD
Diplomate ABDSM, ABCDSM


SOUTH FLORIDA’S SLEEP DOCTOR
SINCE 1984

Rest Easy with Dr. Mogell
 * Board-Certified Sleep Expert
 * Medical Insurance Accepted, Including Medicare & TriCare
 * Practice Focused Exclusively on Treating Sleep Apnea & Snoring
 * Ongoing Support to Ensure Successful Treatment
 * Variety of Oral Sleep Appliances Offered

Get to Know Dr. Mogell


TOP-RATED SLEEP APNEA DOCTOR

Hear from Our Patients

"I recently went to Florida Dental Sleep Disorder to get a mouthpiece for sleep
apnea. Both Dr. Mogell and Lea were extremely helpful in fitting the mouthpiece
and answered all of my questions. They were very patient and reassuring. I
couldn’t be more pleased with the results."

Hanley S. Melbourne, FL

"After being diagnosed with severe sleep apnea, which ruined my wife’s sleep, I
was referred to Dr. Mogell. After being fitted with the oral appliance and
having multiple adjustments I have improved tremendously, and my quality of
sleep, as well. I do not wake myself up with my own snoring or lack of oxygen
due to stopped breathing. Game changer!!"

Timothy O. Vero Beach, FL

"Excellent care from start to finish. Very pleased with Dr Mogell and the entire
staff for their professional attention to detail. Highly recommend!"

Mark S. Boca Raton, FL

Read More Reviews


SOUTH FLORIDA’S SLEEP APNEA EXPERT

Three Convenient Locations
Melbourne, FL (844) 686-0696
1400 Pine St,
Melbourne, FL 32901
Get Directions
Vero Beach, FL (844) 686-0696
787 37th St Suite 180,
Vero Beach, FL 32960
Get Directions
Boca Raton, FL (844) 686-0696
#212 South Building, 2900 N Military Trl,
Boca Raton, FL 33431
Get Directions

We accept Medicare, TRICARE, and most medical insurance.

(844) MY-APNEA
(844) 686-0696 Request An Appointment

Office Hours

Monday 8:00 am - 4:00 pm
Tuesday 8:00 am - 4:00 pm
Wednesday 8:00 am - 5:00 pm
Thursday 8:00 am - 5:00 pm
Friday 9:00 am - 3:00 pm


Quick Links
 * Sleep Apnea Treatment
 * Oral Appliance Options for Sleep Apnea Treatment
 * What to Expect with Sleep Apnea Treatment
 * Take Our Sleep Apnea Screener
 * Patient Reviews

Get Treated
 * Sleep Apnea Treatment
 * Oral Appliance Options for Sleep Apnea Treatment
 * What to Expect with Sleep Apnea Treatment
 * Take Our Sleep Apnea Screener
 * Patient Reviews

It has never been easier
to get more restful sleep!
Questions? We’ll answer ASAP.
NEXT
NEXT
NEXT
How Did You Hear About Us? Select One Search Engine Family/Friend Promotion
Social Media Other
NEXT

 * 1
 * 2
 * 3
 * 4
 * 5

© 2024 Copyright Florida Dental Sleep Disorders | Privacy Policy
Site designed and maintained by
Request an Appointment Call Us Locations Download Forms Follow Us Read Reviews


REQUEST AN APPOINTMENT


Full Name Phone Number Email Address
Are you... A New Patient An Existing Patient
Preferred day of the week Monday Tuesday Wednesday Thursday Friday
Preferred method of communication Phone Text Email
How did you hear about us? Search Engine Family/Friend Promotion Social Media
Other
What are you interested in?
Questions or comments?
Choose a Location Boca Raton Vero Beach Melbourne Are you located in Florida?
Yes No