customer.portal.powercor.com.au Open in urlscan Pro
13.210.4.226  Public Scan

Submitted URL: http://customer.portal.powercor.com.au/mysupply/CIAWQuickCalculator
Effective URL: https://customer.portal.powercor.com.au/mysupply/CIAWQuickCalculator
Submission: On April 13 via manual from AU — Scanned from AU

Form analysis 6 forms found in the DOM

<form data-bind="submit:preProcess">
  <ul data-role="listview" class="list-unstyled" data-count-theme="a" data-bind="css:app().desktopCssUL()">
    <li data-icon="false" class="ui-first-child ui-li-static ui-body-inherit">
      <h1 class="h3">What would you like an estimate for?</h1>
      <p class="white-space-normal">Choose from the two options below. </p>
    </li>
    <!-- ko foreach: {data:CIAW.applicationsForCalc, as:'rec'} -->
    <!-- ko if: (rec.calc) -->
    <li data-icon="false" class="" data-bind="css:{'ui-last-child':($index() > 0)}">
      <a href="#supply-new" class="no-underline" data-estimate="true" data-bind="click:$component.chooseMe,attr:{'href':'#'+rec.type,'id':'est-'+rec.type}" id="est-supply-new">
							<div class="panel panel-default ux-equilize-child margL1 margR1" style="position:relative;background-color:#f6f6f6;border-radius:0;border-color:#979797;border-width:2px;">
								<div class="panel-body">
								<span class="white-space-normal h4 text-muted" style="color:#58595B"><!--ko html:rec.title-->New Supply<!--/ko--></span>
								<p class="p noMargTB text-muted" style="color:#58595B"><!--ko html:rec.desc-->Supplies to properties, including new pit installations.<!--/ko--></p>
								</div>
							</div>
						</a>
    </li>
    <!-- /ko -->
    <!-- ko if: (rec.calc) -->
    <li data-icon="false" class="ui-last-child" data-bind="css:{'ui-last-child':($index() > 0)}">
      <a href="#supply-move" class="no-underline" data-estimate="true" data-bind="click:$component.chooseMe,attr:{'href':'#'+rec.type,'id':'est-'+rec.type}" id="est-supply-move">
							<div class="panel panel-default ux-equilize-child margL1 margR1" style="position:relative;background-color:#f6f6f6;border-radius:0;border-color:#979797;border-width:2px;">
								<div class="panel-body">
								<span class="white-space-normal h4 text-muted" style="color:#58595B"><!--ko html:rec.title-->Move Our Equipment<!--/ko--></span>
								<p class="p noMargTB text-muted" style="color:#58595B"><!--ko html:rec.desc-->Relocate existing service pits, poles and streetlights.<!--/ko--></p>
								</div>
							</div>
						</a>
    </li>
    <!-- /ko -->
    <!-- /ko -->
    <!-- <li data-icon="false" class="">
					<a href="#supply-new" class="ui-btn ui-btn-icon-right ui-icon-carat-r ui-alt-icon clear" data-id="" data-title="New Supply" data-bind="click:setTitle">
						New Supply 
						<p class="p">Use our quick calculator to understand the potential costs to get supply to the property.</p>
					</a>
				</li>
				<li data-icon="false" class="ui-last-child">
					<a href="#supply-move" class="ui-btn ui-btn-icon-right ui-icon-carat-r ui-alt-icon clear white-space-normal" data-id="" data-title="Move Our Equipment" data-bind="click:setTitle">
						Move Our Equipment
						<p class="p">Use our quick calculator to get an idea of the costs to move one of our power poles, street lights or an underground electricity pit.</p>
					</a>
				</li> -->
  </ul>
</form>

<form data-bind="submit:preProcess">
  <ul data-role="listview" class="padB1 list-unstyled" data-count-theme="a" data-bind="css:app().desktopCssUL()">
    <li data-icon="false" class="ui-first-child ui-li-static ui-body-inherit">
      <h1 class="h3">What will the supply be for?</h1>
      <p class="white-space-normal">Choose from the list of options below. </p>
    </li>
    <!-- ko foreach: {data:app().connTypes, as:'rec'} --><!-- /ko -->
    <!-- ko ifnot: (app().connTypes().length) -->
    <li data-icon="false" class="ui-last-child ui-li-static ui-body-inherit noBorderT">
      <p class="white-space-normal"></p>
    </li>
    <!-- /ko -->
  </ul>
  <p class="white-space-normal">If you wish to enquire about installations larger than 63kVA, please make an application <a href="#home" class="ui-link">here</a>.</p>
</form>

<form data-bind="submit:preProcess">
  <ul data-role="listview" class="list-unstyled" data-count-theme="a" data-bind="css:app().desktopCssUL()">
    <li data-icon="false" class="ui-first-child ui-li-static ui-body-inherit">
      <h1 class="h3 noMargT">Document Type</h1>
      <p class="white-space-normal">Choose one from the options below. </p>
    </li>
    <!-- ko if: (app().filesCallToActionTask().length > 0) --><!-- /ko -->
    <!-- ko ifnot: (app().filesCallToActionTask().length > 0) -->
    <div data-bind="visible: app().HighCap_Gen_Project__c() === 'Yes'" style="display: none;">
      <!-- ko foreach:fileDropDownListHighCapacity -->
      <li data-icon="false" xdata-bind="css:{'ui-last-child':($index() == ($component.fileDropDownListHighCapacity.length - 1))}">
        <a tabindex="0" href="#" data-ref="chosenDocType" data-bind="text:$data,click:$component.chooseDocType,attr.class:&quot;&quot;+&quot;white-space-normal h4 ui-btn text-left &quot;+ko.unwrap($component.isSelected($data))" style="padding:0.3em 1em" class="white-space-normal h4 ui-btn text-left ">Site Plan</a>
      </li>
      <li data-icon="false" xdata-bind="css:{'ui-last-child':($index() == ($component.fileDropDownListHighCapacity.length - 1))}">
        <a tabindex="0" href="#" data-ref="chosenDocType" data-bind="text:$data,click:$component.chooseDocType,attr.class:&quot;&quot;+&quot;white-space-normal h4 ui-btn text-left &quot;+ko.unwrap($component.isSelected($data))" style="padding:0.3em 1em" class="white-space-normal h4 ui-btn text-left ">AS3000 Load Details</a>
      </li>
      <li data-icon="false" xdata-bind="css:{'ui-last-child':($index() == ($component.fileDropDownListHighCapacity.length - 1))}">
        <a tabindex="0" href="#" data-ref="chosenDocType" data-bind="text:$data,click:$component.chooseDocType,attr.class:&quot;&quot;+&quot;white-space-normal h4 ui-btn text-left &quot;+ko.unwrap($component.isSelected($data))" style="padding:0.3em 1em" class="white-space-normal h4 ui-btn text-left ">Covering Letter</a>
      </li>
      <li data-icon="false" xdata-bind="css:{'ui-last-child':($index() == ($component.fileDropDownListHighCapacity.length - 1))}">
        <a tabindex="0" href="#" data-ref="chosenDocType" data-bind="text:$data,click:$component.chooseDocType,attr.class:&quot;&quot;+&quot;white-space-normal h4 ui-btn text-left &quot;+ko.unwrap($component.isSelected($data))" style="padding:0.3em 1em" class="white-space-normal h4 ui-btn text-left ">Master Plan</a>
      </li>
      <li data-icon="false" xdata-bind="css:{'ui-last-child':($index() == ($component.fileDropDownListHighCapacity.length - 1))}">
        <a tabindex="0" href="#" data-ref="chosenDocType" data-bind="text:$data,click:$component.chooseDocType,attr.class:&quot;&quot;+&quot;white-space-normal h4 ui-btn text-left &quot;+ko.unwrap($component.isSelected($data))" style="padding:0.3em 1em" class="white-space-normal h4 ui-btn text-left ">Single Line Diagram</a>
      </li>
      <li data-icon="false" xdata-bind="css:{'ui-last-child':($index() == ($component.fileDropDownListHighCapacity.length - 1))}">
        <a tabindex="0" href="#" data-ref="chosenDocType" data-bind="text:$data,click:$component.chooseDocType,attr.class:&quot;&quot;+&quot;white-space-normal h4 ui-btn text-left &quot;+ko.unwrap($component.isSelected($data))" style="padding:0.3em 1em" class="white-space-normal h4 ui-btn text-left ">Site Photo</a>
      </li>
      <li data-icon="false" xdata-bind="css:{'ui-last-child':($index() == ($component.fileDropDownListHighCapacity.length - 1))}">
        <a tabindex="0" href="#" data-ref="chosenDocType" data-bind="text:$data,click:$component.chooseDocType,attr.class:&quot;&quot;+&quot;white-space-normal h4 ui-btn text-left &quot;+ko.unwrap($component.isSelected($data))" style="padding:0.3em 1em" class="white-space-normal h4 ui-btn text-left ">Grid Interactive/Hybrid Inverter Details</a>
      </li>
      <li data-icon="false" xdata-bind="css:{'ui-last-child':($index() == ($component.fileDropDownListHighCapacity.length - 1))}">
        <a tabindex="0" href="#" data-ref="chosenDocType" data-bind="text:$data,click:$component.chooseDocType,attr.class:&quot;&quot;+&quot;white-space-normal h4 ui-btn text-left &quot;+ko.unwrap($component.isSelected($data))" style="padding:0.3em 1em" class="white-space-normal h4 ui-btn text-left ">Protection Settings</a>
      </li>
      <li data-icon="false" xdata-bind="css:{'ui-last-child':($index() == ($component.fileDropDownListHighCapacity.length - 1))}">
        <a tabindex="0" href="#" data-ref="chosenDocType" data-bind="text:$data,click:$component.chooseDocType,attr.class:&quot;&quot;+&quot;white-space-normal h4 ui-btn text-left &quot;+ko.unwrap($component.isSelected($data))" style="padding:0.3em 1em" class="white-space-normal h4 ui-btn text-left ">Battery Storage Details</a>
      </li>
      <li data-icon="false" xdata-bind="css:{'ui-last-child':($index() == ($component.fileDropDownListHighCapacity.length - 1))}">
        <a tabindex="0" href="#" data-ref="chosenDocType" data-bind="text:$data,click:$component.chooseDocType,attr.class:&quot;&quot;+&quot;white-space-normal h4 ui-btn text-left &quot;+ko.unwrap($component.isSelected($data))" style="padding:0.3em 1em" class="white-space-normal h4 ui-btn text-left ">Energy Management System Details</a>
      </li>
      <li data-icon="false" xdata-bind="css:{'ui-last-child':($index() == ($component.fileDropDownListHighCapacity.length - 1))}">
        <a tabindex="0" href="#" data-ref="chosenDocType" data-bind="text:$data,click:$component.chooseDocType,attr.class:&quot;&quot;+&quot;white-space-normal h4 ui-btn text-left &quot;+ko.unwrap($component.isSelected($data))" style="padding:0.3em 1em" class="white-space-normal h4 ui-btn text-left ">Other</a>
      </li>
      <!-- /ko -->
    </div>
    <!-- modified for ME0004403 -->
    <div data-bind="visible: (app().HighCap_Gen_Project__c() !== 'Yes' &amp;&amp; app().supplyOptionTitle() != 'No Go Zone Assessment' &amp;&amp; app().supplyOptionTitle() != 'Facility Access Agreement And Licences' ) ">
      <!-- ko foreach:fileDropDownListLowCapacity -->
      <li data-icon="false" xdata-bind="css:{'ui-last-child':($index() == ($component.fileDropDownListLowCapacity.length - 1))}">
        <a tabindex="0" href="#" data-ref="chosenDocType" data-bind="text:$data,click:$component.chooseDocType,attr.class:&quot;&quot;+&quot;white-space-normal h4 ui-btn text-left &quot;+ko.unwrap($component.isSelected($data))" style="padding:0.3em 1em" class="white-space-normal h4 ui-btn text-left ">Single Line Diagram</a>
      </li>
      <li data-icon="false" xdata-bind="css:{'ui-last-child':($index() == ($component.fileDropDownListLowCapacity.length - 1))}">
        <a tabindex="0" href="#" data-ref="chosenDocType" data-bind="text:$data,click:$component.chooseDocType,attr.class:&quot;&quot;+&quot;white-space-normal h4 ui-btn text-left &quot;+ko.unwrap($component.isSelected($data))" style="padding:0.3em 1em" class="white-space-normal h4 ui-btn text-left ">Site Plan</a>
      </li>
      <li data-icon="false" xdata-bind="css:{'ui-last-child':($index() == ($component.fileDropDownListLowCapacity.length - 1))}">
        <a tabindex="0" href="#" data-ref="chosenDocType" data-bind="text:$data,click:$component.chooseDocType,attr.class:&quot;&quot;+&quot;white-space-normal h4 ui-btn text-left &quot;+ko.unwrap($component.isSelected($data))" style="padding:0.3em 1em" class="white-space-normal h4 ui-btn text-left ">AS3000 Load Details</a>
      </li>
      <li data-icon="false" xdata-bind="css:{'ui-last-child':($index() == ($component.fileDropDownListLowCapacity.length - 1))}">
        <a tabindex="0" href="#" data-ref="chosenDocType" data-bind="text:$data,click:$component.chooseDocType,attr.class:&quot;&quot;+&quot;white-space-normal h4 ui-btn text-left &quot;+ko.unwrap($component.isSelected($data))" style="padding:0.3em 1em" class="white-space-normal h4 ui-btn text-left ">Covering Letter</a>
      </li>
      <li data-icon="false" xdata-bind="css:{'ui-last-child':($index() == ($component.fileDropDownListLowCapacity.length - 1))}">
        <a tabindex="0" href="#" data-ref="chosenDocType" data-bind="text:$data,click:$component.chooseDocType,attr.class:&quot;&quot;+&quot;white-space-normal h4 ui-btn text-left &quot;+ko.unwrap($component.isSelected($data))" style="padding:0.3em 1em" class="white-space-normal h4 ui-btn text-left ">Plan of Subdivision</a>
      </li>
      <li data-icon="false" xdata-bind="css:{'ui-last-child':($index() == ($component.fileDropDownListLowCapacity.length - 1))}">
        <a tabindex="0" href="#" data-ref="chosenDocType" data-bind="text:$data,click:$component.chooseDocType,attr.class:&quot;&quot;+&quot;white-space-normal h4 ui-btn text-left &quot;+ko.unwrap($component.isSelected($data))" style="padding:0.3em 1em" class="white-space-normal h4 ui-btn text-left ">Master Plan</a>
      </li>
      <li data-icon="false" xdata-bind="css:{'ui-last-child':($index() == ($component.fileDropDownListLowCapacity.length - 1))}">
        <a tabindex="0" href="#" data-ref="chosenDocType" data-bind="text:$data,click:$component.chooseDocType,attr.class:&quot;&quot;+&quot;white-space-normal h4 ui-btn text-left &quot;+ko.unwrap($component.isSelected($data))" style="padding:0.3em 1em" class="white-space-normal h4 ui-btn text-left ">Site Photo</a>
      </li>
      <li data-icon="false" xdata-bind="css:{'ui-last-child':($index() == ($component.fileDropDownListLowCapacity.length - 1))}">
        <a tabindex="0" href="#" data-ref="chosenDocType" data-bind="text:$data,click:$component.chooseDocType,attr.class:&quot;&quot;+&quot;white-space-normal h4 ui-btn text-left &quot;+ko.unwrap($component.isSelected($data))" style="padding:0.3em 1em" class="white-space-normal h4 ui-btn text-left ">Authorisation for Unmetered Supply</a>
      </li>
      <li data-icon="false" xdata-bind="css:{'ui-last-child':($index() == ($component.fileDropDownListLowCapacity.length - 1))}">
        <a tabindex="0" href="#" data-ref="chosenDocType" data-bind="text:$data,click:$component.chooseDocType,attr.class:&quot;&quot;+&quot;white-space-normal h4 ui-btn text-left &quot;+ko.unwrap($component.isSelected($data))" style="padding:0.3em 1em" class="white-space-normal h4 ui-btn text-left ">Other</a>
      </li>
      <!-- /ko -->
    </div>
    <div data-bind="visible: app().supplyOptionTitle() == 'No Go Zone Assessment' " style="display: none;">
      <!-- ko foreach:fileDropDownNoGoZone -->
      <li data-icon="false" xdata-bind="css:{'ui-last-child':($index() == ($component.fileDropDownNoGoZone.length - 1))}">
        <a tabindex="0" href="#" data-ref="chosenDocType" data-bind="text:$data,click:$component.chooseDocType,attr.class:&quot;&quot;+&quot;white-space-normal h4 ui-btn text-left &quot;+ko.unwrap($component.isSelected($data))" style="padding:0.3em 1em" class="white-space-normal h4 ui-btn text-left ">Site Plan</a>
      </li>
      <li data-icon="false" xdata-bind="css:{'ui-last-child':($index() == ($component.fileDropDownNoGoZone.length - 1))}">
        <a tabindex="0" href="#" data-ref="chosenDocType" data-bind="text:$data,click:$component.chooseDocType,attr.class:&quot;&quot;+&quot;white-space-normal h4 ui-btn text-left &quot;+ko.unwrap($component.isSelected($data))" style="padding:0.3em 1em" class="white-space-normal h4 ui-btn text-left ">Construction Drawings</a>
      </li>
      <li data-icon="false" xdata-bind="css:{'ui-last-child':($index() == ($component.fileDropDownNoGoZone.length - 1))}">
        <a tabindex="0" href="#" data-ref="chosenDocType" data-bind="text:$data,click:$component.chooseDocType,attr.class:&quot;&quot;+&quot;white-space-normal h4 ui-btn text-left &quot;+ko.unwrap($component.isSelected($data))" style="padding:0.3em 1em" class="white-space-normal h4 ui-btn text-left ">Site Photo</a>
      </li>
      <li data-icon="false" xdata-bind="css:{'ui-last-child':($index() == ($component.fileDropDownNoGoZone.length - 1))}">
        <a tabindex="0" href="#" data-ref="chosenDocType" data-bind="text:$data,click:$component.chooseDocType,attr.class:&quot;&quot;+&quot;white-space-normal h4 ui-btn text-left &quot;+ko.unwrap($component.isSelected($data))" style="padding:0.3em 1em" class="white-space-normal h4 ui-btn text-left ">Other</a>
      </li>
      <!-- /ko -->
    </div>
    <!-- added for ME0004403 -->
    <div data-bind="visible: app().supplyOptionTitle() == 'Facility Access Agreement And Licences' " style="display: none;">
      <!-- ko foreach:fileDropDownFAA -->
      <li data-icon="false" xdata-bind="css:{'ui-last-child':($index() == ($component.fileDropDownFAA.length - 1))}">
        <a tabindex="0" href="#" data-ref="chosenDocType" data-bind="text:$data,click:$component.chooseDocType,attr.class:&quot;&quot;+&quot;white-space-normal h4 ui-btn text-left &quot;+ko.unwrap($component.isSelected($data))" style="padding:0.3em 1em" class="white-space-normal h4 ui-btn text-left ">Site Plan</a>
      </li>
      <li data-icon="false" xdata-bind="css:{'ui-last-child':($index() == ($component.fileDropDownFAA.length - 1))}">
        <a tabindex="0" href="#" data-ref="chosenDocType" data-bind="text:$data,click:$component.chooseDocType,attr.class:&quot;&quot;+&quot;white-space-normal h4 ui-btn text-left &quot;+ko.unwrap($component.isSelected($data))" style="padding:0.3em 1em" class="white-space-normal h4 ui-btn text-left ">Map of proposed assets</a>
      </li>
      <li data-icon="false" xdata-bind="css:{'ui-last-child':($index() == ($component.fileDropDownFAA.length - 1))}">
        <a tabindex="0" href="#" data-ref="chosenDocType" data-bind="text:$data,click:$component.chooseDocType,attr.class:&quot;&quot;+&quot;white-space-normal h4 ui-btn text-left &quot;+ko.unwrap($component.isSelected($data))" style="padding:0.3em 1em" class="white-space-normal h4 ui-btn text-left ">Design Documents</a>
      </li>
      <li data-icon="false" xdata-bind="css:{'ui-last-child':($index() == ($component.fileDropDownFAA.length - 1))}">
        <a tabindex="0" href="#" data-ref="chosenDocType" data-bind="text:$data,click:$component.chooseDocType,attr.class:&quot;&quot;+&quot;white-space-normal h4 ui-btn text-left &quot;+ko.unwrap($component.isSelected($data))" style="padding:0.3em 1em" class="white-space-normal h4 ui-btn text-left ">Antenna Design Documents</a>
      </li>
      <li data-icon="false" xdata-bind="css:{'ui-last-child':($index() == ($component.fileDropDownFAA.length - 1))}">
        <a tabindex="0" href="#" data-ref="chosenDocType" data-bind="text:$data,click:$component.chooseDocType,attr.class:&quot;&quot;+&quot;white-space-normal h4 ui-btn text-left &quot;+ko.unwrap($component.isSelected($data))" style="padding:0.3em 1em" class="white-space-normal h4 ui-btn text-left ">Site Feasibility Assessment</a>
      </li>
      <li data-icon="false" xdata-bind="css:{'ui-last-child':($index() == ($component.fileDropDownFAA.length - 1))}">
        <a tabindex="0" href="#" data-ref="chosenDocType" data-bind="text:$data,click:$component.chooseDocType,attr.class:&quot;&quot;+&quot;white-space-normal h4 ui-btn text-left &quot;+ko.unwrap($component.isSelected($data))" style="padding:0.3em 1em" class="white-space-normal h4 ui-btn text-left ">RF EME documentation</a>
      </li>
      <li data-icon="false" xdata-bind="css:{'ui-last-child':($index() == ($component.fileDropDownFAA.length - 1))}">
        <a tabindex="0" href="#" data-ref="chosenDocType" data-bind="text:$data,click:$component.chooseDocType,attr.class:&quot;&quot;+&quot;white-space-normal h4 ui-btn text-left &quot;+ko.unwrap($component.isSelected($data))" style="padding:0.3em 1em" class="white-space-normal h4 ui-btn text-left ">Structural Assessment of the pole</a>
      </li>
      <!-- /ko -->
    </div>
    <!-- /ko -->
    <li data-icon="false" class="ui-last-child ui-li-static ui-body-inherit" style="height: 30px;">
      <div class="col-xs-12 text-right noPadLR margT1 ">
        <a type="button" class="btn btn-default btn-sm margT1" href="#" data-rel="back">Close</a>
      </div>
    </li>
  </ul>
</form>

Name: application_formPOST

<form method="post" name="application_form">
  <p class="white-space-normal">Here you can make changes to your account details and change your password.</p>
  <h3 class="h4 noMargTB padT1">Edit Personal Details <small></small></h3>
  <div class="collapse" id="collapse_Rego_info">
    <div class="well noMargB margT1 relative">
      <a href="#" class="ui-btn ui-icon-delete ui-btn-icon-notext ui-btn-right ui-alt-icon clear no-border ui-corner-all" data-toggle="collapse" data-target="#collapse_Rego_info">Close</a> All fields are required.
    </div>
  </div>
  <!-- <div class="ui-field-contain">
                        <label for="Title">Title:</label>
                        <div class="ui-input-text ui-body-inherit ui-corner-all ui-input-text-icon" title="Required" style="width:auto" data-bind="css:{'has-success':(!isTitleFocussed() && isTitle())}">
                            <input type="text" value="" placeholder="" id="Title" data-id="strTitle" name="Title" data-bind="textInput:strTitle,event:{'blur':onBlurReviewMe,'keyup':onKeyReviewMe}, hasFocus: isTitleFocussed" />
                            <a href="#" data-toggle="collapse" data-target="#collapse_Rego_info" tabindex="0">
                                <span class="ui-input-clear glyphicon glyphicon-asterisk" aria-hidden="true" data-bind="css:{'glyphicon-ok text-white':(!isTitleFocussed() && isTitle()),'glyphicon-asterisk':( (isTitleFocussed && isTitle()) || !isTitle())}"></span>
                            </a>
                        </div>
                    </div> -->
  <div class="ui-field-contain padT2">
    <label for="FirstName">First name:</label>
    <div class="ui-input-text ui-body-inherit ui-corner-all ui-input-text-icon" title="Required" data-bind="css:{'has-success':(!isFirstNameFocussed() &amp;&amp; isFirstName()),'has-focus':isFirstNameFocussed()}">
      <input type="text" value="" placeholder="" id="FirstName" data-id="strFirstName" name="FirstName" data-bind="textInput:strFirstName,event:{'blur':onBlurReviewMe},hasFocus: isFirstNameFocussed">
      <a href="#" data-toggle="collapse" data-target="#collapse_Rego_info" tabindex="0">
                                <span class="ui-input-clear glyphicon glyphicon-asterisk" aria-hidden="true" data-bind="css:{'glyphicon-ok text-white':(!isFirstNameFocussed() &amp;&amp; isFirstName()),'glyphicon-asterisk':( (isFirstNameFocussed &amp;&amp; isFirstName()) || !isFirstName())}"></span>
                            </a>
    </div>
    <p class="help-block white-space-normal small pull-right noMargB" data-bind="slideVisible:(!isFirstName() &amp;&amp; !strFirstName().length)" style="opacity: 1;">Enter your First name</p>
  </div>
  <div class="ui-field-contain">
    <label for="LastName">Last name:</label>
    <div class="ui-input-text ui-body-inherit ui-corner-all ui-input-text-icon" title="Required"
      data-bind="css:{'has-success':(!isLastNameFocussed() &amp;&amp; isLastName()),'has-focus':isLastNameFocussed(),'ui-input-text-error':(!isLastNameFocussed() &amp;&amp; !isLastName() &amp;&amp; strLastName().length > 0)}">
      <input type="text" value="" placeholder="" id="LastName" data-id="strLastName" name="LastName" data-bind="textInput:strLastName,event:{'blur':onBlurReviewMe},hasFocus: isLastNameFocussed">
      <a href="#" data-toggle="collapse" data-target="#collapse_Rego_info" tabindex="0">
                                <span class="ui-input-clear glyphicon glyphicon-asterisk" aria-hidden="true" data-bind="css:{'glyphicon-ok text-white':(!isLastNameFocussed() &amp;&amp; isLastName()),'glyphicon-asterisk':( (isLastNameFocussed &amp;&amp; isLastName()) || !isLastName())}"></span>
                            </a>
    </div>
    <p class="help-block white-space-normal small pull-right noMargB" data-bind="slideVisible:(!isLastName() &amp;&amp; !strLastName().length)" style="opacity: 1;">Enter your Last name</p>
  </div>
  <div class="ui-field-contain">
    <label for="Email">Email:</label>
    <div class="ui-input-text ui-body-inherit ui-corner-all ui-input-text-icon" title="Required"
      data-bind="css:{'has-success':(!isEmailFocussed() &amp;&amp; isEmail()),'has-focus':isEmailFocussed(),'ui-input-text-error':(!isEmailFocussed() &amp;&amp; !isEmail() &amp;&amp; strEmail().length > 0)}">
      <input type="text" value="" placeholder="" id="Email" data-id="strEmail" name="Email" data-bind="textInput:strEmail,event:{'blur':onBlurReviewMe},hasFocus: isEmailFocussed">
      <a href="#" data-toggle="collapse" data-target="#collapse_Rego_info" tabindex="0">
                                <span class="ui-input-clear glyphicon glyphicon-asterisk" aria-hidden="true" data-bind="css:{'glyphicon-ok text-white':(!isEmailFocussed() &amp;&amp; isEmail()),'glyphicon-asterisk':( (isEmailFocussed &amp;&amp; isEmail()) || !isEmail())}"></span>
                            </a>
    </div>
    <p class="help-block white-space-normal small pull-right noMargB" data-bind="css:{'text-danger':(strEmail().length > 0 &amp;&amp; !isEmailFocussed() &amp;&amp; !isEmail())}">Enter a valid email address</p>
  </div>
  <div class="ui-field-contain">
    <label for="PrimaryContactNo">Mobile No.:</label>
    <div class="ui-input-text ui-body-inherit ui-corner-all ui-input-text-icon" title="Required" data-bind="css:{'has-success':(!isMobileFocussed() &amp;&amp; strMobileNum() > 8 &amp;&amp; isMobile()),'has-focus':isMobileFocussed()}">
      <input type="text" value="" placeholder="" data-id="strMobile" id="PrimaryContactNo" name="PrimaryContactNo" data-bind="textInput:strMobile,event:{'blur':onBlurReviewMe,'keyup':onKeyReviewMe},hasFocus:isMobileFocussed">
      <a href="#" data-toggle="collapse" data-target="#collapse_Rego_info" tabindex="0">
                                <span class="ui-input-clear glyphicon glyphicon-asterisk" aria-hidden="true" data-bind="css:{'glyphicon-ok text-white':(!isMobileFocussed() &amp;&amp; strMobileNum() > 8 &amp;&amp; isMobile())}"></span>
                            </a>
    </div>
    <p class="help-block white-space-normal small pull-right noMargB" data-bind="css:{'text-danger':(!isMobileFocussed() &amp;&amp; strMobile().length > 0 &amp;&amp; !isMobile())}">Enter a valid mobile number</p>
  </div>
</form>

Name: application_formPOST

<form method="post" name="application_form">
  <!-- <p class="white-space-normal">Please provide the following information:</p> -->
  <h3 class="h4 noMargTB padT1">Personal Details <small>(required)</small></h3>
  <div class="collapse" id="collapse_Rego_info">
    <div class="well noMargB margT1 relative p">
      <a href="#" class="ui-btn ui-icon-delete ui-btn-icon-notext ui-btn-right ui-alt-icon clear no-border ui-corner-all" data-toggle="collapse" data-target="#collapse_Rego_info">Close</a> All fields are required.
    </div>
  </div>
  <!-- <div class="ui-field-contain">
					<label for="Title">Title:</label>
					<div class="ui-input-text ui-body-inherit ui-corner-all ui-input-text-icon" title="Required" style="width:auto" data-bind="css:{'has-success':(!isTitleFocussed() && isTitle())}">
						<input type="text" value="" placeholder="" id="Title" data-id="strTitle" name="Title" data-bind="textInput:strTitle,event:{'blur':onBlurReviewMe,'keyup':onKeyReviewMe}, hasFocus: isTitleFocussed" />
						<a href="#" data-toggle="collapse" data-target="#collapse_Rego_info" tabindex="0">
							<span class="ui-input-clear glyphicon xglyphicon-question-sign" aria-hidden="true" data-bind="css:{'glyphicon-ok text-white':(!isTitleFocussed() && isTitle()),'xglyphicon-question-sign':( (isTitleFocussed && isTitle()) || !isTitle())}"></span>
						</a>
					</div>
				</div> -->
  <div class="ui-field-contain padT2">
    <label for="FirstName">First name:</label>
    <div class="ui-input-text ui-body-inherit ui-corner-all ui-input-text-icon borderR" title="Required"
      data-bind="css:{'borderR':(isFirstNameFocussed() || !isFirstName()),'has-success':(!isFirstNameFocussed() &amp;&amp; isFirstName()),'has-focus':isFirstNameFocussed()}">
      <input type="text" value="" placeholder="" id="FirstName" data-id="strFirstName" name="FirstName" data-bind="textInput:strFirstName,event:{'blur':onBlurReviewMe},hasFocus: isFirstNameFocussed">
      <!-- <a href="#" data-toggle="collapse" data-target="#collapse_Rego_info" tabindex="0"> -->
      <span class="ui-input-clear glyphicon xglyphicon-question-sign" aria-hidden="true"
        data-bind="css:{'glyphicon-ok text-white':(!isFirstNameFocussed() &amp;&amp; isFirstName()),'xglyphicon-question-sign':( (isFirstNameFocussed &amp;&amp; isFirstName()) || !isFirstName())}"></span>
      <!-- </a> -->
    </div>
  </div>
  <div class="ui-field-contain">
    <label for="LastName">Last name:</label>
    <div class="ui-input-text ui-body-inherit ui-corner-all ui-input-text-icon borderR" title="Required"
      data-bind="css:{'borderR':(isLastNameFocussed() || !isLastName()),'has-success':(!isLastNameFocussed() &amp;&amp; isLastName()),'has-focus':isLastNameFocussed()}">
      <input type="text" value="" placeholder="" id="LastName" data-id="strLastName" name="LastName" data-bind="textInput:strLastName,event:{'blur':onBlurReviewMe},hasFocus: isLastNameFocussed">
      <!-- <a href="#" data-toggle="collapse" data-target="#collapse_Rego_info" tabindex="0"> -->
      <span class="ui-input-clear glyphicon xglyphicon-question-sign" aria-hidden="true"
        data-bind="css:{'glyphicon-ok text-white':(!isLastNameFocussed() &amp;&amp; isLastName()),'xglyphicon-question-sign':( (isLastNameFocussed &amp;&amp; isLastName()) || !isLastName())}"></span>
      <!-- </a> -->
    </div>
  </div>
  <div class="ui-field-contain">
    <label for="Email">Email:</label>
    <div class="ui-input-text ui-body-inherit ui-corner-all ui-input-text-icon borderR" title="Required"
      data-bind="css:{'borderR':(isEmailFocussed() || !isEmail()),'has-success':(!isEmailFocussed() &amp;&amp; isEmail()),'has-focus':isEmailFocussed(),'ui-input-text-error':(!isEmailFocussed() &amp;&amp; !isEmail() &amp;&amp; strEmail().length > 0)}">
      <input type="text" value="" placeholder="" id="Email" data-id="strEmail" name="Email" data-bind="textInput:strEmail,event:{'blur':onBlurReviewMe},hasFocus: isEmailFocussed">
      <!-- <a href="#" data-toggle="collapse" data-target="#collapse_Rego_info" tabindex="0"> -->
      <span class="ui-input-clear glyphicon xglyphicon-question-sign" aria-hidden="true"
        data-bind="css:{'glyphicon-ok text-white':(!isEmailFocussed() &amp;&amp; isEmail()),'xglyphicon-question-sign':( (isEmailFocussed &amp;&amp; isEmail()) || !isEmail())}"></span>
      <!-- </a> -->
    </div>
    <p class="help-block white-space-normal small pull-right noMargB text-right" style="width:78%" data-bind="css:{'text-danger':(strEmail().length > 0 &amp;&amp; !isEmailFocussed() &amp;&amp; !isEmail())}">Enter a valid email address</p>
  </div>
  <!-- <div data-mini="true" data-type="horizontal" data-role="controlgroup" class="ui-controlgroup ui-controlgroup-horizontal ui-corner-all ui-mini ui-field-contain noMargLR margT2">
					<label class="noMargT">Primary Contact mode:</label>
	                <div class="btn-group" data-toggle="buttons">
					  <label class="btn btn-default btn-default-orig btn-sm active">
					    <input type="radio" name="options" id="option-phone1" data-id="Mobile" autocomplete="off" checked> Mobile
					  </label>
					  <label class="btn btn-default btn-default-orig btn-sm">
					    <input type="radio" name="options" id="option-phone2" data-id="Phone" autocomplete="off"> Home Phone
					  </label>
					  <label class="btn btn-default btn-default-orig btn-sm">
					    <input type="radio" name="options" id="option-phone3" data-id="WorkPhone" autocomplete="off"> Work Phone
					  </label>
					</div>
	            </div> -->
  <div class="ui-field-contain">
    <label for="PrimaryContactNo">Mobile No.:</label>
    <div class="ui-input-text ui-body-inherit ui-corner-all ui-input-text-icon borderR" title="Required"
      data-bind="css:{'borderR':(isMobileFocussed() || !isMobile()),'has-success':(!isMobileFocussed() &amp;&amp; strMobileNum() > 8 &amp;&amp; isMobile()),'has-focus':isMobileFocussed()}">
      <input type="text" value="" placeholder="" data-id="strMobile" id="PrimaryContactNo" name="PrimaryContactNo" data-bind="textInput:strMobile,event:{'blur':onBlurReviewMe,'keyup':onKeyReviewMe},hasFocus:isMobileFocussed">
      <!-- <a href="#" data-toggle="collapse" data-target="#collapse_Rego_info" tabindex="0"> -->
      <span class="ui-input-clear glyphicon xglyphicon-question-sign" aria-hidden="true" data-bind="css:{'glyphicon-ok text-white':(!isMobileFocussed() &amp;&amp; strMobileNum() > 8 &amp;&amp; isMobile())}"></span>
      <!-- </a> -->
    </div>
    <p class="help-block white-space-normal small pull-right noMargB text-right" style="width:78%" data-bind="css:{'text-danger':(strMobile().length > 0 &amp;&amp; !isMobile())}">Enter a valid mobile number</p>
  </div>
  <!-- <h3 class="h4 noMargB padT1">Terms of Use</h3> -->
  <br style="clear:both">
  <p class="h4 padT1">Our <a class="" href="#portal-terms"><strong>Terms and Conditions</strong></a>
  </p>
  <div class="ui-checkbox noMargTB">
    <label tabindex="0" for="isAccept" data-id="isAccept" class="ui-btn ui-corner-all ui-btn-inherit ui-btn-icon-left white-background ui-checkbox-off"
      data-bind="css:{'ui-checkbox-on':isAccept(),'ui-checkbox-off':!isAccept()}, click:toggleCheckbox,event:{'keyup':onKeyReviewMe}"> I accept </label>
    <input type="checkbox" name="isAccept" data-bind="checked:isAccept">
  </div>
  <!-- <p class="h6 text-right padT1">
                    Our <a href="#" data-ajax="false" data-bind="attr:{'href':app().privacyURL()}"
                            target="_blank"><strong>Privacy Policy</strong></a>
                </p> -->
</form>

<form data-bind="submit:preProcess">
  <ul data-role="listview" class="ui-listview" data-count-theme="a">
    <li data-icon="false" class="ui-first-child ui-li-static ui-body-inherit noPadB">
      <!-- <h2>Enter Details</h2> -->
      <p class="white-space-normal" data-bind="visible:(app().locOptionView() == 'address')" style="display: none;">If you know the address of the particular land, enter it below. <br>A list of closest options will appear. </p>
      <p class="white-space-normal" data-bind="visible:(app().locOptionView() == 'lantern')" style="display: none;"> You can enter the nearest street light reference ID. <br>You'll then be able to reposition the map pin to the land boundary edge.
      </p>
      <p class="white-space-normal" data-bind="visible:(app().locOptionView() == 'longlat')" style="display: none;"> Enter your longitude and latitude co-ordinates. </p>
    </li>
    <li data-icon="false" class="ui-li-static ui-body-inherit noBorderT noBorderB">
      <div data-bind="visible:(app().locOptionView() == 'address')" style="display: none;">
        <label for="forAddress" class="ui-hidden-accessible">Address</label>
        <!-- <input data-clear-btn="true" autocomplete="off" name="forAddress" placeholder="Search an address" id="dialog-search-input" value="" type="text" data-bind="textInput:address" data-type="search"> -->
        <div class="ui-input-search ui-body-inherit ui-corner-all ui-shadow-inset ui-input-has-clear">
          <input type="text" data-type="search" data-bind="textInput:address" value="" id="dialog-search-input" placeholder="Search an address" name="forAddress" autocomplete="off" data-clear-btn="true" data-enhanced="true">
          <!-- <a class="ui-input-clear ui-btn ui-icon-delete ui-btn-icon-notext ui-corner-all" aria-hidden="true" tabindex="-1" href="#" title="Clear text">Clear text</a> -->
        </div>
      </div>
      <!-- <div data-bind="visible:(app().locOptionView() == 'lantern')">
		            	<label for="forLantern" class="ui-hidden-accessible">Street light</label>
		     			<input data-clear-btn="true" autocomplete="off" name="forLantern" placeholder="Street light reference identifier" id="street_input" value="" type="text" data-bind="textInput:lantern">
		     			<label class="ui-hidden-accessible" for="forLanternSubmit">Send:</label>
		                <button class="noMargLR margT2 ui-btn ui-shadow ui-corner-all ui-mini" id="forLanternSubmit" type="submit">Submit</button>
					</div> -->
      <div data-bind="visible:(app().locOptionView() == 'longlat')" style="display: none;">
        <label for="forLat" class="">Latitude</label>
        <input data-clear-btn="true" autocomplete="off" name="forLat" placeholder="Latitude co-ordinate" id="lat" value="" type="text" data-bind="textInput:latitude">
        <label for="forLong" class="">Longitude</label>
        <input data-clear-btn="true" autocomplete="off" name="forLong" placeholder="Longitude co-ordinate" id="text-3" value="" type="text" data-bind="textInput:longitude">
        <label class="ui-hidden-accessible" for="forLongLatSubmit">Send:</label>
        <button class="noMargLR margT2 ui-btn ui-shadow ui-corner-all ui-mini" id="forLongLatSubmit" type="submit">Submit</button>
      </div>
    </li>
  </ul>
</form>

Text Content

mySupply

Login mySupply



WELCOME TO MYSUPPLY

For all your electricity supply needs, from new residential builds or estate
developments through to renewable generation, we’ve got you covered.


NEW TO MYSUPPLY?

Watch this quick video to learn how to apply


NEED MORE HELP?

FAQs Ask an expert


LOGIN TO MYSUPPLY

View the status of your submitted applications, or resume your drafts.

Login


START BY ESTIMATING YOUR SUPPLY COSTS:


QUICK CALCULATOR

Get price estimates for mySupply requests


READY TO APPLY? CHOOSE AN OPTION:


GET POWER

 * Commercial or residential supply
 * HV supply
 * Estate development
 * Public lighting


MOVE OR REMOVE OUR EQUIPMENT

 * Relocate or remove our assets
 * Sag and Sway assessment


GENERATION AND STORAGE

 * Solar
 * Wind
 * Engine generation >200kW


WORK SAFELY NEAR OUR ASSETS

 * No go zone assessments
 * Permit to work renewal
 * High load transport
 * Third party facility access


MYSUPPLY

Whether you are a small residential customer, a large business, council or even
a consultant responsible for handling your client's electrical requirements we
can assist you.

Login to mySupply to view the status of your submitted applications, or resume
your drafts.

Login
Just want a ball-park estimate?
Quick Calculator

Our quick calculator tool can provide an on the spot price estimate for many new
supply and relocation requests.

Go
Ready to apply? Select one of the project types below
New or Increased Supply

Supplies to properties or subdividing blocks, including new pit installations.

Move Our Equipment

Relocate existing service pits, poles, streetlights, other equipment, or apply
for a Sag and Sway assessment.

Estate Development

Greenfield site subdivisions.

Public Lighting

Install or upgrade approved public lighting.

Remove Our Equipment

Remove substations, watchman lights and other fixed assets.

High Voltage Supply and Major Projects

HV customers and large infrastructure projects (excluding generation)

Generation or Battery Storage

Embedded generation (solar, wind or engine) and battery storage on our network

Unmetered Supply

Approved unmetered supply.

No Go Zone Assessment

Apply for a No Go Zone Assessment when working in the vicinity of CitiPower or
Powercor's electricity assets

High Load

Apply for an evaluation and approval of high load transportation within our
network.

Facility Access Agreement And Licences

Installing your assets on our poles (includes where new supply is required).


NEED HELP?

FAQ's Ask an Expert
Terms
Supply
Location
Estimate


QUICK CALCULATOR

The Quick Calculator tool is designed to provide an estimate for:

 * Providing electricity supply to new sites where supply is not currently
   available

 * Moving existing poles, service pits or streetlights that may be obstructing
   access

MoreLess information on what it doesn't cover.

The tool does not provide estimates for:

 * Medium or high density developments

 * High Voltage customers

 * Public lighting installations

 * Subdivision of property

 * Large Low Voltage customers

 * Installation of co-generation including solar

The estimate provided is to be used as a guide only.

Please select the Privacy and Disclaimer link for the use of data on this site.

Continue
Terms
Supply
Location
Estimate


QUICK CALCULATOR

The Quick Calculator tool is designed to provide an indicative cost for:

 * Providing supply to new residential or small business owners who are not
   currently on supply

 * Moving existing poles, service pits or streetlights that may be obstructing
   access up to 10m

 * You may find indicative costs for other project types here

This is an indication only of the costs you may incur and we've made some
assumptions for your estimate.

In particular:-

 * We don't need to upgrade our existing poles, wires and transformers to supply
   the power you need

 * The pole or service pit you're requesting to move belongs to CitiPower or
   Powercor

 * Your connection does not include any large generation equipment, e.g. wind
   turbines or co-generation

 * Any connection to our network will be direct and economical and there are no
   abnormal ground conditions along that way

 * We don't need to obtain easements or right of way to access your site

 * We haven't allowed for any obstacles like: railways and tram crossings, tree
   clearing, existing structures, or community and council restrictions

 * Costs are based on work being carried out during normal working hours of 9am
   to 5pm between Monday and Friday

Before entering any financial agreement we strongly suggest that you seek a firm
quotation from us to assist with your decision. Note that an application fee
will be payable.

MoreLess information on what it doesn't cover.

The tool does not provide estimates for:

 * Medium or high density developments

 * High Voltage customers

 * Public lighting installations

 * Subdivision of property

 * Large Low Voltage customers

 * Installation of co-generation including solar

 * Relocation assets more than 10m

 * Relocating multiple assets

The estimate provided is to be used as a guide only.

Please select the Privacy and Disclaimer link for the use of data on this site.

No thanks I accept Continue
Terms
Supply
Location
Estimate


 * HOW WOULD YOU LIKE TO FIND THE PROPERTY?
   
   Choose from the list of options below.

 * Current location
   
   Let your device find where you are

 * Address / Search address
   
   Enter an address to search for a location

 * Map grid co-ordinates
   
   Provide the longitude and latitude co-ordinates

 * Show map
   
   Show a map and drop the pin yourself


 * HOW WOULD YOU LIKE TO FIND THE PROPERTY?
   
   Choose from the list of options below.

 * Current location
   
   Let your device find where you are

 * Address / Search address
   
   Enter an address to search for a location

 * Map grid co-ordinates
   
   Provide the longitude and latitude co-ordinates

 * Show map
   
   Show a map and drop the pin yourself


 * WHAT WOULD YOU LIKE TO DO?
   
   Choose from the list of options below.

 * Get an Estimate
   
   Use our quick calculator to get an idea of the cost for a new supply request
   or a request to move an existing pole, service pit or streetlight you can
   obtain an instant online estimate.

   
 * Apply for a Quote
   
   Use our checklist to insure your application contains all the information we
   need to provide you.

 * Back


Terms
Supply
Location
Estimate


 * WHAT WOULD YOU LIKE AN ESTIMATE FOR?
   
   Choose from the two options below.

   
   
 * New Supply
   
   Supplies to properties, including new pit installations.

   
   
 * Move Our Equipment
   
   Relocate existing service pits, poles and streetlights.

   
   
   

Terms
Supply
Location
Estimate


 * WHAT WILL THE SUPPLY BE FOR?
   
   Choose from the list of options below.

   
   
   

 * 

   

If you wish to enquire about installations larger than 63kVA, please make an
application here.

 * Terms
   Supply
   Location
   Estimate
   
   
   ASSET RELOCATION
   
   An estimate can only be provided to move an asset up to metres along your
   property boundary.
   
   Moving assets further than metres usually requires additional work and
   therefore cannot be estimated with this tool.
   
   If you need to move an asset further than metres please apply here
   
   Continue

 * 

Terms
Supply
Location
Estimate


OUR ESTIMATE...





Back to Map New Estimate Apply for a Quote


 * WHAT TYPE OF APPLICATION ARE YOU SUBMITTING?
   
   Choose from the list of options below.

 * No Go Zone Assessment
   
   Apply for a No Go Zone assessment when working in the vicinity of CitiPower
   or Powercor electricity assets

 * Permit to Work Renewal
   
   Locate your previously submitted No Go Zone assessment in My Applications and
   click 'Renew Permit' to begin
   
   (Note: permits expired by more than 1 week cannot be renewed)


PERMIT TO WORK RENEWAL


EXISTING PERMIT DETAILS

 * Application Number:
 * Site Address:
 * Permit Number:
 * Permit Start:
 * Permit End:
 * Permit Status:


STEP 1: REVIEW YOUR EXISTING NO GO ZONE ASSESSMENT APPLICATION

PROJECT DETAILS

Application details

Status of proposed works
   
 * Pre-Feasibility (General Enquiry Only)
 * Feasibility
 * Scheduled
 * Commenced
   

Application raised for customer quoting purposes?
 * Yes
 * No

Are you conducting overhead or underground works?
 * Both

Dial Before You Dig Sequence Number

Are overhead works within 6.4m of our network assets?
 * Yes
 * No

Are underground works within 2m of our network assets
 * Yes
 * No

What are your proposed works?

Painting
Drainage
Construction
Rendering
Tree cutting
Extension
Civil excavation
Boring
Other
Additional details of equipment to be used


Equipment to be used

Crane
Scissor lift/boom lift
Scaffold
Bucket truck
Excavator
Concrete Pump
Pile driver/drilling rig
Borer
Non-Destructive Digging Equipment
PE_Other__c

Additional Comments

Please provide any additional comments that may relevant



STEP 2: CONFIRM THE FOLLOWING ITEMS

Have any project details changed since your original application?
 * Distance from our assets
 * Nature of the works
 * Equipment to be used

   
 * Yes
 * No
   

Permits cannot be renewed if your project conditions have since changed. To
continue your project work you will need to submit a new Permit to Work
application with these new project details
Have any incidents occurred on site?
   
 * Yes
 * No
   

Incident Details



STEP 3: ACCEPT PERMIT RENEWAL TERMS

By submitting this application for a renewal of my permit to work I acknowledge
that the information I have disclosed in the application is true and correct. I
also acknowledge that discretion is retained solely by Citipower/Powercor as to
whether my permit is to be renewed and/or if an additional site inspection/s is
required to either renew this permit to work or if the issuance of a new permit
to work is required

I agree
 * 
 * Back

Terms
Supply
Location
Estimate


PRE-APPLICATION CHECKLIST

No checklist is available at this moment in time, please continue with your
application.

mySupply Home Continue Continue
Terms
Supply
Location
Estimate


PRE-APPLICATION CHECKLIST

No checklist is available at this moment in time, please continue with your
application.

mySupply Home Continue Continue


NEW APPLICATION

Please login or register to continue with your quote application?

Login Register


 * DOCUMENT TYPE
   
   Choose one from the options below.

   
   
   
   Site Plan AS3000 Load Details Covering Letter Master Plan Single Line Diagram
   Site Photo Grid Interactive/Hybrid Inverter Details Protection Settings
   Battery Storage Details Energy Management System Details Other
   
   Single Line Diagram Site Plan AS3000 Load Details Covering Letter Plan of
   Subdivision Master Plan Site Photo Authorisation for Unmetered Supply Other
   Site Plan Construction Drawings Site Photo Other
   
   Site Plan Map of proposed assets Design Documents Antenna Design Documents
   Site Feasibility Assessment RF EME documentation Structural Assessment of the
   pole
   
 * Close




ACCOUNT DETAILS

Here you can make changes to your account details and change your password.


EDIT PERSONAL DETAILS

Close All fields are required.
First name:


Enter your First name

Last name:


Enter your Last name

Email:


Enter a valid email address

Mobile No.:


Enter a valid mobile number

Save Changes

Reset
Cancel

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

Change Password


REGISTER YOUR ACCOUNT


PERSONAL DETAILS (REQUIRED)

Close All fields are required.
First name:

Last name:

Email:


Enter a valid email address

Mobile No.:


Enter a valid mobile number


Our Terms and Conditions

I accept
Register
Cancel
Our Privacy Policy
Close


PORTAL TERMS AND CONDITIONS



Terms and Conditions of use Terms of Registration and Licence to use this
Service



Please note - Your use of this service is conditional on you agreeing to be
bound by these terms and conditions of use ("Terms and Conditions of Use"). By
clicking "I Accept" you agree to be bound by these T&Cs. We reserve the right to
cancel your use of this service if you breach these T&Cs.

 * 1. About this Service
   
   This mySupply Portal ("Service") is an online application service made
   available by CitiPower Pty Ltd and Powercor Australia Limited and their
   related bodies corporate ("us, we, our"). Once you have registered for this
   Service you or your authorised representative ("you, your") may apply for
   works ("Application for Works") to be undertaken, at your cost, on the
   CitiPower or Powercor electricity distribution networks to meet your
   electricity supply needs.
   
   Once you submit an Application for Works we will review your application and
   contact you to make an offer to either: (i) further detail the specifications
   and design of the works you have applied for; or (ii) complete the works you
   have applied for, at which point we will provide you with a quote for the
   costs associated with those works. You can then decide if you want to proceed
   with the works you have applied for.
   
   If you decide to proceed with the works we will enter into a Contestable
   Works Agreement with you before we commence any works. The Contestable Works
   Agreement will govern the terms and conditions of the works and the costs you
   will have to pay.
   
   If you want more details about how we calculate the costs you will have to
   pay for the works, please follow these links to each of the:
   
   * (a) CitiPower Connection Policy:
     https://www.powercor.com.au/media/2994/citipower-connection-policy-v10.pdf
   * (b) Powercor Connection Policy:
     https://www.powercor.com.au/media/2993/powercor-connection-policy-v10.pdf
 * 2. How to Register for this Service
   
   To use this Service you must apply to register an account with us.
   Registration is free but non-transferable. In return for free registration,
   you agree to allow us to collect and use certain personal information about
   you (such as your name and contact details).
   
   You will be transferred to the registration page to complete your
   registration request after you click "I Accept".
   
   Before you register to use this Service, please be aware that:
   
   * (a) the personal details we collect from you may contain unique identifiers
     that can be used to ascertain your identity;
   * (b) we will collect, use, handle and store your personal information in
     accordance with our Privacy Policy
     (https://www.powercor.com.au/privacy-and-disclaimer/);
   * (c) we may not be able to provide the services and may cancel your account
     if you withdraw your consent in relation to required personal details; and
   * (d) if you are accessing this Service as an authorised representative of a
     third party requiring the works you must obtain their prior consent. We may
     request evidence of this authorisation.
   
   We may also cancel your account if you breach these T&Cs or we reasonably
   suspect that you are not authorised to use this Service.
   
   

 * 3. Your Obligations
   * 3.1 When you register for and use this Service
     
     When you register for and use this Service and each time you submit an
     Application for Works you represent and warrant to us that:
     
     * (a) you are the customer requesting the works; or
     * (b) if you are accessing this Service and making an Application for Works
       as an authorised representative of a third party that you have obtained
       their prior written consent to access this Service and to make the
       Application for Works on their behalf; and
     * (c) the information you provide to us is true and correct in all
       respects.
     
     This is important because the information you provide us will impact the
     costs you will have to pay to have the works completed.
   
   * 3.2 Keeping your account details up to date
     
     As soon as you become aware, you must notify us if:
     
     * (a) any of your account details change (eg phone number or email
       address);
     * (b) you no longer want to proceed with an Application for Works; or
     * (c) the customer details in the Application for Works change; or
     * (d) the works described in the Application for Works change in any way;
       or
     * (e) the site plans impacting the Application for Works have changed in
       any way.
     
     
     
     This is important because this information may impact the costs you will
     have to pay to have the works completed.
   
   * 3.3 Your responsibility for this Service and other obligations
     * (a) You are provided with access to this Service only for your personal
       use.
     * (b) You must ensure that your access to this Service is not illegal or
       prohibited by law.
     * (c) All intellectual property in this Service is owned or licensed by us
       and except for a licence to use this Service in accordance with these
       T&Cs, nothing in these T&Cs grants you any right, title or interest in
       relation to this Service. You must not copy, adapt or otherwise breach
       any intellectual property rights in the registration process, screen
       displays and anything else related to this Service.
     * (d) You must:
       * (i) only use this Service for lawful purposes;
       * (ii) ensure that any person you have expressly or impliedly authorised
         to use this Service (including without limitation other household
         members or employees) abide by these T&Cs.
     * (e) You must not attempt to use or misuse this Service provided to you:
       * (i) for any unauthorised commercial purpose;
       * (ii) to breach any law or regulation or allow any person to do the
         same; or
       * (iii) to infringe another person's rights or expose us to liability or
         do anything which could bring us or our service providers into
         disrepute; or
       * (iv) in any way which may cause damage to any property of a third party
         or injure or kill any person.
     * (f) You must take all best efforts to restrict access to this Service and
       information delivered by this Service to only persons who are expressly
       authorised to use this Service.
 * 4. Our Obligations
   * 4.1 Terms Implied by Statute
     
     If you have statutory guarantees and other rights available to you at law
     that cannot be excluded under the Australian Consumer Law, nothing in these
     T&Cs limits or excludes any such rights.
   
   * 4.2 Security of Information
     
     Unfortunately, no data transmission over the Internet and via home area
     networks can be guaranteed as totally secure. Whilst we strive to protect
     such information, we cannot ensure the security of any information which is
     transmitted. In addition, we disclaim all responsibility for hacking or
     other wilful or unauthorised access to such information.
   
   * 4.3 This Service is Not Guaranteed to be Error Free
     
     You acknowledge that this Service cannot be guaranteed error free. You
     acknowledge that the existence of any such errors will not constitute a
     breach of these T&Cs by us.
 * 5. No Liability for Damages
   
   Except as expressly provided in these T&Cs, you acknowledge that we are not
   liable to you for any loss or damage, including special, indirect or
   consequential damages (including damages for loss of profit, loss of revenue,
   or loss of opportunity) in relation to your use of this Service and receipt
   of information from this Service.

 * 6. Your Personal Information
   * 6.1 Information that we may collect
     
     You acknowledge that any personal information provided by you is freely
     given by you and with your consent. You acknowledge that we may obtain some
     personal information about your electricity usage patterns as an incidental
     part of providing these services to you.
   
   * 6.2 Our use of your information
     
     Any information you provide to us will be maintained by us in accordance
     with our Privacy Policy and applicable privacy laws.
     
     By clicking on "I Accept", you consent to:
     
     * (a) the use of your personal information to verify your identity for
       lawful purposes;
     * (b) the provision of your personal information to your authorised
       representative and if necessary your retailer for lawful purposes;
     * (c) the use of your personal information in an aggregated and
       de-identified form for research and analysis purposes (in all such
       circumstances, we will ensure that individuals remain anonymous);
     * (d) us sending you emails and/or sms messages from time to time for
       administrative purposes, such as password resets, requests for more
       information, availability of negotiated connections agreements, details
       about when your works are expected to commence and the expiry of an
       agreement.
     
     
     
     If you do not consent to any of the above uses, you can contact us via the
     website to discuss your requirements. However, we may not be able to
     provide the Services to you if we do not have your consent in relation to
     certain required personal information.
 * 7. Changes to these T&Cs
   
   We reserve the right to change these T&Cs from time to time. If we update
   these T&Cs you will be notified of any changes when you next access this
   Service. You may deregister your account at any time if you do not agree to
   these T&Cs (as amended).

 * 8. Term of Agreement
   * 8.1 Termination
     
     This agreement begins from the time you click "I Accept" and terminates
     automatically upon the occurrence of any of the following circumstances:
     
     * (a) if you breach any term of this agreement, upon notice by us that the
       agreement is terminated;
     * (b) if you cancel your account or give notice that you withdraw your
       consent in relation to personal information required to receive the
       services;
     * (c) if you are a company, firm or partnership, if that company, firm or
       partnership is dissolved or wound up;
     * (d) if we reasonably suspect that your use of this Service is
       unauthorised, inappropriate or unlawful;
     * (e) it becomes unlawful for us to provide this Service.
     
     
   
   * 8.2 Consequences of Termination
     
     Upon termination, your account will be disabled or deactivated and you will
     no longer be able to access this Service.
 * 9. General
   * (a) We have no liability for any failure to comply with these T&Cs where
     failure is due to circumstances beyond our reasonable control.
   * (b) These T&Cs are to be read together with those policies and disclaimers
     disclosed to you on our website: https://www.powercor.com.au/
   * (c) These T&Cs are governed by the law of Victoria, Australia.


MY APPLICATIONS

Here you'll be able to resume incomplete applications and monitor the status of
in-progress applications.






Close




 * If you know the address of the particular land, enter it below.
   A list of closest options will appear.
   
   You can enter the nearest street light reference ID.
   You'll then be able to reposition the map pin to the land boundary edge.
   
   Enter your longitude and latitude co-ordinates.

 * Address
   
   Latitude Longitude Send: Submit

 *  
   
   
   
 *  
 * mySupply home
   
   
   
 *  
 * Login
 * Not registered?
 * Logout
 *  
 * FAQ's
 * Ask an Expert
 * T&C's
 * Privacy & Disclaimer policy
 * Powercor Home page

Close



Drag the pin to the property you would like to supply.

For an accurate estimate, place the pin along the front external boundary of the
property.

Service pits will usually be installed on the boundary line which is closest to
our network supply point.

To clear the pin, click on Clear pin at the top right hand of the screen.

Click on the asset you would like to move.

To clear the pin, click on Clear pin at the top right hand of the screen.

MAP LEGEND

 * CitiPower Powercor owned pole
 * CitiPower Powercor owned pit
 * Other utility owned pole
 * Selected location

Close



Drag the pin to the property you would like to supply.

For an accurate estimate, place the pin along the front external boundary of the
property.

Service pits will usually be installed on the boundary line which is closest to
our network supply point.

MAP HELP

Drag the pin to your desired location.

To clear the pin, click on Clear pin at the top right hand of the screen.

Select to move to your current location.

To zoom or move the map, follow instructions given on the map itself.

MAP LEGEND

 * CitiPower Powercor owned pole
 * CitiPower Powercor owned pit
 * Other utility owned pole
 * Selected location

Click on the asset you would like to move.

MAP HELP

Drag the pin to your desired location.

To clear the pin, click on Clear pin at the top right hand of the screen.

Select to move to your current location.

To zoom or move the map, follow instructions given on the map itself.

MAP LEGEND

 * CitiPower Powercor owned pole
 * CitiPower Powercor owned pit
 * Other utility owned pole
 * Selected location

Close





Close Application Forms
×

CONFIRM DEACTIVATION

Are you sure you want to deactivate your account?

Yes
Cancel
×

CONFIRM DELETE

Are you sure you wish to delete this customer?

No
Yes
×

ACCOUNT DEACTIVATION

Thank you. Your request for account deactivation has been received and will be
completed in 3 business days. You will receive an email confirmation once this
has been actioned. Your case number is .

OK
Close

CANCELLATION CONFIRMATION

Are you sure you want to discard your changes?

No Yes
Close Close

WARNING

Any AS3000 Calculated Max Demand data you have entered below will be lost.

Cancel Continue Cancel Continue




LOADING