welcome.livongo.com
Open in
urlscan Pro
3.95.142.234
Public Scan
Submitted URL: https://click.email.livongo.com/?qs=076680fe77d15b546fca17d28e2a645ea4373d90c7e9c069b9511364065f0e20171b4a78aebff981259036a0e63a...
Effective URL: https://welcome.livongo.com/BLUECROSSNC?ccid=WPCV&trackingid=aa43dec1-74a7-c7b2-d39a-8d446e3d1a88&utm_medium=email&utm_sourc...
Submission: On March 30 via api from US — Scanned from DE
Effective URL: https://welcome.livongo.com/BLUECROSSNC?ccid=WPCV&trackingid=aa43dec1-74a7-c7b2-d39a-8d446e3d1a88&utm_medium=email&utm_sourc...
Submission: On March 30 via api from US — Scanned from DE
Form analysis
4 forms found in the DOMName: 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\.!#$%&'*+/=?^_`{|}~-]+@[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 !== "es"" 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 !== "es"" class="ng-scope">,</span><!-- end ngIf: currentLanguage !== "es" -->
<!-- ngIf: currentLanguage == "es" --><!-- ngIf: currentLanguage == "es" -->
<!-- ngIf: currentLanguage !== "es" --><a ng-if="currentLanguage !== "es"" 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\.!#$%&'*+/=?^_`{|}~-]+@[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 A BETTER WAY TO MANAGE YOUR BLOOD PRESSURE AND MORE, AT NO COST TO YOU $0 / month Do you have high blood pressure? Then you’ll love our new convenient, hassle-free way to manage hypertension. This $39/month benefit is completely paid for 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 SIGN UP AND RECEIVE: * A connected blood pressure cuff and monitor ($65 value) * A smart scale, if eligible based on your health need * Personalized feedback on your readings and trends * Expert advice from our Livongo coaches * An app you can use to view and track blood pressure readings JOIN NOW $0 per month A HEALTHIER, HAPPIER LIFE AWAITS You’ll love our no-stress way to manage blood pressure—available at no cost to you! JOIN NOW THE MONITOR MORE THAN A NORMAL BLOOD PRESSURE MONITOR Your Livongo monitor is easy to use and getting started is a cinch! After you check, take your readings anywhere on the Livongo mobile app. Cellular Connectivity Tips and Insights Share with Doctor Set Reminders TAKE CHARGE OF YOUR HEALTH WITH LIVONGO ALL OF YOUR INFORMATION IN ONE PLACE Our app is available at no additional charge for effortless blood pressure tracking. TESTIMONIALS LIVONGO HELPS PEOPLE LIVE HEALTHIER, HAPPIER LIVES. HERE’S WHAT SOME OF OUR MEMBERS HAVE TO SAY: DIANNE K. “Since Livongo came into my life, the support has been beyond anything I could dream of.” JIM S. “Between being able to check my blood pressure regularly and losing weight, I have been able to drop my medications. I also used to have prediabetes, and I no longer do.” SCOTT D. “I’m a big proponent of people taking care of themselves to the best that they can. Having a product like Livongo helps you to be more self-sufficient.” BARBARA L. “My husband and I just received our kits about a week ago. I can’t believe what all is in the kit, and most of all it’s free. I love it. I’m keeping up with my readings now, which I never checked before.” 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. WHAT DO I NEED TO DO TO JOIN? It's easy! Just fill out the registration form online. We'll check to make sure you're eligible. Once you're approved, we'll send out your welcome kit with directions on how to get started. WHAT HAPPENS AFTER I ENROLL? After you enroll, you will be shipped the Livongo Welcome Kit that includes the Livongo connected blood pressure monitor. The instructions included will walk you through getting set up and taking your first reading. You will receive access to the member website, my.livongo.com, as well as the mobile app, where you can personalize the program, track your progress, and more! 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. WILL MY INFORMATION BE SAFE? We take your privacy seriously. Your protected health information like blood pressure readings are protected through federal and state laws, including Health Insurance Portability and Accountability Act (HIPAA), and will not be shared with any third party in a manner that violates federal or state law. 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. DO I NEED TO DOWNLOAD THE MOBILE APP? We do ask that you download the app so you get the most out of Livongo for Hypertension including easy tracking, personalized tips to help you manage your blood pressure, and more. HOW DO YOU KNOW MY BLOOD PRESSURE CUFF SIZE? The included cuff fits most arm sizes: 8.6-16.5 inches (22-42 centimeters). Need a bigger cuff? Our member support team is happy to assist at (800) 945-4355 if you have questions regarding cuff sizes. SIGN UP TODAY! Join today to get your new blood pressure cuff and monitor shipped right to your door — at no cost to you. Enroll today at no cost to receive a connected meter, unlimited strips, and personalized insights. JOIN NOW Notice of Privacy Practices, Opens PDF file in a new window Website Privacy Policy Terms of Service, Opens PDF file in a new window Member Communication Policy 2023 © Livongo. All rights reserved. PL09425.B 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