smiledirectclub.com Open in urlscan Pro
208.69.180.11  Public Scan

Submitted URL: https://click.email.smiledirectclub.com/?qs=2b52a91532d9b54cb3bf4fc0bc8b0f77570fc826c39dc024fe15b5139110aee95a4e7886431f132ce7fc92ba0783...
Effective URL: https://smiledirectclub.com/auth/?next=/patient-portal/%3Ftoken%3D%26utm_campaign%3DAUTOBRDCST_SLEAD_enUS_vA_2_LC%26utm_cont...
Submission: On February 07 via manual from US — Scanned from DE

Form analysis 6 forms found in the DOM

POST /auth/

<form novalidate="novalidate" method="POST" action="/auth/" data-se="o-form" slot="content" id="form1" class="primary-auth-form o-form o-form-edit-mode">
  <div data-se="o-form-content" class="o-form-content o-form-theme clearfix">
    <h2 data-se="o-form-head" class="okta-form-title o-form-head">Let’s sign in.</h2>
    <div class="o-form-error-container" data-se="o-form-error-container"></div>
    <div class="o-form-fieldset-container" data-se="o-form-fieldset-container">
      <div data-se="o-form-fieldset" class="o-form-fieldset o-form-label-top margin-btm-5">
        <div data-se="o-form-label" class="okta-form-label o-form-label"><label for="okta-signin-username">Email&nbsp;</label></div>
        <div data-se="o-form-input-container" class="o-form-input"><span data-se="o-form-input-username" class="o-form-input-name-username o-form-control okta-form-input-field input-fix focused-input"><input type="text" placeholder="" name="username"
              id="okta-signin-username" value="" aria-label="" autocomplete="username" required=""></span></div>
      </div>
      <div data-se="o-form-fieldset" class="o-form-fieldset o-form-label-top margin-btm-30">
        <div data-se="o-form-label" class="okta-form-label o-form-label"><label for="okta-signin-password">Password&nbsp;</label></div>
        <div data-se="o-form-input-container" class="o-form-input"><span data-se="o-form-input-password" class="o-form-input-name-password o-form-control okta-form-input-field input-fix"><input type="password" placeholder="" name="password"
              id="okta-signin-password" value="" aria-label="" autocomplete="current-password" required=""></span></div>
      </div>
      <div data-se="o-form-fieldset" class="o-form-fieldset o-form-label-top margin-btm-0">
        <div data-se="o-form-input-container" class="o-form-input"><span data-se="o-form-input-remember" class="o-form-input-name-remember">
            <div class="custom-checkbox"><input type="checkbox" name="remember" id="input7"><label for="input7" data-se-for-name="remember">Remember Me</label></div>
          </span></div>
      </div>
    </div>
  </div>
  <div class="o-form-button-bar"><input class="button button-primary" type="submit" value="Sign in" id="okta-signin-submit" data-type="save"></div>
</form>

<form data-parsley-validate="data-parsley-validate" class="signup-form" novalidate="">
  <div class="form-group row">
    <div class="col-xs-12 col-sm-8 col-sm-offset-2">
      <input type="email" name="username" placeholder="email*" required="required" class="form-control">
    </div>
  </div>
  <div class="form-group row">
    <div class="col-xs-12 col-sm-8 col-sm-offset-2">
      <input type="password" name="password" placeholder="password*" required="required" class="form-control">
    </div>
  </div>
  <div class="form-group row">
    <div class="col-xs-12 col-sm-8 col-sm-offset-2">
      <input type="password" name="retype_password" placeholder="confirm password*" required="required" class="form-control">
      <div class="signup-error"></div>
    </div>
  </div>
  <div class="checkbox col-xs-12 col-sm-8 col-sm-offset-2">
    <input type="checkbox" name="is_patient" id="is_patient_yes_mobile" value="YES" checked="checked" class="behaveLikeRadioButtons" data-parsley-multiple="is_patient">
    <label for="is_patient_yes_mobile">I am the patient </label>
  </div>
  <div class="checkbox col-xs-12 col-sm-8 col-sm-offset-2">
    <input type="checkbox" name="is_patient" id="is_patient_no_mobile" value="NO" class="behaveLikeRadioButtons" data-parsley-multiple="is_patient">
    <label for="is_patient_no_mobile">I am not the patient </label>
  </div>
  <div class="form-group row">
    <div class="col-xs-12 col-sm-8 col-sm-offset-2">
      <input type="text" name="first_name" placeholder="Patient First Name*" required="required" class="form-control">
    </div>
  </div>
  <div class="form-group row">
    <div class="col-xs-12 col-sm-8 col-sm-offset-2">
      <input type="text" name="last_name" placeholder="Patient Last Name*" required="required" class="form-control">
    </div>
  </div>
  <div class="form-group row">
    <div class="col-xs-12 col-sm-8 col-sm-offset-2">
      <input type="text" name="date_of_birth" placeholder="Patient Date of Birth*" id="date_of_birth_mobile" data-parsley-is-date="data-parsley-is-date" required="required" class="form-control">
    </div>
  </div>
  <div class="row">
    <div class="col-xs-12 col-sm-8 col-sm-offset-2">
      <button type="submit" class="btn btn-blurple round sign-in-btn">Create Account</button>
    </div>
  </div>
</form>

<form data-parsley-validate="data-parsley-validate" class="request-password-reset-form" novalidate="">
  <div class="form-group row">
    <div class="col-xs-12 col-sm-8 col-sm-offset-2">
      <input type="email" name="username" placeholder="email" required="required" class="form-control">
      <input type="text" name="return_url" value="https://smiledirectclub.com/reset-password/" class="hidden">
    </div>
  </div>
  <div class="row">
    <div class="col-xs-12 col-sm-8 col-sm-offset-2">
      <div class="request-password-reset-error"></div>
      <div class="request-password-reset-success"></div>
      <button type="submit" class="btn btn-blurple round sign-in-btn">Submit</button>
    </div>
  </div>
</form>

<form data-parsley-validate="data-parsley-validate" class="logout-form row" novalidate="">
  <div class="col-xs-12 col-ms-8 col-ms-offset-2 col-sm-6 col-sm-offset-3 sign-out-col"><a class="btn btn-grey round sign-out-btn btn-block">Sign Out</a>
    <div class="logout-error"></div>
  </div>
</form>

/product-landing/

<form id="buy-now-form" data-parsley-validate="data-parsley-validate" action="/product-landing/" novalidate="">
  <input name="src" type="hidden" value="buy_now">
  <div class="form-group">
    <div class="field-container">
      <input value="" type="tel" name="postal_code" data-parsley-whitespace="squish" placeholder="zip code" required="True" data-pa="postalCode" autocomplete="postal-code"
        class="buy-now-postal-code postal-code form-control trimmed-and-squished-field" data-parsley-pattern="^(^(\d{5})(?:[ \-](\d{4}))?$)$" data-parsley-pattern-message="Invalid postal code. Please use a format like 95014, 22162-1010">
      <label id="buy-now-postal-code-label" class="eyebrow">zip code</label>
    </div>
  </div>
  <div class="form-group">
    <button id="get-started-btn" type="submit" class="btn btn-blurple">Get Started</button>
  </div>
</form>

GET https://tr.snapchat.com/cm/i

<form method="GET" action="https://tr.snapchat.com/cm/i" target="snap09973248914041755" accept-charset="utf-8" style="display: none;"><iframe id="snap09973248914041755" name="snap09973248914041755"></iframe><input name="pid"></form>

Text Content

Menu
 * ×

 * 
 * Why SDC?
 * How It Works
 * Results
 * Pricing
 * Insurance
 * SDC Teens
 * Locations
 * Accessories

 * Get Started
 * Am I a Candidate?

 * Sign in
 * Live chat
 * Invite a friend Get $100
 * (800) 848-7566

United States American English

Am I A Candidate?

 * Sign In
 * 
 * Get Started Am I a Candidate?
 * 

 * Sign In
 * 
 * Get Started Am I a Candidate?
 * 

 * 
 * Why SDC?
 * How It Works
 * Results
 * Pricing
 * Insurance
 * SDC Teens
 * Locations
 * Accessories

 * 
 * Sign In
 * 
 * Get Started Am I a Candidate?

 * 
 * Why SDC?
 * How It Works
 * Results
 * Pricing
 * Insurance
 * SDC Teens
 * Locations
 * Accessories

 * 
 * Sign In
 * 
 * Get Started Am I a Candidate?

Looks like we're missing some critical info. Please call 800-848-7566 and we'll
help you finish setting up your account.


LET’S SIGN IN.


Email 

Password 

Remember Me

Need help signing in?
 * I forgot my password
 * Help

*required fields
I am the patient
I am not the patient



Create Account

Please enter the email associated with your account and we will send you an
email to reset your password.

Check your email for a link to change your password.


Submit

For your security, your password must have 6 or more characters with at least
one lower case and one upper case letter.

Reset your password now.



ORDER ONLINE?

Did you book a visit or order a kit online but don’t have a login? Finish your
account now.

Finish account

ALREADY HAVE AN ACCOUNT?

Log in here!

Log In
Back To Log In
View My Dashboard
Sign Out

 * Learn More
 * About
 * Careers
 * Blog & Resources
 * Why Smile Direct Club

 * Support
 * (800) 848-7566
 * Contact
 * Press/Investors
 * FAQs

 * Locations
 * SmileShops

 * Grin With Us
 * Share the Smiles
 * @SmileDirectClub
 * 

United States
© 2022 SmileDirectClub. All Rights Reserved. Privacy Terms Returns



SMILEDIRECTCLUB PUTS THE HEALTH AND SAFETY OF OUR TEAM MEMBERS AND CUSTOMERS
FIRST.

A number of sanitizing, cleaning and hygienic measures are taken before each
appointment. Those include:

 * Ensuring our Smile Guides maintain excellent personal and environmental
   hygiene. Each Smile Guide checks their temperature every day before work,
   wears a face mask, shield, latex gloves, and sterilizes and keeps their hands
   clean at all times.

 * Assuring that our Smile Shops are clean and safe for all customers and team
   members. We therefore require all customers to complete a temperature check
   and hand sanitizing before entering our scan rooms.

 * Rescheduling scan appointments for customers with symptoms of respiratory
   tract infection or fever.

 * Allotting time for Smile Guides to perform personal and environmental
   sanitizing measures between each appointment.

Close



SELECT YOUR REGION.

ASIA PACIFIC

Australia Australian English

EUROPE

France Français de France
Ireland Irish English
United Kingdom British English

NORTH AMERICA

Canada Canadian English
Canada Français canadien
United States American English
United States Español americano


WELCOME TO OUR SITE FOR YOUR COUNTRY.

Please note that pricing may be different.

Let's do this.

iframe(src='https://www.googletagmanager.com/ns.html?id=GTM-59PCWW5',
height='0', width='0', style='display:none;visibility:hidden')





×

Single Pay is our overall best value and lowest price
TOTAL COST $1950

We accept debit, credit, HSA and FSA cards

We also accept CareCredit members. Please call our SmileExperts anytime to
process your order (800) 688-0450.

HSA & FSA FAQCareCredit FAQ
×

SmilePay™ is our convenient monthly payment plan.
TOTAL COST $2386

All we need to get started is a low $250 down payment with no credit check.

We will charge your debit, credit, HSA or FSA card $89 once a month for months.

Feel free to call our SmileExperts anytime to process your order (800) 688-0450.

SmilePay™ FAQHSA & FSA FAQ
×

SmilePay (Powered by Tabeo) is our convenient monthly payment plan.

We will forward you to our partner Tabeo Finance where you will be asked to
enter some required personal data. Afterwards, you will be automatically
directed back to us. This will only take a few minutes to complete.

×

SmileNow powered by Allianz is your exclusive dental insurance offer that covers
your aligner therapy
TOTAL COST $2386

With the Allianz insurance product you pay $89 per month (for 24 months). A
reimbursement of $1591 applies for the dental splints. Therefore, a one-time
personal contribution of $250 is made in the first month of insurance.

You will also receive 4 retainers per upper and lower jaw worth $360 ($90 per
retainer).

The offer includes further dental services, which can be claimed from the 25th
month on. This is, for example, professional dental cleaning.

You have the option to terminate the contract at the end of the minimum contract
period of 24 months or at the end of the 36th month - in each case with a notice
period of at least 3 months.


×
Just One More Thing
We made some updates.

Before you can get that new smile we need you to
agree to our recently updated legal disclaimers.

This value is required.

I agree to SmileDirectClub's Informed Consent and Terms &
SmilePay Conditions.
I Agree
×
Let's Get The
Party Started!

Enter your zip code to see if we serve your area.

zip code
Get Started