www.clipsal.com Open in urlscan Pro
23.221.21.198  Public Scan

Submitted URL: http://www.clipsal.com/
Effective URL: https://www.clipsal.com/
Submission: On August 27 via api from AU — Scanned from AU

Form analysis 2 forms found in the DOM

GET /login

<form method="get" action="/login">
  <button type="submit" class="btn-skin-2-2">Login</button>
</form>

POST

<form method="post" class="FormPanel">
  <div class="row two-col">
    <div class="control-group">
      <div class="label-wrapper">
        <label for="Form_FirstName" class="EditingFormLabel"> First Name: </label>
      </div>
      <div class="input-wrapper">
        <div class="EditingFormControlNestedControl editing-form-control-nested-control">
          <input class="form-control js-mailing-input text-box single-line" data-val="true" data-val-required="First name is required" id="Form_FirstName" maxlength="100" name="Form.FirstName" placeholder="First Name" type="text" value="">
          <div class="validation-wrapper">
            <span class="field-validation-valid" data-valmsg-for="Form.FirstName" data-valmsg-replace="true" style="display:inline"></span>
          </div>
        </div>
      </div>
    </div>
    <div class="control-group">
      <div class="label-wrapper">
        <label for="Form_LastName" class="EditingFormLabel"> Last Name: </label>
      </div>
      <div class="input-wrapper">
        <div class="EditingFormControlNestedControl editing-form-control-nested-control">
          <input class="form-control js-mailing-input text-box single-line" data-val="true" data-val-required="Last name is required" id="Form_LastName" maxlength="100" name="Form.LastName" placeholder="Last Name" type="text" value="">
          <div class="validation-wrapper">
            <span class="field-validation-valid" data-valmsg-for="Form.LastName" data-valmsg-replace="true" style="display:inline"></span>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="control-group">
    <div class="label-wrapper">
      <label for="Form_Email" class="EditingFormLabel"> Email: </label>
    </div>
    <div class="input-wrapper">
      <div class="EditingFormControlNestedControl editing-form-control-nested-control">
        <input class="form-control js-mailing-input text-box single-line" data-val="true" data-val-regex="Please enter a valid email address" data-val-regex-pattern="\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*" data-val-required="Email is required"
          id="Form_Email" maxlength="100" name="Form.Email" placeholder="Email" type="email" value="">
        <div class="validation-wrapper">
          <span class="field-validation-valid" data-valmsg-for="Form.Email" data-valmsg-replace="true" style="display:inline"></span>
        </div>
      </div>
    </div>
  </div>
  <div class="control-group">
    <div class="label-wrapper">
      <label for="Form_Role" class="EditingFormLabel" id="customSelect-g3Mhy-label"> Tell us about yourself </label>
    </div>
    <div class="select-wrapper">
      <div class="input-wrapper">
        <div class="EditingFormControlNestedControl editing-form-control-nested-control">
          <div class="custom-select-container customSelect"><span class="custom-select-opener" role="combobox" aria-autocomplete="list" aria-expanded="false" aria-owns="customSelect-g3Mhy-panel"
              aria-activedescendant="customSelect-g3Mhy-selectedOption" aria-labelledby="customSelect-g3Mhy-label" tabindex="0"><span>I am a ...</span></span><select class="js-mailing-dropdown-input" data-val="true"
              data-val-required="I am a is required" id="Form_Role" name="Form.Role" tabindex="-1">
              <option value="">I am a ...</option>
              <option value="Home Owner/Consumer">Consumer</option>
              <option value="Architect">Architect</option>
              <option value="Interior Designer">Interior Designer</option>
              <option value="Home Builder / Developer">Builder</option>
              <option value="Electrician">Home Automation expert</option>
              <option value="Electrician">Electrician</option>
              <option value="Electrical Distributor">Wholesaler</option>
              <option value="Panel Builder">Panelbuilder</option>
            </select>
            <div id="customSelect-g3Mhy-panel" class="custom-select-panel" role="listbox">
              <div class="custom-select-option is-selected has-focus" data-value="" role="option" id="customSelect-g3Mhy-selectedOption">I am a ...</div>
              <div class="custom-select-option" data-value="Home Owner/Consumer" role="option">Consumer</div>
              <div class="custom-select-option" data-value="Architect" role="option">Architect</div>
              <div class="custom-select-option" data-value="Interior Designer" role="option">Interior Designer</div>
              <div class="custom-select-option" data-value="Home Builder / Developer" role="option">Builder</div>
              <div class="custom-select-option" data-value="Electrician" role="option">Home Automation expert</div>
              <div class="custom-select-option" data-value="Electrician" role="option">Electrician</div>
              <div class="custom-select-option" data-value="Electrical Distributor" role="option">Wholesaler</div>
              <div class="custom-select-option" data-value="Panel Builder" role="option">Panelbuilder</div>
            </div>
          </div>
          <div class="validation-wrapper">
            <span class="error-msg field-validation-valid" data-valmsg-for="Form.Role" data-valmsg-replace="true" style="display:inline"></span>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="control-group" id="phMarketSegmentSection" style="display: none;">
    <div class="label-wrapper">
      <label for="Form_MarketSegment" class="EditingFormLabel" id="customSelect-o0ize-label"> Market Segment </label>
    </div>
    <div class="select-wrapper">
      <div class="input-wrapper">
        <div class="EditingFormControlNestedControl editing-form-control-nested-control">
          <div class="custom-select-container customSelect"><span class="custom-select-opener" role="combobox" aria-autocomplete="list" aria-expanded="false" aria-owns="customSelect-o0ize-panel" aria-labelledby="customSelect-o0ize-label"
              tabindex="0"><span>
              </span></span><select id="Form_MarketSegment" name="Form.MarketSegment" tabindex="-1">
              <option disabled="disabled" value="">Market segment ...</option>
            </select>
            <div id="customSelect-o0ize-panel" class="custom-select-panel" role="listbox">
              <div class="custom-select-option is-disabled" data-value="" role="option">Market segment ...</div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
  <input class="form-submit btn btn-full btn-skin-1 js-mailing-submit-input" type="submit" id="mailing-list-submit" value="Join mailing list" formaction="/MailingListForm/Index">
  <input name="__RequestVerificationToken" type="hidden" value="CfDJ8HrRxnRPUc9EnRPVxWTVjprGVqewHIFt2l9X0F_he2DXquBcvHzXoWr-taAFGeeFnYl9TN8Teb4eHjKHzGb8nEkeyx77G-hwKl1liynwY9Z2blALvvat-72_IbzlAGtr-2ocbdoxBe9egWRfVEgV5vI">
</form>

Text Content

Do not miss any of our updates !

No thanks Subscribe


Search Menu
Menu Back
Menu
 * Product Catalogue Product Catalogue
   View product catalogue by...
   View by
    * Range/Series
    * Product Category
    * Room
   
   Browse all
    * Range/Series Range/Series
      Product catalogue by range & series
       * Power Points and Switches Power Points and Switches
         Power Points and Switches
          * 2000 Series
          * 600 Series
          * C-Bus eDLT
          * Classic C2000 Series
          * Clipsal - Mechanisms
          * Clipsal Iconic
          * Iconic Outdoor
          * Impress Series
          * Metal Plate Series
          * Modena and Strato 8000 Series
          * Prestige P2000 Series
          * Pro Series
          * Rowco Series
          * Saturn (inc. Saturn Horizon)
          * Saturn One Touch
          * Saturn Zen
          * Standard Series
          * Weathershield
          * Clipsal Iconic Essence
          * Clipsal Iconic Styl
      
       * Lighting Lighting
         Lighting
          * Clipsal - Lighting
          * TPDB Series
          * TPDL1C2 Series
          * TPDL2K Series
          * TPFL Series
          * TPWL Series
          * TPWP Series
          * TUFF Series
      
       * Air Movement & Heating Air Movement & Heating
         Air Movement & Heating
          * Airflow
          * Airflow Caloundra Range
          * Airflow Zen Fan
      
       * Smart Home Solutions Smart Home Solutions
         Smart Home Solutions
          * C-Bus
          * DaliControl
          * Wiser Smart Home Solutions
      
       * Security and Safety Security and Safety
         Security and Safety
          * 752 Series Motion Sensors
          * 753 Series Motion Sensors
          * 755 Series Smoke Alarms
          * Infrascan
          * Max 4
          * Resi Max
      
       * Electrical Accessories Electrical Accessories
         Electrical Accessories
          * 500 Series
          * 900 Series
          * Clipsal - General Accessories
          * Clipsal - Mounting Accessories
          * Clipsal - Powerguard Series
          * Clipsal - Safety and Protection
          * Mureva
          * QC Series
          * Thorsman
      
       * Electric Vehicle Chargers Electric Vehicle Chargers
         Electric Vehicle Chargers
          * Schneider Charge
      
       * Industrial Industrial
         Industrial
          * 56 Series
          * 66 Series
          * 67 Series
          * 7 Series
          * Easy56?
          * Metal Clad
      
       * Circuit Protection Circuit Protection
         Circuit Protection
          * Acti 9
          * ComPact
          * Max9
          * Multi9
          * PowerTag
          * Sparkemate
      
       * Cable Management Cable Management
         Cable Management
          * 1220S Series
          * Canalis KBA
          * Canalis KBB
          * Clipsal - Cable Management
          * GH CBL Series
          * GM CBL Series
          * GN CBL Series
          * GRP Series
          * OptiLine
          * TALPlus
      
       * Health Solutions Health Solutions
         Health Solutions
          * Medilec
      
       * Network Connectivity Network Connectivity
         Network Connectivity
          * 30 Series
          * Actassi
          * MATV
          * Starserve
          * UPS
      
       * Energy Efficiency Energy Efficiency
         Energy Efficiency
          * EV Charging
          * Solar Inverters and Chargers
   
    * Product Category Product Category
      Product catalogue by type
       * Power Points and Switches Power Points and Switches
         Power Points and Switches
          * Iconic Skins
          * Interior Power Points and Switches
          * Light Dimmer Switches
          * Mechanisms
          * RCD Protected Power Points and Switches
          * USB Charger
          * Weatherproof Power Points and Switches
          * Iconic Pictogram Switches
          * Cooker Switches
      
       * Lighting Lighting
         Lighting
          * Battens
          * Ceiling Lights
          * LED Downlights
          * Light Dimmer Switches
          * Lighting Accessories
          * LED Wall Lights
      
       * Air Movement & Heating Air Movement & Heating
         Air Movement & Heating
          * All Air Movement & Heating
          * Bathroom Heat Light
          * Ceiling Sweep Fans
          * Exhaust Fans
          * Fan Speed Controllers
      
       * Smart Home Solutions Smart Home Solutions
         Smart Home Solutions
          * C-Bus Control and Management System
          * Residential Smart Wiring
          * Wiser Smart Home
      
       * Security and Safety Security and Safety
         Security and Safety
          * Arc Fault Detection Devices (AFDD)
          * Motion & Occupancy Sensors
          * Portable Protection
          * RCD Protected Power Points and Switches
          * Smoke Alarms
          * Surge Protection Devices (SPD)
          * Timer Controls
      
       * Electrical Accessories Electrical Accessories
         Electrical Accessories
          * All Electrical Accessories
          * Fasteners and Fixings
          * Junction Boxes
          * Mechanisms
          * Mounting Blocks and accessories
          * USB Chargers
      
       * Electric Vehicle Chargers Electric Vehicle Chargers
         Electric Vehicle Chargers
          * All Electric Vehicle Chargers
          * Electric Vehicle Charging Commercial & Shared Spaces
          * Electric Vehicle Charging Home
      
       * Industrial Industrial
         Industrial
          * Accessories & Spare Parts
          * Appliance Inlets
          * Distribution, Automation & Control
          * Enclosed Push Buttons & Motor Starters
          * Industrial Plugs
          * Industrial Socket Outlets
          * Industrial Switches and Switchgear
          * Timer Products
      
       * Circuit Protection Circuit Protection
         Circuit Protection
          * All Circuit Protection
          * Industrial Circuit Protection
          * Power Breakers and Switches
          * Residential Circuit Protection
          * Surge Protection Device (SPD)
          * Electrical Switchboard Enclosures
      
       * Cable Management Cable Management
         Cable Management
          * All Cable Management
          * Cable Support
          * Conduit, Ducting & Fittings
          * Installation Systems
          * Junction Boxes
          * Softwire Cables and Accessories
      
       * Health Solutions Health Solutions
         Health Solutions
          * Accessories
          * All Health Solutions
          * Isolated Power Supplies
          * Medical Service Panels
          * Medilec Sockets and RCDs
      
       * Network Connectivity Network Connectivity
         Network Connectivity
          * AV, Data and Phone Accessories
          * Copper Connectivity
          * Data Cabinets
          * Data Cables
          * Fibre Connectivity
   
    * Room Room
      Product catalogue by room or area
       * Entrance, Hallway & Stairs
       * Home Office
       * Living Room
       * Bedroom
       * Outdoor
       * Kitchen & Pantry
       * Bathroom
       * Garage
       * Dining Room
       * Laundry
   
    * Browse all

 * For Electricians For Electricians
   For Electricians
    * * Club Clipsal Club Clipsal
        Club Clipsal
         * Club Clipsal
           Better Connections, Better Rewards, Better Business
         * Explore the Club
         * Join the Club!
         * Tradify Job Management
      
      * Wiser Smart Home Wiser Smart Home
        Wiser Smart Home
         * Wiser Smart Home
           
         * Wiser for Electricians
         * Become a Wiser Approved Installer
         * Wiser Installer Support
         * Wiser Electrician Toolkit
      
      * Tools for the Trade Tools for the Trade
        Tools for the Trade
         * Tools for the Trade
           
         * Electrician Toolkit
         * FlexSelect
         * Clipsal iCat
         * SpaceLogic C-Bus Software & Firmware
         * Training
         * Home Electrical Design Service
    * * Product and Solutions
        Product and Solutions
        Product and Solutions
         * Max 9
         * Air Movement
         * Electric Vehicle Chargers
         * Power Points & Light Switches (SAE)
         * Weather Protected Products
         * Motion & Occupancy Sensors
         * Circuit Protection
         * The Essentials
      
      * Industrial and Commercial Products
        Industrial and Commercial Products
        Industrial and Commercial Products
         * Industrial Switchgear
         * Pro Series Sockets and Switches
         * Prestige
      
      * Explore more
        Explore more
        Explore more
         * Trade Talk
         * Trade Blogs
         * Trade Videos
         * Sustainability at Clipsal
         * On-the-go Learning Centre

 * At Home At Home
   At Home
    * * Inspiration & Planning Inspiration & Planning
        Inspiration & Planning
         * Inspiration & Planning
           
         * Electric Home Design Magazine
         * Home Hub
         * My Home Enhancer
         * Electrical Design Service
         * Electric Home Design Collective
         * Clipsal in Partnership with The Local Project
      
      * Explore & Experience Explore & Experience
        Explore & Experience
         * Explore & Experience
           
         * Design and Style
         * Safety and Protection
         * Smart Home Solutions
         * Renovation Projects
         * Showroom Locations
      
      * Featured Ranges Featured Ranges
        Featured Ranges
         * Featured Ranges
           
         * Iconic Switches & Power Points
         * Wiser Smart Home
         * Lighting Solutions
         * EV Charging
         * Smoke Alarms
         * Iconic Outdoor
    * * Clipsal Media Centre
        Clipsal Media Centre
        Clipsal Media Centre
         * Home Blogs
         * Home Owner Case Studies
      
      * Interior Designers & Architects
        Interior Designers & Architects
        Interior Designers & Architects
         * Interior Design
      
      * Builders
        Builders
        Builders
         * Residential Builders
         * Wiser for Builders
      
      * Explore more Ranges
        Explore more Ranges
        Explore more Ranges
         * Clipsal Saturn
         * Clipsal C-Bus
         * ArcFault Detection Devices
      
      * Room By Room Inspiration
        Room By Room Inspiration
        Room By Room Inspiration
         * Kitchen Inspiration
         * Bathroom Inspiration
         * Office/Study Inspiration
         * Living Room Inspiration
         * Bedroom Inspiration

 * Support Support
   Support
    * * Self-Serve Support Self-Serve Support
        Self-Serve Support
         * Self-Serve Support
           
         * Smoke Alarm FAQ
         * ArcFault Detection Device FAQ
         * Wiser FAQ
         * Wiser Install Support
         * Wiser App Update
         * SpaceLogic C-Bus Software & Firmware
      
      * Customer Support Customer Support
        Customer Support
         * Customer Support
           
         * Contact Us
         * Warranty Claims
         * Where to Buy
         * Wiser Smart Home Customer Support
         * Find an Electrician
         * Wholesaler Customer Support
      
      * Clipsal Media Centre Clipsal Media Centre
        Clipsal Media Centre
         * Clipsal Media Centre
           
         * Blogs for the Home Owner
         * Blogs for the Trade
         * Home Owner Case Studies
         * Trade Videos
         * Home Hub

 * Contact Us
 * Locate
 * About us
 * Applications
   * FlexSelect
 * Search
 * Login/Register

Search
Search

Search

Close search

Popular Products

Popular Content




LOGIN/REGISTER

LOGIN

Welcome back! Access your account here.

Login

REGISTER

Sign up to an account that suits your needs and take advantage of a customised
Clipsal experience.

Register


CLIPSAL AT HOME

Discover Electric Home Design

Explore home renovation


Product Recall: ML2000, 2000 Series RC10 products and Caloundra fans.

Support
Training
Club Clipsal
Design service
Renovation


A HOME MEANS MORE THAN EVER BEFORE

It is your sanctuary, your home office,
somewhere for you and your family to unwind and connect with each other.
At Clipsal we create home electrical products and solutions to help make your
home everything it should be... and more.  We breathe life into homes using
technology designed for an ever-changing world.

Discover the possibilities of Electric Home Design with innovative electrical
solutions - from modern switches and power points to smart home and safety
technology that offers you more peace of mind and control.

If you are planning a kitchen or bathroom renovation or building a house,
Clipsal can help you to get set up for life. 

This is Clipsal Electric Home Design. 


DESIGN SERVICE & SHOWROOMS

Need design advice? Our professional electrical design consultants can create a
tailored home electrical and lighting plan that’s right for your home.

Discover more



WISER SMART HOME

Imagine how effortless life would be a in a that adjusts to your needs with
Wiser Smart Home.

Explore Wiser



ELECTRIC HOME DESIGN

Create a new world of possibilities for your home renovation or new house build,
powered by electric. Unlock exciting home ideas for your kitchen, bathroom and
more.

Tell me more



ICONIC

The new modern standard of versatile switches and power points. Our Iconic range
is the future-proof choice for any home. Available in Vivid White, Cool Grey,
Anthracite and Black.

Browse Iconic Range


MY HOME ENHANCER

Unlock the potential of your home and explore the right electrical solutions
that will enhance how you and your family live in your home, now and into the
future. Simply answer a few questions about your new build or renovation project
and we’ll provide you with personalised recommendations and budgeting advice to
help you optimise your home’s electrical plan.

Get started ➚


BUILDING OR RENOVATING?

View ideas for improving your home electrical

Explore our inspiration magazine





HOME HUB

Looking for inspiration, information, planning resources and advice? The Home
Hub helps you easily find what you’re looking for across our website, no matter
where you are in your new build or renovation journey.

Explore the hub


EV CHARGING

Charge your electric vehicle faster, more reliably and with greater safety with
EVlink Home.

Discover EV



SAFETY AND PROTECTION

We always put safety first. Explore our latest home electrical solutions
designed to make your home a safer place for you and your loved ones.

Keep safe



LIGHTING

Explore our entire range of energy-efficient lighting solutions designed for
ambiance, enhanced safety and convenience.

Read more



CLIPSAL PRO SERIES

Pro Series has been specifically designed for commercial applications and
features a robust design with gloss finish.

Explore range


TRADE TALK

Are you an electrician, wholesaler or industry partner? Keep up to date with
trade relevant details and technical information.”



Let's talk trade






CLUB CLIPSAL FOR ELECTRICIANS

Discover the benefits of being part of Australia’s largest network of
electricians. Being in the Club means Better Connections, Better Rewards and
Better Business. Explore what's in it for you and join for free today!



Check out Club Clipsal




WE'LL GIVE YOU IDEAS

Sign up to receive news and commercial info from Schneider Electric and its
affiliates via electronic communication means such as email. I agree to the
collection of information on the opening and clicks on these emails, to measure
performance of our communications and improve them. For more details, please
read our Privacy Policy.

First Name:

Last Name:

Email:

Tell us about yourself
I am a ...I am a ... Consumer Architect Interior Designer Builder Home
Automation expert Electrician Wholesaler Panelbuilder
I am a ...
Consumer
Architect
Interior Designer
Builder
Home Automation expert
Electrician
Wholesaler
Panelbuilder

Market Segment
Market segment ...
Market segment ...


About Clipsal
 * Office Locations
 * Clipsal Cortex
 * News & events
 * Diversity & Inclusion
 * Careers
 * Clipsal Media Centre

Customer Support

13 SEAU (13 73 28) (7:30AM to 7:00PM Mon to Fri AEST)

Home Owners
 * Interior Design
 * Smart Home
 * Home Electrical Design Service
 * Home Owner Blogs

For Electricians
 * Club Clipsal
 * Wiser for Electricians
 * Trade Talk


© Schneider Electric (Australia) Pty Ltd. All rights reserved. #ACN 42 004 969
304.
 * Product compliance
 * Data Privacy and Cookies Policy
 * Warranties & claims
 * Obsolescence
 * Terms & Conditions
 * Change your cookie settings




What is your inquiry about? Support Center







COOKIES AND POLICY

Our website uses cookies delivered by us and by third parties. Some cookies are
necessary for the website’s operation, while others can be adjusted by you at
any time, in particular those which enable us to understand the performance of
our website, provide you with social media features, and deliver a better
experience with relevant content and advertising. By your usage of this site you
accept all cookies, or you may
Change your cookie settings



PRIVACY PREFERENCE CENTER

When you visit any website, it may store or retrieve information on your
browser, mostly in the form of cookies. This information might be about you,
your preferences or your device and is mostly used to make the site work as you
expect it to. The information does not usually directly identify you, but it can
give you a more personalized web experience. Because we respect your right to
privacy, you can choose not to allow some types of cookies. Click on the
different category headings to find out more and change our default settings.
However, blocking some types of cookies may impact your experience of the site
and the services we are able to offer.
More Information
Allow All


MANAGE CONSENT PREFERENCES

NECESSARY COOKIES

Always Active

Necessary cookies are required for our website to work properly and can’t be
turned off. They are sent to your computer or device when you request a specific
action or service, e.g. when you log in, fill out a form, or set your cookie
preferences. If you set your browser to block or alert you about these cookies,
certain parts of our website won’t work.

STATISTICAL COOKIES

Statistical cookies

Thanks to statistical or analytical cookies, delivered by us and other
companies, we can count the visits on our website and know the sources of
traffic. The data we derive helps us understand what visitors like most and
improve the website. If you don’t accept them, we won’t be able to improve your
experience based on data from your visit.

CUSTOMIZATION COOKIES

Customization cookies

Some customization cookies enable personalization of our websites by retaining
characteristics such as language and region. These cookies often remain on your
browser for the duration of a single web visit. Other Customization cookies
allow us to recognize you as the same user across multiple visits and online
platforms to build a profile of your interests based on your interactions with
our digital content and information from our contact database. This automated
processing allows us to provide you with personalized content on our websites
and marketing communication channels (SMS, emails, social network, messaging
applications…). This content may differ from that provided to other users and
may not reflect all content available on our websites. Customization cookies are
delivered by us and come from Schneider Electric domains or by other companies,
our vendors. If you do not accept cookies, we won’t be able to adapt your
experience and some web content and services may not be available. For more
information on cookies please see our Privacy Policy.

MARKETING COOKIES

Marketing cookies

Marketing cookies on our website are delivered by other companies and used to
identify your interests and display relevant advertising content when you browse
outside of our website. These cookies can enable social media features such as
sharing and simplifying registration. If you do not accept them, you will still
see online ads, but they will be less relevant.

Back Button


COOKIE LIST



Search Icon
Filter Icon

Clear
checkbox label label
Apply Cancel
Consent Leg.Interest
checkbox label label
checkbox label label
checkbox label label

Save




Feedback
Allow notifications

Subscribe


Step 1

Step 2