welcome.livongo.com Open in urlscan Pro
3.95.142.234  Public Scan

Submitted URL: https://click.email.livongo.com/?qs=487d49a113bcb40ac90ab5c9e613ddeb50b35d0ae87e6d50ae3854a988143d2f19207be2dc387de04e331504668f...
Effective URL: https://welcome.livongo.com/BLUECROSSNC?ccid=WPDM&trackingid=9329d39d-785f-319b-691b-5e9bce66bd37&utm_medium=email&utm_sourc...
Submission: On April 12 via api from US — Scanned from DE

Form analysis 4 forms found in the DOM

Name: stepForm

<form name="stepForm" novalidate="" autocomplete="off" accept-charset="ISO-8859-1" class="ng-pristine ng-invalid ng-invalid-required ng-valid-pattern ng-valid-maxlength ng-valid-email ng-valid-password-secure" style="">
  <div ng-transclude="">
    <!-- ngIf: coppaStep === '' --><!-- ngInclude: '/app/getStarted/getStartedStep.html' -->
    <div ng-if="coppaStep === ''" class="modal-body ng-scope" ng-include="'/app/getStarted/getStartedStep.html'" style="">
      <div class="row question-row ng-scope">
        <div class="form-wrapper col-md-6 form-question form-question-left">
          <div class="form-input-container sticky-placeholder"><span class="hint-text small ng-scope" translate="">Legal First Name</span><input id="get-started-input-firstname"
              class="form-style ng-pristine ng-untouched ng-isolate-scope ng-empty ng-invalid ng-invalid-required ng-valid-pattern" name="firstName" type="text" autocomplete="given-name" aria-label="Legal First Name" placeholder="Legal First Name"
              sticky-placeholder="true" required="" form-input="" my-maxlength="64" autofocus="" ng-model="data.personalInformation.firstName" ng-pattern="/^(([a-z]+){1}(\s){0,2}(([-.\'’])(\s{0,2})([a-z]+)){0,1}[.\']{0,1})*$/i" ng-trim="false"
              aria-describedby="get-started-input-firstname-error-message"></div>
          <div id="get-started-input-firstname-error-message" aria-live="polite" class="sticky-placeholder-error"></div>
        </div>
        <div class="form-wrapper col-md-6 form-question form-question-right">
          <div class="form-input-container sticky-placeholder"><span class="hint-text small ng-scope" translate="">Legal Last Name</span><input id="get-started-input-lastname"
              class="form-style ng-pristine ng-untouched ng-isolate-scope ng-empty ng-invalid ng-invalid-required ng-valid-pattern" name="lastName" type="text" autocomplete="family-name" aria-label="Legal Last Name" placeholder="Legal Last Name"
              sticky-placeholder="true" required="" form-input="" my-maxlength="64" ng-model="data.personalInformation.lastName" ng-pattern="/^(([a-z]+){1}(\s){0,2}(([-.\'’])(\s{0,2})([a-z]+)){0,1}[.\']{0,1})*$/i" ng-trim="false"
              aria-describedby="get-started-input-lastname-error-message"></div>
          <div id="get-started-input-lastname-error-message" aria-live="polite" class="sticky-placeholder-error"></div>
        </div>
      </div>
      <div class="row question-row ng-scope">
        <div class="form-wrapper col-sm-3 form-question form-question-left">
          <div class="form-input-container sticky-placeholder"><span class="hint-text small ng-scope" translate="">Month of Birth</span><input id="get-started-input-month" name="month" type="tel"
              class="form-style ng-pristine ng-untouched ng-isolate-scope ng-empty ng-invalid ng-invalid-required ng-valid-pattern ng-valid-maxlength" autocomplete="bday-month" aria-label="Month of Birth" placeholder="MM"
              placeholder-display="Month of Birth" sticky-placeholder="true" form-input="" maxlength="2" required="" ng-trim="false" ng-blur="validateDate()" ng-model="date.month" ng-keyup="jumpToNextField($event, 'month')"
              ng-pattern="/^(([0]{0,1}[1-9])|10|11|12)$/" aria-describedby="get-started-input-month-error-message"></div>
          <div id="get-started-input-month-error-message" aria-live="polite" class="sticky-placeholder-error"></div>
        </div>
        <div class="pull-left date-separator hidden-xs"> /</div>
        <div class="form-wrapper col-sm-3 form-question form-question-left">
          <div class="form-input-container sticky-placeholder"><span class="hint-text small ng-scope" translate="">Day of Birth</span><input id="get-started-input-day" name="day" type="tel"
              class="form-style ng-pristine ng-untouched ng-isolate-scope ng-empty ng-invalid ng-invalid-required ng-valid-pattern ng-valid-maxlength" autocomplete="bday-day" aria-label="Day of Birth" placeholder="DD"
              placeholder-display="Day of Birth" sticky-placeholder="true" form-input="" maxlength="2" required="" ng-trim="false" ng-blur="validateDate()" ng-model="date.day" ng-keyup="jumpToNextField($event, 'day')"
              ng-pattern="/^(([0]{0,1}[1-9])|([1-2][0-9])|(3[0-1]))$/" aria-describedby="get-started-input-day-error-message"></div>
          <div id="get-started-input-day-error-message" aria-live="polite" class="sticky-placeholder-error"></div>
        </div>
        <div class="pull-left date-separator hidden-xs"> /</div>
        <div class="form-wrapper col-sm-5 form-question form-question-left">
          <div class="form-input-container sticky-placeholder"><span class="hint-text small ng-scope" translate="">Year of Birth</span><input id="get-started-input-year" name="year" type="tel"
              class="form-style ng-pristine ng-untouched ng-isolate-scope ng-empty ng-invalid ng-invalid-required ng-valid-pattern ng-valid-maxlength" autocomplete="bday-year" aria-label="Year of Birth" placeholder="YYYY"
              placeholder-display="Year of Birth" sticky-placeholder="true" form-input="" maxlength="4" required="" ng-trim="false" ng-attr-max-value="{{currentYear}}" ng-blur="validateDate()" ng-model="date.year"
              ng-keyup="jumpToNextField($event, 'year')" ng-pattern="/^((19|20)\d\d)$/" aria-describedby="get-started-input-year-error-message" max-value="2023"></div>
          <div id="get-started-input-year-error-message" aria-live="polite" class="sticky-placeholder-error"></div>
        </div>
      </div>
      <!-- ngIf: isU18 -->
      <div class="row question-row ng-scope">
        <div class="form-wrapper col-md-12 form-question">
          <div class="form-input-container sticky-placeholder"><span class="hint-text small ng-scope" translate="">Zip Code</span><input id="shipping-zip-code"
              class="form-style ng-pristine ng-untouched ng-isolate-scope ng-empty ng-invalid ng-invalid-required ng-valid-maxlength" name="zipcode" type="tel" required="" autocomplete="postal-code" aria-label="Zip Code" placeholder="Zip Code"
              form-input="" sticky-placeholder="true" maxlength="10" ng-model="data.personalInformation.address.zipcode" ng-keyup="validateZipcode()" ng-blur="setValueZipcode()" ng-attr-format-zipcode=""
              aria-describedby="shipping-zip-code-error-message" format-zipcode=""></div>
          <div id="shipping-zip-code-error-message" aria-live="polite" class="sticky-placeholder-error"></div>
        </div>
      </div>
      <div class="row question-row ng-scope">
        <div class="col-xs-12">
          <span class="step-description" translate="">Create your account. Use it to access your information.</span>
        </div>
      </div>
      <div class="row question-row ng-scope">
        <div class="form-wrapper col-md-6 form-question form-question-left">
          <div class="form-input-container sticky-placeholder"><span class="hint-text small ng-scope" translate="">Email Address</span><input id="get-started-input-email"
              class="form-style ng-pristine ng-untouched ng-isolate-scope ng-empty ng-valid-email ng-invalid ng-invalid-required ng-valid-pattern ng-valid-maxlength" name="email" type="email" autocomplete="email" aria-label="Email Address"
              placeholder="Email Address" sticky-placeholder="true" required="" form-input="" autocorrect="off" autocapitalize="none" maxlength="100" ng-trim="false" ng-model="data.personalInformation.email" ng-change="onChangeEmail()"
              ng-pattern="/^[a-zA-Z0-9\.!#$%&amp;'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-_]{0,61}[a-zA-Z0-9_])?(?:\.[a-zA-Z0-9_](?:[a-zA-Z0-9-_]{0,61}[a-zA-Z0-9])?)+$/" aria-describedby="get-started-input-email-error-message"></div>
          <div id="get-started-input-email-error-message" aria-live="polite" class="sticky-placeholder-error"></div>
        </div>
        <div class="form-wrapper col-md-6 form-question form-question-right">
          <!-- Adding a fake input to get around Safari's auto-fill feature -->
          <!-- ngIf: isSafariBrowser -->
          <div class="form-input-container sticky-placeholder"><span class="hint-text small ng-scope" translate="">Password</span><input id="get-started-input-password" name="pin"
              class="form-style ng-pristine ng-untouched ng-isolate-scope ng-empty ng-invalid ng-invalid-required ng-valid-maxlength valid-securepassword ng-valid-password-secure" type="password" autocomplete="new-password" aria-label="Password"
              placeholder="Password" sticky-placeholder="true" required="" form-input="" maxlength="24" ng-attr-password-secure="" ng-model="data.personalInformation.pin" aria-describedby="get-started-input-password-error-message" password-secure="">
          </div>
          <a href="" id="get-started-link-password-show" class="password-button lv-link ng-binding" ng-click="hideShowPassword()">
      Show
    </a>
          <div id="get-started-input-password-error-message" aria-live="polite" class="sticky-placeholder-error"></div>
        </div>
      </div>
      <div class="row question-row ng-scope">
        <div class="form-wrapper col-md-12 form-question">
          <div class="pull-left checkbox-input">
            <input id="get-started-terms-and-conditions" name="acceptTermsAndConditions" type="checkbox" ng-required="'true'" required="required" form-choose-element="" ng-model="$parent.acceptTermsAndConditions" value="true"
              class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" aria-describedby="get-started-terms-and-conditions-error-message">
            <label for="get-started-terms-and-conditions" class="lv-checkbox-lg label-margin checkbox-text">
              <span class="checkbox-text">
                <span translate-comment="Get Started Page" translate="">By continuing, I accept the Livongo Health</span>
                <!-- ngIf: currentLanguage !== "es" --><a ng-if="currentLanguage !== &quot;es&quot;" href="https://content.livongo.com/docs/Terms_Service_Eng.pdf" onclick="window.open('https://content.livongo.com/docs/Terms_Service_Eng.pdf','_blank'); return false;" ng-click="trackMessageMixpanel('3.0 Terms of Service')" target="_blank" class="lv-link lv-link-inline ng-scope" translate-comment="Signup Page"><span translate="">Terms of Service</span><pdf-icon color="blue"><span class="sr-only">, Opens PDF file in a new window</span><img class="pdf-icon" rel-path="/img/ic_pdf_blue.png" alt="" src="https://cdn8.livongo.com/img/ic_pdf_blue.png"></pdf-icon></a><!-- end ngIf: currentLanguage !== "es" --><!-- ngIf: currentLanguage !== "es" --><span
                  ng-if="currentLanguage !== &quot;es&quot;" class="ng-scope">,</span><!-- end ngIf: currentLanguage !== "es" -->
                <!-- ngIf: currentLanguage == "es" --><!-- ngIf: currentLanguage == "es" -->
                <!-- ngIf: currentLanguage !== "es" --><a ng-if="currentLanguage !== &quot;es&quot;" href="https://content.livongo.com/docs/privacy_practices.pdf" onclick="window.open('https://content.livongo.com/docs/privacy_practices.pdf','_blank'); return false;" ng-click="trackMessageMixpanel('3.0 Privacy Policy')" target="_blank" class="lv-link lv-link-inline ng-scope" translate-comment="Signup Page"><span translate="">Notice of Privacy Practices</span><pdf-icon color="blue"><span class="sr-only">, Opens PDF file in a new window</span><img class="pdf-icon" rel-path="/img/ic_pdf_blue.png" alt="" src="https://cdn8.livongo.com/img/ic_pdf_blue.png"></pdf-icon></a><!-- end ngIf: currentLanguage !== "es" -->
                <!-- ngIf: currentLanguage == "es" -->
                <!-- ngIf: currentLanguage == "es" --> ,
                <a ng-href="https://teladochealth.com/privacy-policy/" target="_blank" translate-comment="Landing page" href="https://teladochealth.com/privacy-policy/"><span translate="">Website Privacy Policy</span></a>, <a href="https://content.livongo.com/docs/Non-discrimination-Notice-Language-Assistance.pdf" target="_blank" ng-click="trackMessageMixpanel('3.0 Non-Discrimination Disclosure')">
           <span class="lv-link lv-link-inline" translate="">Non-Discrimination Disclosure</span>
           <pdf-icon color="blue"><span class="sr-only">, Opens PDF file in a new window</span><img class="pdf-icon" rel-path="/img/ic_pdf_blue.png" alt="" src="https://cdn8.livongo.com/img/ic_pdf_blue.png"></pdf-icon></a>
                <span translate-comment="Signup Page"> , <span translate="">and</span>
                  <a class="lv-link-inline" href="" data-toggle="modal" data-target="#get-started-text-modal" ng-click="trackMessageMixpanel('3.0 Livongo Member Messaging')">
            <span translate="">Member Communication Policy</span>
           </a> . </span>
              </span>
            </label>
          </div>
          <div id="get-started-terms-and-conditions-error-message" aria-live="polite"></div>
        </div>
      </div>
      <div class="row question-row ng-scope">
        <!-- ngIf: isDignity -->
        <!-- ngIf: isCVS -->
      </div>
    </div><!-- end ngIf: coppaStep === '' -->
    <!-- ngIf: coppaStep === 'start' -->
    <!-- ngIf: coppaStep === 'coppaConsentRequest' || coppaStep === 'coppaConsentVerification' -->
    <!-- ngIf: coppaStep === 'final' -->
  </div>
</form>

Name: loginForm

<form name="loginForm" novalidate="" class="ng-pristine ng-invalid ng-invalid-required ng-valid-pattern">
  <div class="modal-header landing-custom-modal-header">
    <div class="close-block">
      <button type="button" class="close landing-custom-close" data-dismiss="modal" aria-label="Close"><img class="close-modal-button" alt="Close" rel-path="/img/ic_header_close.png" src="https://cdn8.livongo.com/img/ic_header_close.png"></button>
    </div>
    <h4 id="login-modal-title" class="modal-title landing-custom-modal-title" translate-comment="Login Page" translate="">Log in</h4>
  </div>
  <div class="modal-body landing-custom-modal-body">
    <!-- ngIf: displayError -->
    <div class="form-question">
      <div class="form-question-label">
        <label for="login-input-username" translate-comment="Login Page" translate="">Email</label>
      </div>
      <div class="form-question-input form-wrapper">
        <div class="form-input-container"><input id="login-input-username" name="username" type="text" class="form-style ng-pristine ng-untouched ng-isolate-scope ng-empty ng-invalid ng-invalid-required ng-valid-pattern" placeholder="Email Address"
            required="" form-input="" ng-model="user.username" ng-pattern="/^[a-zA-Z0-9\.!#$%&amp;'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-_]{0,61}[a-zA-Z0-9_])?(?:\.[a-zA-Z0-9_](?:[a-zA-Z0-9-_]{0,61}[a-zA-Z0-9])?)+$/" autocomplete="off"
            aria-describedby="login-input-username-error-message"></div>
        <div id="login-input-username-error-message" aria-live="polite" class=""></div>
      </div>
    </div>
    <div class="form-question more-gap">
      <div class="form-question-label">
        <label for="login-input-password" translate-comment="Login Page" translate="">Password</label>
      </div>
      <div class="form-question-input form-wrapper">
        <div class="form-input-container"><input id="login-input-password" name="password" type="password" class="form-style ng-pristine ng-untouched ng-isolate-scope ng-empty ng-invalid ng-invalid-required" autocomplete="current-password"
            placeholder="Password" required="" form-input="" ng-model="user.password" aria-describedby="login-input-password-error-message"></div>
        <div id="login-input-password-error-message" aria-live="polite" class=""></div>
      </div>
    </div>
    <div class="clearfix"></div>
    <div class="form-question form-signup-rememberme">
      <a href="" class="pull-right" ng-click="redirectToMP()" translate-comment="Login Page" translate="">Forgot password?</a>
    </div>
  </div>
  <div class="clearfix"></div>
  <div class="modal-footer landing-custom-modal-footer">
    <button id="login-button-submit" type="submit" class="lv-btn lv-btn-green custom-button disabled" ng-class="{'disabled':loginForm.$invalid}" ng-click="submit()" translate-comment="Login Page" translate="">Log in</button>
    <div class="clearfix"></div>
    <p class="custom-lead" ng-show="!isSugar"><span translate="" translate-comment="Login Page">Don't have an account?</span> <a class="lv-link-inline" href="" data-dismiss="modal" ng-click="hideLogin()" translate="">Join now</a></p>
  </div>
</form>

Name: dontSeeSponsorForm

<form name="dontSeeSponsorForm" id="dont-see-sponsor-form" novalidate="" autocomplete="off" accept-charset="ISO-8859-1" class="ng-pristine ng-invalid ng-invalid-required">
  <div class="reg-content">
    <div id="employerName" class="form-wrapper form-question">
      <h1><span id="employerNameHeader" class="title-modal" translate-comment="ask Employer Name" translate="">What is the name of your employer?</span></h1>
      <div class="form-input-container">
        <input id="employerNameInput" type="text" class="form-style ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" ng-model="dontSeeSponsorAnswers.employerName" placeholder="Employer Name"
          aria-label="dont See Sponsor Employer Name Input" required="">
      </div>
    </div>
    <div id="interestedProgramForm" class="health-question">
      <div id="interestedProgramHeader">
        <h1><span id="interestedProgramTitle" class="title-modal" translate-comment="ask Interests" translate="">Which of the following programs are you interested in?</span></h1>
      </div>
      <div class="question-response">
        <div class="grey-border form-question first">
          <div class="lv-checkbox-lg">
            <div class="pull-left">
              <span class="lv-checkbox"><input class="aside-input ng-pristine ng-untouched ng-valid ng-isolate-scope ng-empty" id="dontSeeSponsorCheckboxDBT" type="checkbox" ng-attr-lv-checkbox="" aria-label="dontSeeSponsorCheckboxDBT"
                  ng-model="dontSeeSponsorAnswers.DBT" value="true" tabindex="0" lv-checkbox=""><img class="lv-checkbox" src="/img/reg/ic-check-lg-unselected.png" alt="Checkbox unchecked"></span>
            </div>
            <div class="checkbox-text" translate="">Livongo for Diabetes</div>
          </div>
        </div>
        <div class="grey-border form-question">
          <div class="lv-checkbox-lg">
            <div class="pull-left">
              <span class="lv-checkbox"><input class="aside-input ng-pristine ng-untouched ng-valid ng-isolate-scope ng-empty" id="dontSeeSponsorCheckboxWM" type="checkbox" ng-attr-lv-checkbox="" aria-label="dontSeeSponsorCheckboxWM"
                  ng-model="dontSeeSponsorAnswers.WM" value="true" tabindex="0" lv-checkbox=""><img class="lv-checkbox" src="/img/reg/ic-check-lg-unselected.png" alt="Checkbox unchecked"></span>
            </div>
            <div class="checkbox-text" translate="">Livongo for Weight Management</div>
          </div>
        </div>
        <div class="grey-border form-question">
          <div class="lv-checkbox-lg">
            <div class="pull-left">
              <span class="lv-checkbox"><input class="aside-input ng-pristine ng-untouched ng-valid ng-isolate-scope ng-empty" id="dontSeeSponsorCheckboxHTN" type="checkbox" ng-attr-lv-checkbox="" aria-label="dontSeeSponsorCheckboxHTN"
                  ng-model="dontSeeSponsorAnswers.HTN" value="true" tabindex="0" lv-checkbox=""><img class="lv-checkbox" src="/img/reg/ic-check-lg-unselected.png" alt="Checkbox unchecked"></span>
            </div>
            <div class="checkbox-text" translate="">Livongo for Hypertension</div>
          </div>
        </div>
        <div class="grey-border form-question">
          <div class="lv-checkbox-lg">
            <div class="pull-left">
              <span class="lv-checkbox"><input class="aside-input ng-pristine ng-untouched ng-valid ng-isolate-scope ng-empty" id="dontSeeSponsorCheckboxBH" type="checkbox" ng-attr-lv-checkbox="" aria-label="dontSeeSponsorCheckboxBH"
                  ng-model="dontSeeSponsorAnswers.BH" value="true" tabindex="0" lv-checkbox=""><img class="lv-checkbox" src="/img/reg/ic-check-lg-unselected.png" alt="Checkbox unchecked"></span>
            </div>
            <div class="checkbox-text" translate="">Livongo for Behavioral Health</div>
          </div>
        </div>
        <div class="grey-border form-question last">
          <div class="lv-checkbox-lg">
            <div class="pull-left">
              <span class="lv-checkbox"><input class="aside-input ng-pristine ng-untouched ng-valid ng-isolate-scope ng-empty" id="dontSeeSponsorCheckboxDPP" type="checkbox" ng-attr-lv-checkbox="" aria-label="dontSeeSponsorCheckboxDPP"
                  ng-model="dontSeeSponsorAnswers.DPP" value="true" tabindex="0" lv-checkbox=""><img class="lv-checkbox" src="/img/reg/ic-check-lg-unselected.png" alt="Checkbox unchecked"></span>
            </div>
            <div class="checkbox-text" translate="">Healthy Living and Diabetes Prevention</div>
          </div>
        </div>
      </div>
    </div>
  </div>
</form>

POST

<form id="fileUploadForm" enctype="multipart/form-data" method="post" target="fileUploadIframe"><input type="file" id="fileSelector" name="file" style="display: none;"><input name="filename" type="hidden"></form>

Text Content

EN ESPAÑOL IN ENGLISH SIGN IN


EASY DIABETES MANAGEMENT FROM HOME - AT NO COST TO YOU

$0
/ month

Get unlimited strips and lancets delivered to you, remote support from an expert
health coach, and more. A $75/month benefit, paid for you by your employer or
health plan.


JOIN NOW
Overview Key Features TESTIMONIALS
(800) 945-4355 EN ESPAÑOL IN ENGLISH JOIN NOW
EN ESPAÑOL IN ENGLISH CALL US


JOIN LIVONGO AND QUALIFY FOR FREE GENERIC MEDICATIONS

When you enroll and check your blood glucose at least 5x/month starting April 1
on your Livongo meter, you'll receive free generic diabetes medications the next
month.

JOIN NOW

$0 per month


SIGN UP AND RECEIVE:

 * An advanced glucose meter ($200 value)
 * A smart scale and/or a connected blood pressure monitor*
 * Virtual one-on-one health coaching
 * Unlimited test strips and lancets, with free delivery
 * 24/7 support via calls and text messages
 * Access to online webinars with health experts
   
   
   
   
   
   
   

JOIN NOW
*You may receive a smart scale and/or a connected blood pressure monitor if
you’re eligible based on program qualification.


TEST STRIPS AND LANCETS


UNLIMITED STRIPS, WITH NO COPAYS OR OUT-OF-POCKET FEES


STRESS LESS ABOUT SUPPLIES

When you need more strips, you simply tap the meter and reorder. In a few days,
a new box of strips appears at your doorstep. It's that simple.

Get as many strips as you need. Order right from your blood sugar meter and new
strips are sent direct to your doorstep. It’s that simple.




THE METER


AN ADVANCED BLOOD GLUCOSE METER - AT YOUR FINGERTIPS

Your Livongo meter is super easy to use. It automatically uploads readings to
your private account and gives instant insights. Getting started is a cinch—just
insert a strip into the meter, do your first check, and you're off.


Cellular Connectivity
Seamless Sharing

Blood Glucose Alerts
Set Reminders
 * Slide 1
 * Slide 2
   
 * Slide 3
   
   
 * Slide 4
   
   
 * Slide 5
   


INSTANT FEEDBACK


UNDERSTAND YOUR READINGS

After each check, you receive a personalized tip. You can also view trends of
past readings at anytime on the meter or in your private account.


STAY CONNECTED


SHARE WITH YOUR DOCTOR

In a few taps, you can share your readings with your doctor or care team member.
No more paper logbooks or connection cables. If you don't want to share, that's
okay too — as it's up to you.


LIVONGO COACHING


COACHING - FROM YOUR HOME

Livongo's experienced coaches are available for support. You can schedule phone
appointments, or get expert advice by email or text message.


FAMILY AND FRIENDS


KEEP YOUR FAMILY MEMBERS AND FRIENDS IN THE LOOP

Create optional notifications for high and low readings to let loved ones know
your blood sugar status.


TRACK WEIGHT


START TO SEE RESULTS

Small changes can make a big difference! Our program helps you lose weight,
learn smart strategies for a healthier lifestyle, and create better habits.


TESTIMONIALS


TENS OF THOUSANDS OF PEOPLE WITH DIABETES LOVE LIVONGO


Scott Wilson
Type 2 Diabetes since 2014

"Livongo is much more than a sophisticated meter. It's a program that can help
you get to know you better, get to know your body, so that you can control your
diabetes."


Marquisha Branch
Type 2 Diabetes since 2003

"I feel a lot more confident in myself as far as the choices I make. I feel a
lot more energetic now, so definitely, I believe my health has changed
dramatically."


Edith Wilson
Type 2 Diabetes since 2003

"I can't say enough about the meter. I love the meter. With this program, it's
hassle free. Livongo does the work for you."


Kendrick Summers
Type 1 Diabetes since 1995

"I've had diabetes for 20 years, and I've never had the ability to control it in
the way I do now."

The testimonials, statements, and opinions presented are applicable to the
individuals depicted. Each member's exact results and experience will be unique
and individual to each member. The testimonials are voluntarily provided and are
not paid.


FREQUENTLY ASKED QUESTIONS

IS THIS REALLY NO COST FOR ME? HOW CAN THAT BE?

Yes! It is completely free to you. We can do this because your employer, health
plan, or health provider completely pays for the program on your behalf.
Shipping is included too. You are not billed anything for joining Livongo.

WHO IS ELIGIBLE FOR LIVONGO?

First, you must meet the health criteria for each program you wish to enroll in.
Next, you must be eligible through your employer, health plan, or health
provider. Spouses and dependents often qualify as well. Chat with us or call us
at (800) 945-4355 if you have questions regarding your case.

DOES UNLIMITED STRIPS REALLY MEAN UNLIMITED?


Yes! No matter if you check once a week or once per hour, with Livongo, you
receive all the strips you need at no cost to you.

HOW DO I REORDER STRIPS?

You can reorder strips in four ways: 1) On your member website at
my.livongo.com, 2) On your Livongo meter, 3) On the Livongo mobile app, or 4)
through calling member support anytime at (800) 945-4355.

WHAT HAPPENS AFTER I ENROLL?

After you enroll, you will be shipped the Livongo Welcome Kit that includes the
Livongo meter and all the supplies you need to check your blood glucose. You
will receive access to the Livongo member website, my.livongo.com, from where
you can personalize the program and access your readings.

CAN I CANCEL MY MEMBERSHIP?

Yes, you cancel at anytime for any reason. Just call Livongo at (800) 945-4355
or email help@livongo.com.

HOW DO I REORDER STRIPS?

You can reorder strips in four ways: 1) On your member website at
my.livongo.com, 2) On your Livongo meter, 3) On the Livongo mobile app, or 4)
through calling member support anytime at (800) 945-4355.


SIGN UP TODAY!

Enroll today at no cost to receive a connected meter, unlimited strips,
personalized insights, and coaching to manage your diabetes.

Enroll today at no cost to receive a connected meter, unlimited strips, and
personalized insights.

JOIN NOW
Web & Mobile Privacy Policy, Legal Disclaimer, Notice of Non-Discrimination and
Language Assistance, Member Communication Policy
2023 © Livongo. All rights reserved.       PL09424.A

A diagnosis of Type 1 or Type 2 diabetes is required to enroll in the program.
Your employer, health plan, or health provider may have additional requirements
for eligibility.

Program includes trends and support on your secure Livongo account and mobile
app but does not include a tablet or phone.


More info




Already registered with Livongo?

If you already have an account, click Sign in.
To create a new account, click Join Now.

Sign In Join Now
Your registration code (BLUECROSSNC) is for coverage through Blue Cross and Blue
Shield of North Carolina.
Let's Start with the Basics
Who will be using Livongo? Please enter the name as it exists with their
insurance provider.
Legal First Name

Legal Last Name

Month of Birth

/
Day of Birth

/
Year of Birth

Zip Code

Create your account. Use it to access your information.
Email Address

Password
Show

By continuing, I accept the Livongo Health Terms of Service, Opens PDF file in a
new window, Notice of Privacy Practices, Opens PDF file in a new window ,
Website Privacy Policy, Non-Discrimination Disclosure , Opens PDF file in a new
window , and Member Communication Policy .


Submit



Reach this by mistake?

Chat with Us Try again
Or contact member support at membersupport@livongo.com.


Error Code



Error


An error occurred while trying to submit your information. Please check your
information and try again.

A Livongo account with this email address is already in use. Already registered?
Visit my.livongo.com to order strips or access your account.

An account with this coverage information already exists.

Questions? Call (800) 945-4355 or chat with us.

OK
Error

An active account with this information already exists. Sign in at
my.livongo.com. Questions? Call (800) 945-4355 or chat with us.

An inactive account with this information already exists. Call (800) 945-4355 or
chat with us to access your account.

There is no SIM assigned to this account. If you have any questions, please call
member support at (800) 945-4355.

An account with this personal information already exists. If you have any
questions, please call member support at (800) 945-4355.

The registration code is inactive. If you have any questions, please call member
support at (800) 945-4355.

The selected programs are not supported by your registration code. If you have
any questions, please call member support at (800) 945-4355.

International phone numbers are not supported for your registration code. Please
enter a valid US phone number. Questions? Call (800) 945-4355 or chat with us.

An error occurred while trying to submit your information. Please check your
information and try again. If you have any questions, please call member support
at (800) 945-4355.

An error occurred while trying to validate your card information. Please check
your information and try again. If you have any questions, please call member
support at (800) 945-4355.

OK OK

Don't lose your updates


You haven't saved your updates. If you leave now, you'll lose the changes from
this page.

Do you want to leave without saving?

Yes

LOG IN

Email

Password


Forgot password?

Log in


Don't have an account? Join now


Error


An error occurred while trying to submit your information. Please check your
information and try again.


LET'S KEEP IN TOUCH

It looks like your employer doesn't offer Livongo today. Fill out the form below
and we can keep you in the loop when we add your employer!




WHAT IS THE NAME OF YOUR EMPLOYER?




WHICH OF THE FOLLOWING PROGRAMS ARE YOU INTERESTED IN?

Livongo for Diabetes
Livongo for Weight Management
Livongo for Hypertension
Livongo for Behavioral Health
Healthy Living and Diabetes Prevention
Keep Me In The Loop
https://cdn8.livongo.com

Please verify that you have a network connection before continuing.

OK
Get Livongo App

Livongo Member Communication Policy


By accepting this Policy, I hereby give my consent for Livongo Health, Inc.
(“Livongo”) to communicate with me through the methods outlined in this
document. I understand that these communications may involve the use and
disclosure of protected health information (“PHI”) about me to carry out
treatment, payment and health care operations (“TPO”). I further understand that
I may change my communication preferences with Livongo at any time.

Telephone
With this consent, Livongo may call my home number, mobile number or other
alternative number and leave a message on voicemail in reference to any items
that assist Livongo in carrying out TPO, such as reminders, insurance items,
shipment and delivery of supplies, health profile updates and any calls
pertaining to my care, including, but not limited to, conversations with Livongo
Certified Diabetes Educators.

Text
With this consent, Livongo may contact me via unencrypted SMS text messages in
reference to any items that assist Livongo in carrying out TPO, such as
reminders, insurance items, shipment and delivery of supplies, health profile
updates and any communications pertaining to my care, including text messages
exchanged with Livongo Certified Diabetes Educators and automated text message
campaigns.

Email
With this consent, Livongo may contact me via unencrypted email in reference to
any items that assist Livongo in carrying out TPO, such as reminders, insurance
items, shipment and delivery of supplies, health profile updates and any
communications pertaining to my care, including information exchanged with
Livongo Certified Diabetes Educators and email message campaigns.

Live Chat


.

We use cookies on the site to enhance site navigation, analyze site usage and
assist in our marketing efforts. Privacy Policy

Cookies Settings Accept All Cookies



PRIVACY PREFERENCE CENTER




 * YOUR PRIVACY


 * STRICTLY NECESSARY COOKIES


 * PERFORMANCE COOKIES


 * FUNCTIONAL COOKIES


 * TARGETING COOKIES

YOUR PRIVACY

When you visit any website, it may store or retrieve information on your
browser, mostly in the form of cookies. This information might be about you,
your preferences or your device and is mostly used to make the site work as you
expect it to. The information does not usually directly identify you, but it can
give you a more personalized web experience. Because we respect your right to
privacy, you can choose not to allow some types of cookies. Click on the
different category headings to find out more and change our default settings.
However, blocking some types of cookies may impact your experience of the site
and the services we are able to offer.
Privacy Policy

STRICTLY NECESSARY COOKIES

Always Active

These cookies are necessary for the website to function and cannot be switched
off in our systems. They are usually only set in response to actions made by you
which amount to a request for services, such as setting your privacy
preferences, logging in or filling in forms. You can set your browser to block
or alert you about these cookies, but some parts of the site will not then work.
These cookies do not store any personally identifiable information.

PERFORMANCE COOKIES

Performance Cookies Active


These cookies allow us to count visits and traffic sources so we can measure and
improve the performance of our site. They help us to know which pages are the
most and least popular and see how visitors move around the site. All
information these cookies collect is aggregated and therefore anonymous. If you
do not allow these cookies we will not know when you have visited our site, and
will not be able to monitor its performance.

FUNCTIONAL COOKIES

Functional Cookies Active


These cookies enable the website to provide enhanced functionality and
personalisation. They may be set by us or by third party providers whose
services we have added to our pages. If you do not allow these cookies then some
or all of these services may not function properly.

TARGETING COOKIES

Targeting Cookies Active


These cookies may be set through our site by our advertising partners. They may
be used by those companies to build a profile of your interests and show you
relevant adverts on other sites. They do not store directly personal
information, but are based on uniquely identifying your browser and internet
device. If you do not allow these cookies, you will experience less targeted
advertising.

Back Button


BACK

Filter Button
Consent Leg.Interest
checkbox label label
checkbox label label
checkbox label label

Clear
checkbox label label
Apply Cancel
Confirm My Choices
Allow All


Live chat:Chat offline