idcardtest.argus.bm Open in urlscan Pro
199.68.193.19  Public Scan

Submitted URL: http://idcardtest.argus.bm/
Effective URL: https://idcardtest.argus.bm/
Submission: On June 15 via manual from GI — Scanned from DE

Form analysis 1 forms found in the DOM

<form id="searchform" novalidate="novalidate">
  <div class="container">
    <div class="info-panel bg-white pb-0 ">
      <div class="form-row">
        <div class="form-group col-md-3 firstName">
          <label for="FirstName">First Name</label><sup class="req">*</sup>
          <input class="form-control valid" type="text" id="firstName" name="firstName" maxlength="100" autocomplete="off">
        </div>
        <div class="form-group col-md-3 lastName">
          <label for="LastName">Last Name</label><sup class="req">*</sup>
          <input class="form-control valid" type="text" id="lastName" name="lastName" maxlength="100" autocomplete="off">
        </div>
        <div class="form-group col-md-3 col-lg-3 col-xl-3 birthDate">
          <label for="birthDate">Date of Birth <sup class="req">*</sup></label>
          <!-- datepicker wrapper -->
          <div class="row datepicker-input-wrap">
            <div class="col-lg-12">
              <div class="input-group date">
                <span class="input-group-addon newdatepicker"><i class="fa fa-calendar"></i></span>
                <input type="text" data-req="true" class="form-control" id="birthDate" data-mask="MM/DD/YYYY" name="birthDate" aria-describedby="birthDate" placeholder="MM/DD/YYYY"
                  onkeydown="this.value=this.value.replace(/^(\d\d)(\d)$/g,'$1/$2').replace(/^(\d\d\/\d\d)(\d+)$/g,'$1/$2').replace(/[^\d\/]/g,'')">
              </div>
            </div>
          </div>
        </div>
      </div>
      <div class="form-row">
        <div class="form-group col-md-6 email">
          <label for="Email">Personal Email Address</label><sup class="req">*</sup>
          <input class="form-control valid" type="email" id="email" name="email" autocomplete="off">
        </div>
      </div>
      <div class="form-row">
        <div class="form-group col-md-3 validate">
          <button type="button" id="validate" class="btn btn-danger btn-link-danger btn-block text-uppercase" onclick="search();"> Validate </button>
        </div>
      </div>
    </div>
    <div class="info-panel bg-white accounts_related_panel">
      <h4 class="fieldset-subheading text-lightblue">Accounts Found</h4>
      <div class="accounts_found">
        <div class="select-form-control">
          <select class="form-control" id="members" name="members">
            <option value="">Select a Member</option>
          </select>
        </div>
      </div>
      <div class="related_panel">
        <h4 class="fieldset-subheading text-lightblue">Members</h4>
        <div class="form-row">
          <table id="relateds" class="custom-data-table table relateds" name="relateds">
            <thead>
              <tr>
                <th class="td-tab select-col-width" nowrap="">Select</th>
                <th class="td-tab firstname-col-width">First Name</th>
                <th class="td-tab lastname-col-width">Last Name</th>
                <th nowrap="" data-s-type="date" class="dob-col-width hidden-xs">Date of Birth</th>
                <th class="td-tab">Relationship</th>
              </tr>
            </thead>
            <tbody></tbody>
          </table>
        </div>
        <div class="form-row">
          <div class="form-group col-md-3">
            <button type="button" id="download_multiple" class="btn btn-danger btn-link-danger btn-block text-uppercase" onclick="showDownload(true);"> Download </button>
          </div>
        </div>
      </div>
      <div class="card_panel">
        <div class="card_container"></div>
        <div class="form-row">
          <div class="form-group col-md-3">
            <button type="button" id="download" class="btn btn-danger btn-link-danger btn-block text-uppercase" onclick="showDownload(false);"> Download </button>
          </div>
        </div>
      </div>
    </div>
    <!-- The Disclaimer Modal -->
    <div class="modal fade" id="disclaimerModal" tabindex="-1" role="dialog" aria-labelledby="disclaimerModalLabel" aria-hidden="true">
      <div class="modal-dialog modal-dialog-centered" role="document">
        <div class="modal-content">
          <div class="modal-header">
            <h5 class="modal-title" id="disclaimerModalLabel">Disclaimer</h5>
            <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
          </div>
          <div class="modal-body">
            <p>⁠By clicking the "Accept" button or using the search feature, you acknowledge that you have read, understood, and agreed to be bound by <a target="_blank" href="https://www.argus.bm/terms-conditions">terms and conditions</a> and
              <a target="_blank" href="https://www.argus.bm/privacy-policy">privacy policy</a> set by The Argus Group.</p>
          </div>
          <div class="modal-footer">
            <button type="button" class="btn text-uppercase" data-bs-dismiss="modal">Close</button>
            <button type="button" class="btn btn-danger btn-link-danger text-uppercase" onclick="disclaimerAccepted();">Accept</button>
          </div>
        </div>
      </div>
    </div>
    <!-- The Download Modal -->
    <div class="modal fade" id="downloadModal" tabindex="-1" role="dialog" aria-labelledby="downloadModalLabel" aria-hidden="true" data-multiple="false">
      <div class="modal-dialog modal-dialog-centered" role="document">
        <div class="modal-content">
          <div class="modal-header">
            <h5 class="modal-title" id="downloadModalLabel">Download</h5>
            <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
          </div>
          <div class="modal-body">
            <p> Click the "Download" button below to initiate the download of your Health ID Card. By clicking “Download”, you acknowledge that you have read, understood and agree to be bound by
              <a target="_blank" href="https://www.argus.bm/terms-conditions">terms and conditions</a> and <a target="_blank" href="https://www.argus.bm/privacy-policy">privacy policy</a> set by The Argus Group. If you have further questions, please
              visit our <a href="https://www.argus.bm/health/health-resources/unitedhealthcare-partnership-new-digital-health-id-card/faq/" target="_blank">FAQ page</a>. </p>
          </div>
          <div class="modal-footer">
            <button type="button" class="btn text-uppercase" data-bs-dismiss="modal">Close</button>
            <button type="button" class="btn btn-danger btn-link-danger text-uppercase" onclick="downloadPDF();">Download</button>
          </div>
        </div>
      </div>
    </div>
  </div>
</form>

Text Content

 * Search ID Cards


HEALTH ID CARD VERIFICATION


SEARCH AND DOWNLOAD HEALTH ID CARDS FOR YOU AND YOUR FAMILY MEMBERS.


SUBMITTING YOUR REQUEST...

PLEASE WAIT FOR CONFIRMATION.



First Name*
Last Name*
Date of Birth *

Personal Email Address*
Validate

ACCOUNTS FOUND

Select a Member

MEMBERS

Select First Name Last Name Date of Birth Relationship

Download
Download

DISCLAIMER

⁠By clicking the "Accept" button or using the search feature, you acknowledge
that you have read, understood, and agreed to be bound by terms and conditions
and privacy policy set by The Argus Group.

Close Accept

DOWNLOAD

Click the "Download" button below to initiate the download of your Health ID
Card. By clicking “Download”, you acknowledge that you have read, understood and
agree to be bound by terms and conditions and privacy policy set by The Argus
Group. If you have further questions, please visit our FAQ page.

Close Download
(441) 298-0888
14 Wesley Street, Hamilton HM 11, Bermuda

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

Argus Group Holdings © 2023. All Rights Reserved. Privacy Policy|Terms of
Service