www.hcf.com.au Open in urlscan Pro
23.210.98.167  Public Scan

Submitted URL: https://hcfthankyou.com.au/HCF/Home/Reward/6948
Effective URL: https://www.hcf.com.au/member-login
Submission: On August 10 via api from US — Scanned from AU

Form analysis 2 forms found in the DOM

POST /member-login

<form method="POST" action="/member-login" data-se="o-form" id="form18" class="primary-auth-form o-form o-form-edit-mode">
  <div data-se="o-form-content" class="o-form-content o-form-theme clearfix">
    <h2 data-se="o-form-head" class="okta-form-title o-form-head">SIGN INTO HCF MEMBER SERVICES</h2>
    <div class="o-form-error-container" data-se="o-form-error-container"></div>
    <div class="o-form-fieldset-container" data-se="o-form-fieldset-container">
      <div data-se="o-form-fieldset" class="o-form-fieldset o-form-label-top">
        <div data-se="o-form-input-container" class="o-form-input"><span data-se="o-form-input-username" class="o-form-input-name-username o-form-control okta-form-input-field input-fix focused-input"> <span class="input-tooltip icon form-help-16"
              data-hasqtip="0"></span> <span class="icon input-icon person-16-gray"></span> <input type="text" placeholder="Enter membership number" name="username" id="okta-signin-username" value="" aria-label="Enter membership number"
              autocomplete="off" pii="MaskStd"> </span></div>
      </div>
      <div data-se="o-form-fieldset" class="o-form-fieldset o-form-label-top">
        <div data-se="o-form-input-container" class="o-form-input"><span data-se="o-form-input-password" class="o-form-input-name-password o-form-control okta-form-input-field input-fix"> <span class="input-tooltip icon form-help-16"
              data-hasqtip="1"></span> <span class="icon input-icon remote-lock-16"></span> <input type="password" placeholder="Enter password" name="password" id="okta-signin-password" value="" aria-label="Enter password" autocomplete="off"
              pii="MaskPwd"> </span></div>
      </div>
      <div data-se="o-form-fieldset" class="o-form-fieldset o-form-label-top margin-btm-0">
        <div data-se="o-form-input-container" class="o-form-input"><span data-se="o-form-input-remember" class="o-form-input-name-remember">
            <div class="custom-checkbox"><input type="checkbox" name="remember" id="input41"><label for="input41" data-se-for-name="remember">Remember my membership number</label></div>
          </span></div>
      </div>
    </div>
  </div>
  <div class="o-form-button-bar"><input class="button button-primary ruby-box" type="submit" value="Sign in" id="okta-signin-submit" data-type="save"></div>
</form>

Name: vm.formHcf

<form class="form-hcf registration-edit-form ng-pristine ng-invalid ng-invalid-required" name="vm.formHcf" ng-submit="" novalidate="">
  <fieldset class="form-group">
    <div class="row">
      <div class="form-group col-lg-12 col-sm-12">
        <label for="membership-number" class="">HCF membership number</label>
        <input type="text" id="membershipNumber" pii="MaskStd" name="membershipNumber" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" title="HCF membership number" placeholder="Enter membership number"
          ng-model-options="{ updateOn: 'blur' }" ng-model="vm.registerObj.membershipNumber" ng-required="true" required="required">
        <div class="pt-15">
          <a class="register-forgot-membership-number collapseLink" ng-click="vm.forgotMembershipNumberRegisterClick($event)">I forgot my membership number</a>
          <div id="membershipInnerText" ng-show="vm.showMembershipNumberText" class="ng-hide"><span class="forgotMembershipText">
              <p>Your membership number can be found:</p>
              <ul>
                <li>on the front of your HCF membership card</li>
                <li>in the last 8 digits of the reference number on any letters or emails from us.</li>
              </ul>
              <p>Call&nbsp;<a href="tel:131334">13 13 34</a>&nbsp;if you need help.</p>
            </span></div>
        </div>
      </div>
    </div>
    <div class="row">
      <div class="form-group col-lg-12 col-sm-12">
        <label for="first-name">Your first name</label>
        <input type="text" title="Your first name" id="firstName" pii="MaskStd" name="firstName" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" placeholder="Enter your first name"
          ng-model-options="{ updateOn: 'blur' }" ng-model="vm.registerObj.firstName" ng-required="true" required="required">
      </div>
    </div>
    <div class="row">
      <div class="form-group col-lg-12 col-sm-12">
        <label for="last-name">Your last name</label>
        <input type="text" title="Your last name" id="lastName" pii="MaskStd" name="lastName" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" placeholder="Enter your last name"
          ng-model-options="{ updateOn: 'blur' }" ng-model="vm.registerObj.lastName" ng-required="true" required="required">
      </div>
    </div>
    <div class="row">
      <div class="form-group col-lg-12 col-sm-12">
        <div vc-recaptcha="" required=""></div>
      </div>
    </div>
    <div class="row">
      <div class="form-group col-lg-12 col-sm-12">
        <div class="fieldError fieldError--default ng-hide" ng-show="vm.registrationRequiredError" role="alert">Please complete the registration form to access your online member services.</div>
        <div class="fieldError fieldError--default ng-hide" ng-show="vm.registrationError" role="alert">
          <p>The details you entered don’t seem to match what we have on file. Please check the spelling and try again, or call us on <a href="tel:131334">13 13 34</a>.</p>
        </div>
        <div class="fieldError fieldError--default ng-hide" ng-show="vm.registrationGenericError" role="alert">Something has gone wrong, we’re sorry about that. Please call us on 13 13 34.</div>
      </div>
    </div>
    <div class="row form-element-pt-40 button-section">
      <div class="col p-0 text-center">
        <div class="float-md-right">
          <button type="button" class="ruby-box" ng-click="vm.submitRegister()" ng-disabled="">Register</button>
        </div>
      </div>
    </div>
  </fieldset>
</form>

Text Content

Your health insurance premium might change on 1 September 2023. Find a copy of
your letter in your inbox.

×
Skip to content
MEMBER SERVICES
Overseas member sign in
 * 13 13 34
 * 
 * Find a branch
 * 


ARE YOU SURE YOU WANT TO LOGOUT ?

By clicking yes, you'll be logged out.

Cancel Yes, logout


YOU HAVE BEEN SUCCESSFULLY LOGGED OUT.





SESSION TIMEOUT

Your session has been timed out. Please login again.


Login


WELCOME TO


HCF MEMBER SERVICES


SIGN INTO HCF MEMBER SERVICES


Remember my membership number

OR
Need help?I forgot my membership number
Need help signing in?
 * I forgot my password
 * Help



First time to member services? You need to register before you can log in.

Register


WHY REGISTER?

Your Claims

Your Membership

Your Preferences

Back to sign in


ONLINE REGISTRATION

All you need is your HCF membership number to sign up. Only the main policy
holder is able to register for online member services. Note: To register online,
you must have provided a valid email address when joining HCF. If you have not
done so, or are having  issues registering, please call us on 13 13 34.

HCF membership number
I forgot my membership number

Your membership number can be found:

 * on the front of your HCF membership card
 * in the last 8 digits of the reference number on any letters or emails from
   us.

Call 13 13 34 if you need help.

Your first name
Your last name

Please complete the registration form to access your online member services.

The details you entered don’t seem to match what we have on file. Please check
the spelling and try again, or call us on 13 13 34.

Something has gone wrong, we’re sorry about that. Please call us on 13 13 34.
Register


WE'VE SENT YOU AN EMAIL.

We've sent an email with instructions on how to set your password to the address
linked with your HCF membership.

If you didn't receive this email, you can send another, send a text verification
link, or contact us on 13 13 34.

Try again


MEMBERSHIP ALREADY REGISTERED

The membership number and name you have provided is already registered for
online services. If you have any questions, or have trouble logging into your
account please call us on 13 13 34

Sign in now

© 2023 HCF
All rights reserved

 * Privacy Policy Opens in new window
 * Terms & Conditions Opens in new window
 * Copyright HCF 2023

The Hospitals Contribution Fund of Australia Limited. ABN 68 000 026 746 AFSL
241 414

 
Close