singlife.com Open in urlscan Pro
2606:4700:10::6814:2899  Public Scan

Submitted URL: https://u5875467.ct.sendgrid.net/ls/click?upn=aWhqw-2Br9uuB48by5BKalbeUJahmDLOc4sf1M-2B7oF4WU-3DnnVo_2DXxIQCGnJVAT-2FROTsHto5VApQ...
Effective URL: https://singlife.com/en
Submission: On January 20 via manual from IN — Scanned from DE

Form analysis 2 forms found in the DOM

GET /en/search

<form class="sl-header-search" x-init="initHeaderForm()" method="GET" action="/en/search" role="search" id="headerSearchForm" x-show="menuSearchOpen" x-transition:enter="transition ease-out duration-150" x-transition:enter-start="opacity-0 scale-90"
  x-transition:enter-end="opacity-100 scale-100" x-transition:leave="transition ease-in duration-150" x-transition:leave-start="opacity-100 scale-100" x-transition:leave-end="opacity-0 scale-90" style="display: none;">
  <input class="sl-header-search-input" id="q" name="q" type="text" placeholder="Search products, questions and more...">
  <div class="sl-header-search-action">
    <button class="sl-header-search-btn" type="submit">
      <div class="text-center flex items-center">Search</div>
    </button>
    <button class="sl-header-search-close" type="button" @click="menuSearchOpen = false">
      <img class="" src="/etc.clientlibs/asl-public/clientlibs/clientlib-base/resources/assets/icons/sl-icon-red-cross.svg" :class="{'hidden': false}">
    </button>
  </div>
</form>

Name: reachoutForm

<form class="sl-reachout-form_container_form" onsubmit="event.preventDefault();" x-ref="reachoutForm" name="reachoutForm" @click.once="trackPopupForm($el.getAttribute('name'), &quot;start&quot;)"
  data-url="/en/jcr:content/root/popup_form_100224534.asl.data.popup-form.json" data-url-animation="/etc.clientlibs/asl-public/clientlibs/clientlib-base/resources/assets/images/sl-animate-success.json"
  data-url-success-animation="/etc.clientlibs/asl-public/clientlibs/clientlib-base/resources/assets/images/sl-animate-success.json"
  data-url-fail-animation="/etc.clientlibs/asl-public/clientlibs/clientlib-base/resources/assets/images/sl-animate-fail.json">
  <input id="formId" name="formId" type="hidden" value="dsTesting" x-init="initField('formId','hidden',$el);">
  <input id="emailTo" name="emailTo" type="hidden" value="kelly_kum@singlife.com" x-init="initField('emailTo','hidden',$el);">
  <input type="hidden" id="is_a2" name="is_a2" value="false" x-init="initField('is_a2','hidden',$el);">
  <input type="hidden" id="is_ac" name="is_ac" value="false" x-init="initField('is_ac','hidden',$el);">
  <div class="sl-reachout-form_container_form_name-row">
    <div class="sl-reachout-form_container_form_item" x-data="{fieldName:'firstname'}">
      <label for="firstname">Given Name</label>
      <input class="sl-input" type="text" x-init="initField(fieldName,'text',$el);" @focus="$el.placeholder = ''" @focusout="$el.placeholder = ''" @input="inputValidation(fieldName)" data-check-validation="true"
        data-error-message="Please fill in your given name" data-custom-regex="" data-custom-regex-error="" :class="fieldName in fields &amp;&amp; fields[fieldName].error &amp;&amp; 'error'" name="firstname">
      <div class="error-message" x-text="fields[fieldName].message"></div>
    </div>
    <div class="sl-reachout-form_container_form_item" x-data="{fieldName:'lastname'}">
      <label for="lastname}">Surname</label>
      <input class="sl-input" type="text" x-init="initField(fieldName,'text',$el);" @focus="$el.placeholder = ''" @focusout="$el.placeholder = ''" @input="inputValidation(fieldName)" data-check-validation="true"
        data-error-message="Please fill in your sur name" data-custom-regex="" data-custom-regex-error="" :class="fieldName in fields &amp;&amp; fields[fieldName].error &amp;&amp; 'error'" name="lastname">
      <div class="error-message" x-text="fields[fieldName].message"></div>
    </div>
  </div>
  <div class="sl-reachout-form_container_form_item" x-data="{fieldName:'phonenumber'}">
    <label for="phonenumber">Contact number</label>
    <input class="sl-input" type="number" x-init="initField(fieldName,'number',$el);" @focus="$el.placeholder = ''" @focusout="$el.placeholder = ''" @input="inputValidation(fieldName)" data-check-validation="true"
      data-error-message="Please fill in your contact number" data-custom-regex="^(6|8|9)[0-9]{7}$" data-custom-regex-error="Please fill in your contact number" :class="fieldName in fields &amp;&amp; fields[fieldName].error &amp;&amp; 'error'"
      name="phonenumber">
    <div class="error-message" x-text="fields[fieldName].message"></div>
  </div>
  <div class="sl-reachout-form_container_form_item form-email" x-data="{fieldName:'email'}">
    <label for="email">Email</label>
    <input class="sl-input" type="text" x-init="initField(fieldName,'email',$el);" @focus="$el.placeholder = ''" @focusout="$el.placeholder = ''" @input="inputValidation(fieldName)" data-check-validation="false"
      data-error-message="Please fill in your email" data-custom-regex="^(([^<>()[\]\.,;:\s@\&quot;]+(\.[^<>()[\]\.,;:\s@\&quot;]+)*)|(\&quot;.+\&quot;))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$"
      data-custom-regex-error="Please fill in your email" :class="fieldName in fields &amp;&amp; fields[fieldName].error &amp;&amp; 'error'" name="email">
    <div class="error-message" x-text="fields[fieldName].message"></div>
  </div>
  <div class="sl-reachout-form_container_form_item form-message" x-data="{fieldName:'details'}">
    <textarea x-init="initField(fieldName,'textarea',$el);" rows="9" cols="70" name="details" placeholder="Message" @focus="$el.placeholder = ''" @focusout="$el.placeholder = 'Message'" @input="inputValidation(fieldName)"
      data-check-validation="false" data-error-message="" data-custom-regex="" data-custom-regex-error=""></textarea>
  </div>
  <div class="sl-reachout-form_container_form_item" x-data="{fieldName:'pdpaDetails'}">
    <div class="sl-checkbox sl-reachout-form_container_form_checkbox-confirm" x-init="initField(fieldName,'checkbox',$el);" data-check-validation="false">
      <input type="checkbox" name="pdpaDetails">
      <label for="pdpaDetails">Send me useful articles and related offers via email!</label>
    </div>
  </div>
  <div class="sl-reachout-form_submit-button">
    <button class="sl-secondary-button" @click="onSubmit()">Submit</button>
  </div>
</form>

Text Content

Products Promotions Make a claim About us Blog Support


INSURE

Medical & Life Insurance Life Insurance Medical Insurance Critical Illness
Insurance Disability Insurance Maternity Insurance Accident Insurance

 

Lifestyle insurance Car Insurance Travel Insurance Home Insurance Group
Insurance scheme MINDEF MHA Public Officers

INVEST

Savings Retirement Investment-Linked Plans Investment-Linked Plan Funds Report
Fund Information Dollar Dex Navigator

SAVE & EARN

Singlife Account 3.5% p.a. Bonus Return Stack up

PROMOTIONS

Enjoy these special savings when you purchase our plans.

Medical & Life Insurance Lifestyle Insurance MINDEF, MHA & POGIS Save & Invest
View all Promotions

PLAN & EARN

Earn rewards as we tailor a holistic Better Plan just for you.

Better Cover for Your Family Better Plan for Your Future

CUSTOMER REWARDS

Rewards and perks for our Singlife customers.

Privileges Birthday Offers MINDEF / MHA Exclusive Digital Goods View all Rewards

 



INDIVIDUAL CLAIMS

Death Health, Critical Illness, Accident Severe Disability claim Personal
Accident Home Car Travel

EMPLOYEE CLAIMS

EBConnect ClaimConnect Corporate Plan

GROUP CLAIMS

MINDEF & MHA Public Officers

OTHERS

Letter of Guarantee
View All Claims

ABOUT SINGLIFE

Our Brand Story Leadership Team Corporate Governance Newsroom Sustainability
Strategy Investor Relations Ecosystem

CAREERS

Corporate Financial Advisors Affinity Channel All Careers

 



 



LIFESTUFF

Personal tips, guides and expert advice to master every aspect of your life

Money Health Lifestyle

 





 



 


View All

FORMS

Personal Accident Insurance Car Insurance Travel Insurance Home Insurance
Investments

 

MINDEF MHA Public Officers

RESOURCES

FAQ Form Library COVID-19 Advisory Payouts via PayNow-NRIC/FIN

HELP

Contact Us How To Make Payment Policy Monies Policy Changes Policy Servicing
Make a claim Contact Us Make Payments FAQ

UP TO 39% OFF SINGLIFE CAR INSURANCE PROMO

For MINDEF/MHA/POGIS policyholders, get an additional 15% off on top of any
existing promo.

I’m Interested!

GET THE SINGLIFE APP

Save, invest and be insured all in one app!

Business
Login

MySinglife (formerly MyAviva)/ MINDEF/MHA/POGIS portals

Singlife Portals and App

Corporate Customers

Financial Adviser Representative

Search

Products

Promotions

Make a claim

About us

Blog

Support


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

Login

Make a claim

Contact Us

Make Payments

FAQ


Looking for corporate solutions?

Business Solutions

Promo


UP TO 39% OFF SINGLIFE CAR INSURANCE

For MINDEF/MHA/POGIS policyholders, get an additional 15% off on top of any
existing promo.

Up to 39% OFF Singlife Car Insurance
Get the Singlife App

Products INSURE
Life Insurance

Medical Insurance

Critical Illness Insurance

Disability Insurance

Maternity Insurance

Accident Insurance


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

Car Insurance

Travel Insurance

Home Insurance


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

MINDEF

MHA

Public Officers

Invest
Savings

Retirement

Investment-Linked Plans

Investment-Linked Plan Funds Report

Fund Information

Dollar Dex

Navigator

SAVE & EARN
Singlife Account

3.5% p.a. Bonus Return Stack up


Promotions Promotions
Medical & Life Insurance

Lifestyle Insurance

MINDEF, MHA & POGIS

Save & Invest


View all Promotions

Plan & Earn
Better Cover for Your Family


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

Better Plan for Your Future

Customer Rewards
Privileges

Birthday Offers

MINDEF / MHA Exclusive

Digital Goods


View all Rewards



Make a claim Individual Claims
Death

Health, Critical Illness, Accident

Severe Disability claim

Personal Accident

Home

Car

Travel

EMPLOYEE Claims
EBConnect

ClaimConnect

Corporate Plan

GROUP CLAIMS
MINDEF & MHA

Public Officers

OTHERS
Letter of Guarantee

View All Claims

About us ABOUT SINGLIFE
Our Brand Story

Leadership Team

Corporate Governance

Newsroom

Sustainability Strategy

Investor Relations

Ecosystem

CAREERS

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

Corporate

Financial Advisors

Affinity Channel

All Careers


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



Blog LIFESTUFF
Money

Health

Lifestyle


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



View All

Support FORMS
Personal Accident Insurance

Car Insurance

Travel Insurance

Home Insurance

Investments


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

MINDEF

MHA

Public Officers

Resources
FAQ

Form Library

COVID-19 Advisory

Payouts via PayNow-NRIC/FIN

help
Contact Us

How To Make Payment

Policy Monies

Policy Changes

Policy Servicing


Login Personal
MySinglife (formerly MyAviva)/ MINDEF/MHA/POGIS portals

Singlife Portals and App

Group/Corporate
Corporate Customers

Financial adviser
Financial Adviser Representative


This site uses cookies to provide you with a better user experience. By
continuing, you accept our cookie policy.

ANNOUNCEMENT

Happy Lunar New Year! Our office will be closed from 1pm on 20 Jan until 8.45am
on 25 Jan. To view and manage your policies, please login to MySinglife or
Singlife Customer Portal.

ANNOUNCEMENT

All premiums inclusive of GST will be subject to revisions due to the increase
in GST rate from 7% to 8% from 1 January 2023 onwards.
For more information, please refer to FAQs for Life and Health products here,
and for Group Insurance here.

ANNOUNCEMENT

Security alert

There has been a rise in phishing attacks targeting customers of financial
institutions. While there have been no cases so far, scammers may impersonate
Singlife. We will never ask for your online account ID, password or OTP over the
phone, email or SMS. Please be assured that we are actively taking steps to
prevent phishing.

1 of 3

Limited Time Offer: Earn up to 3.5% p.a. return on your first S$10,000 with your
Singlife Account, find out more.

A Better Way to Financial Freedom.




Singlife Account

The insurance savings plan that gives you up to 3.5% p.a.* return on your first
S$10,000. Save, spend, earn and be insured all in one app. *Terms & Conditions
apply. For a limited time only.

Find out more Find out more


Singlife CareShield Standard & Plus

Enhance your CareShield Life or ElderShield coverage today!

Learn more Learn more


#ABetterOdyssey

Empowering effective digitalisation in businesses

Learn more Learn more



How can we help you?

Insure Save & Invest
Life
Disability
Critical Illness
Medical
Maternity
Accident
Car
Travel
Home
MINDEF
MHA
Public Officers
Retirement
Savings
Investment-Linked Plans
Singlife Account
Singlife Sure Invest
Dollar Dex
Navigator

Save, earn and invest, all in one app

SAVINGS

Singlife Account

The insurance savings plan that gives you up to 3.5% p.a.* return on your first
S$10,000. Save, spend, earn and be insured all in one app. *Terms & Conditions
apply. For a limited time only.

Learn More
INVESTMENT

Singlife Sure Invest

The Investment-Linked Policy (ILP) which offers you a combination of investment
opportunities and insurance protection.

See More


Why Singlife?

We help you achieve financial freedom.  We give you control over your financial
wellbeing, at every stage of your life. Together, we are more than just an
insurance company. 

We are a technology-empowered, financial services partner. We are your better
way to financial freedom. 

See More

A better way to financial freedom

INSURANCE

Singlife CareShield Standard and Plus

Enhance your CareShield life coverage today!

Find Out More

INVESTMENT

Singlife Savvy Invest

Boost your wealth with our whole-life, regular premium Investment-Linked Plan

Learn More



You protect the nation, we are already protecting you 

MINDEF

Group Insurance Scheme

See More

MHA

Group Insurance Scheme

See More

POGIS

Public Officers Group Insurance Scheme

See More

Stay protected with us


Exclusively for members and affiliated members of the MINDEF and their
dependants: Find out about your coverage under the Core Scheme and how the
Voluntary MINDEF Group Insurance Plans can help you meet your needs.

Find out more

Stay protected with us


Exclusively for members and affiliated members of the MHA and their dependants:
Find out about your coverage under the Core Scheme and how the Voluntary MHA
Group Insurance Plans can help you meet your needs.

Find out more

Affordable and comprehensive life protection plan


The Public Officers Group Insurance Scheme (POGIS) is a life protection plan to
protect public officers and their loved ones.

Find out more

MINDEF

Group Insurance Scheme

MHA

Group Insurance Scheme

POGIS

Public Officers Group Insurance Scheme



Don't take our word for it

Hear what our customers say!


Way better than any local bank's interest rate
Way better than any local bank's interest rate. This one is 1%, local bank is
0.2%. And this is actually an insurance savings plan... If you die, your family
gets 105% (of the account value) back.
Tushar Gupta
Easy onboarding experience
Onboarding process is easy and rate (of returns) is quite decent. Also, it's
quite fast to withdraw the money when you need it.
Benson Tan
Fast withdrawal
A fantastic account with good (return) rate. Speedy withdrawal process. Highly
recommended.
Ang Aik Bing Benjamin
Generated more returns than other accounts
Been using this for quite a while, it has generated relatively more interest
than other savings account I’ve seen!
Li Xuan Ng
Nice app!
Nice app and good card for multi-currency spending.
Ashton Ng
Way better than any local bank's interest rate
Way better than any local bank's interest rate. This one is 1%, local bank is
0.2%. And this is actually an insurance savings plan... If you die, your family
gets 105% (of the account value) back.
Tushar Gupta
Easy onboarding experience
Onboarding process is easy and rate (of returns) is quite decent. Also, it's
quite fast to withdraw the money when you need it.
Benson Tan
Fast withdrawal
A fantastic account with good (return) rate. Speedy withdrawal process. Highly
recommended.
Ang Aik Bing Benjamin
Generated more returns than other accounts
Been using this for quite a while, it has generated relatively more interest
than other savings account I’ve seen!
Li Xuan Ng
Nice app!
Nice app and good card for multi-currency spending.
Ashton Ng
Way better than any local bank's interest rate
Way better than any local bank's interest rate. This one is 1%, local bank is
0.2%. And this is actually an insurance savings plan... If you die, your family
gets 105% (of the account value) back.
Tushar Gupta
Easy onboarding experience
Onboarding process is easy and rate (of returns) is quite decent. Also, it's
quite fast to withdraw the money when you need it.
Benson Tan
Fast withdrawal
A fantastic account with good (return) rate. Speedy withdrawal process. Highly
recommended.
Ang Aik Bing Benjamin
Generated more returns than other accounts
Been using this for quite a while, it has generated relatively more interest
than other savings account I’ve seen!
Li Xuan Ng
Nice app!
Nice app and good card for multi-currency spending.
Ashton Ng


Read the latest guides, comparisons, and hacks!

See All

Insurance

Questions to ask before buying travel insurance

Insurance

License to wheel: What goes into the cost of buying a car?

Saving

Make that ang pow $ work for you

Insurance

3 tips for car owners to drive into a prosperous Lunar New Year!



Need help?

See All

Where can I find more information on various products?

Visit the links below for policy documents, forms and other resources:



 * Car insurance
 * Travel insurance
 * Personal Accident insurance
 * Home insurance
 * Medical & Life, Savings, Investment-Linked Plans, and Retirement 

Help, I lost my bookmarks and can no longer find the products I need!

No sweat! You can easily locate the product you’re looking for in the following
categories:

 * Car insurance
 * Travel insurance
 * Personal Accident insurance
 * Home insurance
 * Medical & Life, Savings, Investment-Linked Plans, and Retirement
 * Navigator

I need to email / snail mail documents / speak to someone on the phone.

We’re here to help. Get in touch directly here or submit a feedback form and
we’ll get back to you as soon as we can. 



Excepteur sint occaecat cupidatat non pr

Leave your details and we’ll be in touch to provide you with more information.

If you have an existing financial adviser representative, please leave your
details in the form and they will be in touch.

Given Name

Surname

Contact number

Email


Send me useful articles and related offers via email!
Submit

You may also call Singlife Financial Advisers at +65 6827 9980 (Mon - Fri, 9am
to 6pm) if you're interested to purchase the product.

Submit
By clicking "Start planning with us", you consent to Singapore Life Ltd.
("Singlife") and Singlife related group of companies contacting you for the
processing of the above request. You also consent to Singlife collecting, using,
disclosing or transferring your personal data in this form to Singlife related
companies, third party providers or intermediaries, whether located in Singapore
or elsewhere, for the above purposes and for research, audit, regulatory and
compliance purposes. For details of Singlife's Data Protection Notice, please
refer to www.singlife.com/pdpa
Close Yes, I understand

Yay! Form received

We will get back to you as soon as we can



About us

 * About us
 * Our Partners
 * Newsroom
 * Careers
 * Investor Relations
 * Ecosystem
 * Merger FAQ

Insure

 * Life Insurance
 * Medical Insurance
 * Critical Illness Insurance
 * Disability Insurance
 * Maternity Insurance
 * Accident Insurance
 * Car Insurance
 * Travel Insurance
 * Home Insurance
 * MINDEF & MHA
 * Public Officers

Save and Invest

 * Singlife Account
 * Singlife Sure Invest
 * Singlife Savvy Invest
 * Savings
 * Retirement
 * DollarDex
 * Navigator

Useful Links

 * Common Reporting Standard
 * FATCA
 * Fair Dealing
 * Contact Us
 * Forms
 * FAQ
 * Make a claim

 * Follow Us
   
   

Terms and Conditions Data Protection Notice Cookie Policy
Security Practices Investor Relations / Public Disclosure Speak Out Policy

COMP/2021/12/PPM/ 878 © 2023 Singapore Life Ltd. | Company Reg.No.: 196900499K |
GST Reg.No.: MR-8500166-8