www.financialengines.com Open in urlscan Pro
2a02:26f0:3500:894::2d5b  Public Scan

Submitted URL: https://click.mail.edelmanfinancialengines.com/?qs=72b1de8984245689a41335c7cc97f0bc14540dc05a4a3dedc4066771f205d8f37ddbcf93cb330b04bd05346a1db6...
Effective URL: https://www.financialengines.com/app/enrollment/?s_cid=em%3AFMR%3Abcbsnc%3AMARKET_SUMMARY_PROSPECT%3ANON_RECURRING%3AE_STOPLIGHT%...
Submission: On September 12 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

Name: authForm

<form id="auth-form" name="authForm" novalidate="" class="form-horizontal ng-pristine ng-invalid ng-invalid-required ng-valid-pattern ng-valid-maxlength" role="form" ng-submit="onSubmit(authForm.$valid)" autocomplete="off">
  <input type="password" style="width:0;height:0;background:transparent;border:0px">
  <!-- ngIf: pageContext==='enrollment' -->
  <div ng-if="pageContext==='enrollment'" class="form-group row ng-scope">
    <div class="text-right col-xs-12">
      <small class="ng-binding"> All fields required </small>
    </div>
  </div><!-- end ngIf: pageContext==='enrollment' -->
  <div data-ng-show="errors" class="form-group required row ng-hide">
    <div class="form-error col-xs-12" role="alert">
      <!-- ngIf: !initialCredentialData.isRetailUser -->
      <p data-ng-if="!initialCredentialData.isRetailUser" class="ng-binding ng-scope">The personal information you have entered does not match the information provided to us by {{ sponsor }}. Please correct the information you have entered and try
        again. If you are still not able to sign in, please call {{ supportPhone }} so we can help you. If you were recently hired, then we may not have received your information yet. Please call {{ supportPhone }} to find out when you may be
        eligible.</p><!-- end ngIf: !initialCredentialData.isRetailUser -->
      <!-- ngIf: initialCredentialData.isRetailUser -->
    </div>
  </div>
  <div class="form-group required row" data-ng-class="{true: ['has-error','has-feedback']} [authForm.firstName.$invalid &amp;&amp; authForm.submitted]">
    <label for="firstName" class="col-xs-12">
      <strong><span class="ng-binding">First name</span></strong>
    </label>
    <div class="col-xs-12">
      <input autocomplete="off" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" id="firstName" data-ng-model="user.firstName" data-ng-change="authForm.firstName.available=false"
        data-ng-blur="authForm.firstName.available=true" name="firstName" required="" data-fe-validation="" aria-describedby="authForm-firstName-error">
      <small class="error ng-binding ng-hide" id="authForm-firstName-error" data-ng-show="authForm.firstName.$error.required &amp;&amp; authForm.submitted">Please enter your first name.</small>
    </div>
  </div>
  <div class="form-group required row" data-ng-class="{true: ['has-error','has-feedback']} [authForm.lastName.$invalid &amp;&amp; authForm.submitted]">
    <label for="lastName" class="col-xs-12">
      <strong><span class="ng-binding">Last name</span></strong>
    </label>
    <div class="col-xs-12">
      <input autocomplete="off" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" id="lastName" name="lastName" data-ng-model="user.lastName" required="" data-fe-validation=""
        aria-describedby="authForm-lastName-error">
      <small class="error ng-binding ng-hide" id="authForm-lastName-error" data-ng-show="authForm.lastName.$error.required &amp;&amp; authForm.submitted">Please enter your last name.</small>
    </div>
  </div>
  <!-- ngIf: initialCredentialData.isZipCodeRequired -->
  <div class="form-group required row ng-scope" data-ng-class="{true: ['has-error','has-feedback']} [authForm.zipCode.$invalid &amp;&amp; authForm.submitted]" data-ng-if="initialCredentialData.isZipCodeRequired">
    <label for="zipCode" class="col-xs-12">
      <strong><span class="ng-binding">Zip code</span></strong>
    </label>
    <div class="col-xs-4">
      <input autocomplete="off" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-pattern ng-valid-maxlength" id="zipCode" name="zipCode" data-ng-model="user.zipCode"
        data-ng-blur="authForm.zipCode.inFocus=false" data-ng-focus="authForm.zipCode.inFocus=true" size="5" maxlength="5" data-ng-pattern="/^\d{5}$/" required="" data-fe-validation="" aria-describedby="authForm-zipCode-error" number-only="">
    </div>
    <div class="col-xs-8">&nbsp;</div>
    <small class="error col-xs-12 ng-binding ng-hide" id="authForm-zipCode-error" data-ng-show="authForm.zipCode.$invalid &amp;&amp; authForm.submitted">Please enter a valid Zip code.</small>
    <span class="col-xs-12 ng-hide" data-ng-show="authForm.zipCode.inFocus">Use the Zip code that <span data-ng-show="recordKeeper" class="ng-binding ng-hide"> has </span>
      <span data-ng-show="!recordKeeper">we have</span> on file.</span>
  </div><!-- end ngIf: initialCredentialData.isZipCodeRequired -->
  <!-- ngIf: initialCredentialData.isDobRequired -->
  <div class="form-group required row ng-scope" data-ng-class="{true: ['has-error']} [(authForm.DOBmonth.$invalid || authForm.DOBday.$invalid || authForm.DOByear.$invalid) &amp;&amp; authForm.submitted]"
    data-ng-if="initialCredentialData.isDobRequired">
    <label for="dateOfBirth" class="col-xs-12">
      <strong><span class="ng-binding">Date of birth <span class="light-weight text-muted"></span></span></strong>
    </label>
    <div class="col-xs-12 col-sm-7 col-md-7">
      <input autocomplete="off" type="text" ng-model="DOB.DOBmonth" name="DOBmonth" placeholder="MM" class="form-control col-xs-2 col-sm-3 ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-pattern ng-valid-maxlength"
        id="DOBmonth" ng-pattern="/^\d+$/" maxlength="2" required="" number-only="">
      <input autocomplete="off" type="text" ng-model="DOB.DOBday" name="DOBday" placeholder="DD"
        class="form-control col-xs-offset-1 col-xs-2 col-sm-3 ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-pattern ng-valid-maxlength" id="DOBday" ng-pattern="/^\d+$/" maxlength="2" required="" number-only="">
      <input autocomplete="off" type="text" ng-model="DOB.DOByear" name="DOByear" placeholder="YYYY" class="form-control col-xs-offset-1 col-xs-4 ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-pattern ng-valid-maxlength"
        id="DOByear" ng-pattern="/^\d+$/" maxlength="4" required="" number-only="">
      <!--
        <input type="text" class="form-control" id="dateOfBirth" name="dateOfBirth"
          size="14" maxlength="10" data-ng-pattern="/^\d\d?\/\d\d?\/\d{4}$/"
          data-ng-model="user.dateOfBirth" required data-fe-validation aria-describedby="authForm-dateOfBirth-error">
  -->
    </div>
    <small class="error col-xs-12 ng-binding ng-hide" id="authForm-dateOfBirth-error" data-ng-show="(authForm.DOBmonth.$invalid || authForm.DOBday.$invalid || authForm.DOByear.$invalid) &amp;&amp; authForm.submitted">Please enter a valid date of
      birth.</small>
  </div><!-- end ngIf: initialCredentialData.isDobRequired -->
  <!-- ngIf: initialCredentialData.isSSNRequired -->
  <div class="form-group row ng-scope" data-ng-if="initialCredentialData.isSSNRequired" data-ng-class="{true: ['has-error','has-feedback']} [authForm.lastFourSSN.$invalid &amp;&amp; authForm.submitted]">
    <label for="lastFourSSN" class="col-xs-12">
      <strong><span id="lastFourSSNLabel" class="ng-binding">Last 4 digits of SSN</span></strong>
      <i class="fa fa-question-circle" tooltip-placement="top" uib-tooltip="We need the last 4 digits of your social security number because it is the most reliable way to confirm who you are." style="font-size: 15px"></i>
    </label>
    <div class="col-xs-4">
      <input autocomplete="off" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-maxlength" type="password" id="lastFourSSN" name="lastFourSSN" size="4" maxlength="4" data-ng-model="user.lastFourSSN"
        data-ng-required="initialCredentialData.isSSNRequired" data-fe-validation="" aria-describedby="authForm-lastFourSSN-error" number-only="" required="required">
    </div>
    <div class="col-xs-6 lastFourSSN-align text-muted">
      <i class="fa fa-lock lock-icon"></i><span class="ng-binding">Secure Server</span>
    </div>
    <small class="error col-xs-12 ng-binding ng-hide" id="authForm-lastFourSSN-error" data-ng-show="authForm.lastFourSSN.$invalid &amp;&amp; authForm.submitted">Please enter 4 digits.</small>
  </div><!-- end ngIf: initialCredentialData.isSSNRequired -->
  <!-- ngIf: initialCredentialData.isEmpIDRequired -->
  <!-- ngIf: showEmail -->
  <div data-ng-show="showPrivacyPolicy" class="form-group row">
    <div class="policy-link col-xs-12">
      <span class="ng-binding"> Edelman Financial Engines uses this information only to verify your identity. It is stored securely in accordance with the Edelman Financial Engines
        <a target="_blank" data-ng-href="https://legaldocs.financialengines.io/Master/FEA_PrivacyPolicy_MA.pdf" class="ng-binding" href="https://legaldocs.financialengines.io/Master/FEA_PrivacyPolicy_MA.pdf">Privacy Policy</a>. </span>
    </div>
  </div>
  <div class="vertical-space-20"></div>
  <!-- ngIf: authForm.submittedPost -->
  <div class="form-group row">
    <div class="col-xs-12">
      <!-- ngIf: !authForm.submittedPost --><button id="confirm-identity-button" type="submit" ladda="submitting" data-style="slide-down" data-ng-if="!authForm.submittedPost" class="ladda-button btn btn-lg btn-primary ng-scope"
        style="width: 100%; background-color: rgb(195, 45, 55); border: 2px solid rgb(195, 45, 55);">
        <span class="ladda-label ng-binding">CONFIRM IDENTITY</span>
        <span class="ladda-spinner"></span></button><!-- end ngIf: !authForm.submittedPost -->
    </div>
  </div>
  <div class="vertical-space-20"></div>
</form>

Text Content

Skip to main content
Special Offer expires on ! Learn More



Toggle navigation
 * Business days from 9 a.m. to 9 p.m. ET
   Call (800) 601-5957
    
   Call us at (877) 401-5762, business days from 8:30 a.m. to 8:30 p.m. ET
 * Log out


×

TALK WITH AN ADVISOR REPRESENTATIVE

Call us at (800) 601-5957

Business days from 9 a.m. to 9 p.m. ET

Schedule a call

--------------------------------------------------------------------------------

Verify it's you
Because we're showing you confidential information, Edelman Financial Engines
needs to confirm your identity.
All fields required

The personal information you have entered does not match the information
provided to us by {{ sponsor }}. Please correct the information you have entered
and try again. If you are still not able to sign in, please call {{ supportPhone
}} so we can help you. If you were recently hired, then we may not have received
your information yet. Please call {{ supportPhone }} to find out when you may be
eligible.

First name
Please enter your first name.
Last name
Please enter your last name.
Zip code

 
Please enter a valid Zip code. Use the Zip code that has we have on file.
Date of birth

Please enter a valid date of birth.
Last 4 digits of SSN

Secure Server
Please enter 4 digits.
Edelman Financial Engines uses this information only to verify your identity. It
is stored securely in accordance with the Edelman Financial Engines Privacy
Policy.

CONFIRM IDENTITY


Just a second...

Edelman Financial Engines is not affiliated with Fidelity Workplace Services,
LLC or its affiliates.



   
 * About Edelman Financial Engines
   
 * Legal Information
   
 * Privacy Policy
   
 * Online Privacy Statement
   
 * Chat Usage Terms
   
 * Do Not Share My Personal Information
   

© 2023 Edelman Financial Engines, LLC. Edelman Financial Engines® is a
registered trademark of Edelman Financial Engines, LLC. All advisory services
provided by Financial Engines Advisors L.L.C., a federally registered investment
advisor. Results are not guaranteed. See
https://edelmanfinancialengines.com/patent-information for patent information.
Apple, the Apple logo and iPhone are trademarks of Apple Inc., registered in the
U.S. and other countries. App Store is a service mark of Apple Inc., registered
in the U.S. and other countries. Android and Google Play are trademarks of
Google LLC.



DO NOT SHARE MY PERSONAL INFORMATION




 * YOUR PRIVACY


 * STRICTLY NECESSARY COOKIES


 * ADVERTISING COOKIES


 * PERFORMANCE COOKIES


 * FUNCTIONAL COOKIES

YOUR PRIVACY

Like many online services, Edelman Financial Engines uses cookies and similar
technologies to enhance your online experience. When you visit our website, we
store cookies on your browser to collect information. The information collected
might relate to you, your preferences or your device, and is mostly used to make
the site work as you expect it to and to provide a more personalized web
experience. However, you can choose not to allow certain types of cookies. Click
on the different category headings to find out more and change your settings
according to your preference. For information about our privacy practices,
please refer to our
Privacy Policy

STRICTLY NECESSARY COOKIES

Always Active

These cookies are necessary for our sites and services to function and cannot be
switched off.

ADVERTISING COOKIES

Advertising Cookies Active


These cookies may be set through our sites and services by our advertising
partners. These companies may use cookies and similar technologies to try to
tailor the ads you see online to your interests based on your activity over time
across our services and other sites, or your interaction with our emails.

PERFORMANCE COOKIES

Performance Cookies Active


These cookies allow us to understand how users interact with the different
features of our sites and services and discern traffic sources so that we can
measure and improve the performance the sites and services.

FUNCTIONAL COOKIES

Functional Cookies Active


These cookies enable and enhance the functionality of our sites and services.

Back Button


BACK

Filter Button
Consent Leg.Interest
Switch Label label
Switch Label label
Switch Label label

Clear
checkbox label label
Apply Cancel
Confirm My Choices
Allow All