www.homechoice.co.za Open in urlscan Pro
92.122.225.51  Public Scan

Submitted URL: https://links.homechoice.mkt7230.com/els/v2/rra7HzdxwrBV/RWJUbzhwS2ZGeDdoMlY5eHBzeXhXQm15b2E0TDNJUXRsZkZaRTQ5QVYvTXVYdnpsVVByZXlKcWlx...
Effective URL: https://www.homechoice.co.za/contact-me?utm_source=email&utm_medium=(Outside%20List_COLD)&utm_campaign=24.03.11%20Click%20of%...
Submission Tags: urlscan
Submission: On March 11 via api from US — Scanned from DE

Form analysis 4 forms found in the DOM

<form role="form" data-bind="submit: function(data, event) { $data['elements']['search'].handleSearch.bind($data['elements']['search'], $data['elements']['search'], event)() }, event: { keydown : $data['elements']['search'].handleKeyPress }">
  <!-- ko with: $data['elements']['search'] -->
  <label for="CC-headerWidget-Search" class="label-hidden" data-bind="widgetLocaleText :'searchLabel'">Search</label>
  <div class="col-xs-12 pull-right input-group search">
    <input id="CC-headerWidget-Search" type="text" class="form-control search-query data-hj-whitelist" autocomplete="off"
      data-bind="widgetLocaleText: {attr: 'placeholder', value: 'searchPlaceholder'}, value: searchText, valueUpdate: 'afterkeydown', onRender:initializeSearch.bind($parent), event: { focus: searchSelected}" placeholder="Search products">
    <div class="input-group-btn">
      <button type="submit" id="searchSubmit" class="btn btn-default form-control" data-bind="event: { keydown : hideSearchDropdown}">
        <span class="sr-only" data-bind="widgetLocaleText :'searchButtonText'">Search</span>
        <span class="glyphicon glyphicon-search"></span>
      </button>
    </div>
  </div>
  <!-- /ko -->
</form>

<form data-bind="submit: formSubmit" novalidate="novalidate">
  <div class="form-group call-me-back">
    <!-- ko if: isContactPhone -->
    <div class="row">
      <!-- ko ifnot: isContactPhoneThankYou -->
      <h2 class="call-me-header">Call me back</h2>
      <div class="sub-heading">
        <p> Please leave your details below and we will call you back as soon as possible. </p>
      </div>
      <div class="row">
        <div class="col-md-10 form-container">
          <!--Radio Buttons -->
          <div class="form-group" data-bind="css:{'has-error': callBackOptionInvalid() }">
            <ul class="product-details-credit-options--list">
              <li class="radio">
                <input id="radioPlaceOrder" name="callBackOption" type="radio" value="Order" data-bind="checked: callBackOption, event:{ change: callBackOptionChange }">
                <label for="radioPlaceOrder" class="radio-label radiotags" data-bind="widgetLocaleText:'radioOrderText'">I would like to place an order</label>
              </li>
              <li class="radio">
                <input id="radioAskQuestion" name="callBackOption" type="radio" value="Question" data-bind="checked: callBackOption, event:{ change: callBackOptionChange }">
                <label for="radioAskQuestion" class="radio-label radiotags" data-bind="widgetLocaleText:'radioQuestionText'">I would like to ask a question</label>
              </li>
            </ul>
            <span data-bind="visible: callBackOptionInvalid()" class="text-danger" style="display: none;">
              <i class="fa fa-exclamation-triangle"></i> Please select the call-back option. </span>
          </div>
          <!-- CELLPHONE NUMBER -->
          <div class="form-group pb-50" data-bind="css: {'has-error': mobileNumberInvalid()}">
            <div class="row">
              <div class="col-md-12">
                <label for="emailNumber" class="control-label emailtags"> Cellphone number <span style="font-weight: normal"> (e.g. 0812345678)</span>
                </label>
              </div>
            </div>
            <div class="row">
              <div class="col-md-8">
                <div class="special-select">
                  <select class="form-control no-error" id="mobileNumberCode" name="mobileNumberCode" data-bind="value: mobileNumberCode, event:{ change: mobileCodeChange }">
                    <option value="1"> +27&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;South Africa</option>
                    <option value="2"> +267&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Botswana </option>
                    <option value="3"> +266&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Lesotho </option>
                    <option value="4"> +264&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Namibia </option>
                    <option value="8"> +268&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Swaziland </option>
                    <option value="14"> +260&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Zambia </option>
                  </select>
                </div>
                <div class="special-input">
                  <input type="tel" class="form-control" id="mobileNumber" name="mobileNumber" autocomplete="cellphoneNumber" maxlength="10" required="" data-bind="value: mobileNumber, event: { blur: validateMobileNumber }"
                    pattern="^[0-9]{9}$|^(0)([0-9]{9})$">
                  <span data-bind="visible: mobileNumberInvalid()" class="text-danger" style="display: none;"> Please enter a cellphone number. </span>
                  <span data-bind="visible: mobileNumberInvalidLength()" class="text-danger" style="display: none;"> Invalid cellphone number. </span>
                </div>
              </div>
            </div>
          </div>
          <div class="form-group pb-50">
            <div class="row">
              <!-- ID Number -->
              <div class="col-md-8" style="padding-right: 26px" data-bind="visible: callBackOption() === 'Order' ">
                <div>
                  <label id="idNumberLabel" for="idNumber" class="control-label emailtags">ID Number </label>
                  <label tabindex="0" class="control-label hc-tooltip pull-right" role="button" data-bind="click: toggleVisibility" id="whyLabel">Why? <i class="fa fa-question-circle fa-2x"></i>
                  </label>
                </div>
                <div class="whyPanel" style="white-space: nowrap; display: none;" data-bind="visible: isVisible">
                  <span> To help us identify you </span>
                </div>
                <div>
                  <input type="tel" class="form-control" id="idNumber" name="idNumber" maxlength="13" data-bind="textInput: idNumber, event: { blur: validateIdNumber } ">
                  <label for="idNumber" class="control-label error-label value-missing" style="display: none;">Please enter your South African ID </label>
                  <span data-bind="visible: idNumberInvalid()" class="text-danger" style="display: none;"> Please enter a valid ID number </span>
                </div>
              </div>
            </div>
          </div>
          <div class="form-group">
            <div class="row">
              <div class="col-md-8" style="
                    padding-right: 26px;
                ">
                <button class="btn cc-button-primary" id="callme-btn" type="submit">CALL ME BACK</button>
              </div>
            </div>
          </div>
        </div>
      </div>
      <!-- /ko -->
      <!-- ko if: isContactPhoneThankYou --><!-- /ko -->
    </div>
    <!-- /ko -->
  </div>
</form>

<form data-bind="submit: formSubmitEmail" novalidate="novalidate">
  <div class="form-group call-me-back">
    <!-- ko ifnot: isContactPhone --><!-- /ko -->
    <!-- ko if: isContactEmailThankYou --><!-- /ko -->
  </div>
</form>

<form data-bind="submit: formSubmit" novalidate="novalidate">
  <div class="FooterSignup">
    <div class="FooterSignupContainer">
      <div class="FooterSignupHead hidden-sm" data-bind="widgetLocaleText: 'SignUpTitle'">Sign up to our Deal Alerts</div>
      <div class="FooterSignupCopy FooterSignupCopyDesktop hidden-sm" data-bind="widgetLocaleText: 'SignUpBodyText'">Be the first to know about our new products and amazing offers!</div>
      <div class="FooterSignupCopy FooterSignupCopyMobile hidden-sm" data-bind="widgetLocaleText: 'SignUpBodyText'">Be the first to know about our new products and amazing offers!</div>
      <div class="FooterSignupInput EmailTXTBlock hidden-sm hidden-md hidden-lg">
        <input type="text" id="CC-FooterSignupInput" data-bind="value: $data.FooterSignupText " placeholder="Enter your email address">
        <button class="cc-button-primary" id="CC-FooterSignupInputSubmit" type="submit" data-bind="widgetLocaleText: 'SignUpCallToAction'">SIGN UP</button>
        <div data-bind="text: $data.errorMessage" style="font-size: 12px; color: red"></div>
      </div>
      <div class="sign-up-footer-tablet hidden-xs hidden-lg hidden-xl">
        <div class="title-container-tablet">
          <div class="FooterSignupHead" data-bind="widgetLocaleText: 'SignUpTitle'">Sign up to our Deal Alerts</div>
          <div class="FooterSignupCopy" data-bind="widgetLocaleText: 'SignUpBodyText'">Be the first to know about our new products and amazing offers!</div>
        </div>
        <div class="FooterSignupInput EmailTXTBlock email-container-tablet">
          <input type="text" id="CC-FooterSignupInput" data-bind="value: $data.FooterSignupText " placeholder="Enter your email address">
          <button class="cc-button-primary" id="CC-FooterSignupInputSubmit" type="submit" data-bind="widgetLocaleText: 'SignUpCallToAction'">SIGN UP</button>
          <div data-bind="text: $data.errorMessage" style="font-size: 12px; color: red"></div>
        </div>
      </div>
      <div class="FooterSignupFooter">
        <p class="long-description" data-bind="widgetLocaleText: 'SignUpBodyText2'">By signing up, you agree to receive electronic and other marketing through text, emails and other electronic channels from homechoice and FinChoice Africa about their
          retail, credit, insurance and other financial services products.</p>
        <!-- ko if: typeof $data.privacyPolicyMsgHTML === 'function' && $data.privacyPolicyMsgHTML()--><!-- /ko -->
      </div>
    </div>
    <div class="FooterSignupInput EmailTXTBlock hidden-xs hidden-sm">
      <input type="text" id="CC-FooterSignupInput" data-bind="value: $data.FooterSignupText " placeholder="Enter your email address">
      <button class="cc-button-primary" id="CC-FooterSignupInputSubmit" type="submit" data-bind="widgetLocaleText: 'SignUpCallToAction'">SIGN UP</button>
      <div data-bind="text: $data.errorMessage" style="font-size: 12px; color: red"></div>
    </div>
  </div>
  <div class="FooterSignupThanks" style="display: none">
    <div class="FooterSignupHead" data-bind="widgetLocaleText: 'ThankYouForSubscribing'">Thank you for subscribing!</div>
    <div class="FooterSignupCopy" data-bind="widgetLocaleText: 'AmazingOffers'">Amazing offers are coming your way soon! Don't forget to add us to your address book.</div>
  </div>
</form>

Text Content

Your personal information will be processed in accordance with our privacy and
cookie policies.
close
pa500012 is loaded.

phone Call me back
textsms Self Service
credit_score Open an account
local_shipping Track order
account_circle Log in
shopping_cart 0 0 Basket

YOUR SHOPPING BASKET



Item
Name
Quantity Item Total
Remove



View Basket
×
menu Menu
menu Menu
Search
Search


close
account_circle Log in
local_shipping Track my order
phone Call me back
textsms Self Service


SHOP DEPARTMENT

Bedding
Bedding Essentials
Blankets
Electronics
Mattresses & Base Sets
All Departments


GET OFFERS




QUICK LINKS

store Locate Showroom
menu_book View Catalogue
watch_later Quick Order
credit_card How to Pay
swap_horizontal_circle Returns and Refunds


CALL ME BACK

Please leave your details below and we will call you back as soon as possible.

 * I would like to place an order
 * I would like to ask a question

Please select the call-back option.
Cellphone number (e.g. 0812345678)
+27                 South Africa +267               Botswana
+266               Lesotho +264               Namibia
+268               Swaziland +260               Zambia
Please enter a cellphone number. Invalid cellphone number.
ID Number Why?
To help us identify you
Please enter your South African ID Please enter a valid ID number
CALL ME BACK
OR

IF YOU’D PREFER, WE CAN EMAIL YOU BACK


 WhatsApp ME
EMAIL ME BACK

By providing your contact details, you agree to receive electronic and other
marketing through text, emails and other electronic channels from HomeChoice and
FinChoice Africa about their retail, credit, insurance and other financial
services products.



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


OUR CONTACT DETAILS

Business hours
Monday-Friday: 8am to 7pm
Saturday: 8am to 1pm
Public holidays: 8am to 3pm
(except Good Friday and Christmas Day)

 

Contact info
Call: 086 146 6324
Outside SA: +27 21 680 1300
Email: contact@homechoice.co.za

 

Ordering
Call: 086 146 6324
Outside SA: +27 21 680 1300
Fax: 0220 650 100

 

Postal address
HomeChoice (Pty) Ltd
Private Bag X123
Claremont 7735

 

Physical address
HomeChoice (Pty) Ltd
78 Main Rd, Wynberg
Cape Town, 7800

 



textsms
Sign up to our Deal Alerts
Be the first to know about our new products and amazing offers!
Be the first to know about our new products and amazing offers!
SIGN UP

Sign up to our Deal Alerts
Be the first to know about our new products and amazing offers!
SIGN UP


By signing up, you agree to receive electronic and other marketing through text,
emails and other electronic channels from homechoice and FinChoice Africa about
their retail, credit, insurance and other financial services products.

SIGN UP

Thank you for subscribing!
Amazing offers are coming your way soon! Don't forget to add us to your address
book.
Our company
 * Work at homechoice
   
 * Loans from FinChoice
 * homechoice Recipe Book
 * Conflict of Interest Management Policy

My Account
 * Manage my account
 * How much can I spend?
 * Upload proof of income documents
 * Credit Facility Terms and Conditions
 * Privacy Policy
 * Returns and refunds
 * Account Protection Plan
 * PAIA manual

Need Help?
 * FAQs
 * How to shop with us
 * How to pay
 * About our deliveries
 * Competition Ts&Cs

Get in contact
 * Call me back
 * Tel: 0861 466 324
 * Tel (outside SA): +27 21 680 1300
 * Email: contact@homechoice.co.za
 * Visit our showrooms

 * Our company
 * Work at homechoice
   
 * Loans from FinChoice
 * homechoice Recipe Book
 * Conflict of Interest Management Policy

 * My Account
 * Manage my account
 * How much can I spend?
 * Upload proof of income documents
 * Credit Facility Terms and Conditions
 * Privacy Policy
 * Returns and refunds
 * Account Protection Plan
 * Mobile Device Protection Plan
 * PAIA manual

 * Need Help?
 * FAQs
 * How to shop with us
 * How to pay
 * About our deliveries
 * Competition Ts&Cs

 * Get in contact
 * Call me back
 * Tel: 0861 466 324
 * Tel (outside SA): +27 21 680 1300
 * Email: contact@homechoice.co.za
 * Visit our showrooms

Once-off payment options:

Monthly payment options:

Payments are secured by:



Homechoice (Pty) Ltd (Reg. No. 1985/002759/07) An authorised financial services
(FSP48448) and registered credit provider (NCRCP454)

Terms and Conditions
©2024 HOMECHOICE
78 Main Road, Wynberg 7800, Cape Town, SA



1 item has been added to your basket

View Basket Continue Shopping