members.certass.co.uk Open in urlscan Pro
2606:4700:20::681a:afb  Public Scan

URL: https://members.certass.co.uk/customer/certificate/8fb2773d-22f3-c49f-36e3-58e65391d80a/e33b656b-d9ee-3e34-355a-61364983beb7
Submission: On September 07 via manual from GB

Form analysis 1 forms found in the DOM

<form class="form ng-pristine ng-valid ng-valid-maxlength" role="form" ng-submit="submit()">
  <input type="hidden" name="_token" value="SelHgXSCW6CwXYnlCWG2WgJyzKEjdAwZ6h5FA3nU">
  <div class="panel panel-default">
    <div class="panel-heading">Installation Details</div>
    <div class="panel-body">
      <div class="form-group">
        <label for="email">Has the work received a Certass Certificate or Certificate download email <i class="fa fa-asterisk form-required"></i></label>
        <select class="form-control ng-pristine ng-untouched ng-valid" name="rating.submission_type" ng-init="rating.submission_type = 'yes'" ng-model="rating.submission_type" ng-options="type.key as type.value for type in dropdown.default"
          ng-disabled="!disable.certificateSearch" disabled="disabled">
          <option label="Please Select..." value="string:">Please Select...</option>
          <option label="Yes" value="string:yes" selected="selected">Yes</option>
          <option label="No" value="string:no">No</option>
        </select>
        <div><!-- ngIf: validation_errors['submission_type'] --> </div>
      </div>
      <div class="form-group" ng-show="rating.submission_type == 'yes'">
        <label for="rating.certificate_no">Certificate Number <i class="fa fa-asterisk form-required"></i></label>
        <div class="form-inline hidden-xs">
          <input type="text" class="form-control ng-pristine ng-untouched ng-valid ng-valid-maxlength" name="rating.certificate_no" ng-model="rating.certificate_no" maxlength="7" ng-disabled="!disable.certificateSearch" disabled="disabled">
          <button type="button" ng-click="certificateLookup();" class="btn btn-info min-size-btn" ng-disabled="!disable.enableCertificateBtn" disabled="disabled"><!-- ngIf: !disable.certificateLoading --><span ng-if="!disable.certificateLoading"
              class="ng-scope">Find Certificate</span><!-- end ngIf: !disable.certificateLoading --><!-- ngIf: disable.certificateLoading --></button>
        </div>
        <div class="visible-xs-block">
          <input type="text" class="form-control responsive-btn-clear col-xs-12 ng-pristine ng-untouched ng-valid ng-valid-maxlength" name="rating.certificate_no" ng-model="rating.certificate_no" maxlength="7" ng-disabled="!disable.certificateSearch"
            disabled="disabled">
          <button type="button" ng-click="certificateLookup();" class="btn btn-info min-size-btn col-xs-12 responsive-btn-clear" ng-disabled="!disable.enableCertificateBtn" disabled="disabled"><!-- ngIf: !disable.certificateLoading --><span
              ng-if="!disable.certificateLoading" class="ng-scope">Find</span><!-- end ngIf: !disable.certificateLoading --><!-- ngIf: disable.certificateLoading --></button>
        </div>
        <span id="helpBlock" class="help-block">The Certificate Number should be displayed on the Certass Certificate.</span>
        <div><!-- ngIf: validation_errors['certificate_no'] --> </div>
        <!-- ngIf: disable.certificateInvalid -->
      </div>
      <div class="alert alert-warning ng-hide" role="alert" ng-show="installation.valid &amp;&amp; !disable.downloadAvailable">
        <p>There is currently no certificate available for this Installation. Only certifcates issued in the previous 6 months are available.</p>
        <p>You may still submit a Rating for this work, but no Certificate will be downloadable.</p>
        <p>If you still require a Certificate, please contact Certass.</p>
      </div>
      <div class="form-group">
        <label for="rating.postcode">Postcode <i class="fa fa-asterisk form-required"></i></label>
        <div class="form-inline hidden-xs">
          <input type="text" class="form-control ng-pristine ng-untouched ng-valid ng-valid-maxlength" name="rating.postcode" ng-model="rating.postcode" ng-disabled="disable.addressFields" maxlength="10" disabled="disabled">
          <button ng-show="rating.submission_type == 'no'" type="button" ng-click="postcodeLookup();" class="btn btn-info ng-hide">Find Address</button>
        </div>
        <div class="visible-xs-block">
          <input type="text" class="form-control col-xs-12 responsive-btn-clear ng-pristine ng-untouched ng-valid" name="rating.postcode" ng-model="rating.postcode" ng-disabled="disable.addressFields" disabled="disabled">
          <button ng-show="rating.submission_type == 'no'" type="button" ng-click="postcodeLookup();" class="btn btn-info col-xs-12 responsive-btn-clear ng-hide">Find Address</button>
        </div>
        <!-- ngIf: validation_errors['postcode'] -->
      </div>
      <div ng-show="postcodeResponse.show" class="ng-hide">
        <div class="form-group">
          <select class="form-control ng-pristine ng-untouched ng-valid" ng-model="postcodeResponse.selected" ng-options="a for a in postcodeResponse.addresses">
            <option value="" class="" selected="selected">Please Select ..</option>
          </select>
        </div>
      </div>
      <!-- ngIf: postcodeResponse.error -->
      <div class="form-group">
        <label for="email">Address <i class="fa fa-asterisk form-required"></i></label>
        <input type="text" class="form-control ng-pristine ng-untouched ng-valid" name="rating.address" ng-model="rating.address" ng-disabled="disable.addressFields" disabled="disabled">
        <div><!-- ngIf: validation_errors['address'] --> </div>
      </div>
      <div class="form-group">
        <label for="rating.last_name">Name <i class="fa fa-asterisk form-required"></i></label>
        <input type="text" class="form-control ng-pristine ng-untouched ng-valid" name="rating.name" ng-model="rating.name">
        <!-- ngIf: validation_errors['name'] -->
      </div>
      <div class="form-group">
        <label for="rating.phone_home">Mobile Number <i class="fa fa-asterisk form-required"></i></label>
        <input type="text" class="form-control ng-pristine ng-untouched ng-valid" name="rating.mobile" ng-model="rating.mobile">
        <!-- ngIf: validation_errors['mobile'] -->
      </div>
      <div class="form-group">
        <label for="rating.customer_email_c">Email <i class="fa fa-asterisk form-required"></i></label>
        <input type="text" class="form-control ng-pristine ng-untouched ng-valid" name="rating.email" ng-model="rating.email">
        <!-- ngIf: validation_errors['email'] -->
      </div>
      <div class="form-group">
        <label for="rating.dob">Date of Birth</label>
        <div class="clearfix ng-isolate-scope" date-dropdowns="" parent-date-field="rating.dob" starting-year="2021" num-years="100">
          <div class="minimalPadding form-group col-xs-3 ">
            <select name="dateFields.day" data-ng-model="dateFields.day" placeholder="Day" class="form-control ng-pristine ng-untouched ng-valid" ng-options="day for day in days" ng-change="checkDate()" ng-disabled="disableFields">
              <option label="1" value="number:1">1</option>
              <option label="2" value="number:2">2</option>
              <option label="3" value="number:3">3</option>
              <option label="4" value="number:4">4</option>
              <option label="5" value="number:5">5</option>
              <option label="6" value="number:6">6</option>
              <option label="7" value="number:7" selected="selected">7</option>
              <option label="8" value="number:8">8</option>
              <option label="9" value="number:9">9</option>
              <option label="10" value="number:10">10</option>
              <option label="11" value="number:11">11</option>
              <option label="12" value="number:12">12</option>
              <option label="13" value="number:13">13</option>
              <option label="14" value="number:14">14</option>
              <option label="15" value="number:15">15</option>
              <option label="16" value="number:16">16</option>
              <option label="17" value="number:17">17</option>
              <option label="18" value="number:18">18</option>
              <option label="19" value="number:19">19</option>
              <option label="20" value="number:20">20</option>
              <option label="21" value="number:21">21</option>
              <option label="22" value="number:22">22</option>
              <option label="23" value="number:23">23</option>
              <option label="24" value="number:24">24</option>
              <option label="25" value="number:25">25</option>
              <option label="26" value="number:26">26</option>
              <option label="27" value="number:27">27</option>
              <option label="28" value="number:28">28</option>
              <option label="29" value="number:29">29</option>
              <option label="30" value="number:30">30</option>
              <option label="31" value="number:31">31</option>
            </select>
          </div>
          <div class="form-group col-xs-5 minimalPadding">
            <select name="dateFields.month" data-ng-model="dateFields.month" placeholder="Month" class="form-control ng-pristine ng-untouched ng-valid" ng-options="month.value as month.name for month in months" value="" ng-change="checkDate()"
              ng-disabled="disableFields">
              <option label="January" value="number:0">January</option>
              <option label="February" value="number:1">February</option>
              <option label="March" value="number:2">March</option>
              <option label="April" value="number:3">April</option>
              <option label="May" value="number:4">May</option>
              <option label="June" value="number:5">June</option>
              <option label="July" value="number:6">July</option>
              <option label="August" value="number:7">August</option>
              <option label="September" value="number:8" selected="selected">September</option>
              <option label="October" value="number:9">October</option>
              <option label="November" value="number:10">November</option>
              <option label="December" value="number:11">December</option>
            </select>
          </div>
          <div class="form-group col-xs-4 minimalPadding">
            <!-- ngIf: !yearText --><select ng-if="!yearText" name="dateFields.year" data-ng-model="dateFields.year" placeholder="Year" class="form-control ng-pristine ng-untouched ng-valid ng-scope" ng-options="year for year in years"
              ng-change="checkDate()" ng-disabled="disableFields">
              <option label="2021" value="number:2021">2021</option>
              <option label="2020" value="number:2020">2020</option>
              <option label="2019" value="number:2019">2019</option>
              <option label="2018" value="number:2018">2018</option>
              <option label="2017" value="number:2017">2017</option>
              <option label="2016" value="number:2016">2016</option>
              <option label="2015" value="number:2015">2015</option>
              <option label="2014" value="number:2014">2014</option>
              <option label="2013" value="number:2013">2013</option>
              <option label="2012" value="number:2012">2012</option>
              <option label="2011" value="number:2011">2011</option>
              <option label="2010" value="number:2010">2010</option>
              <option label="2009" value="number:2009">2009</option>
              <option label="2008" value="number:2008">2008</option>
              <option label="2007" value="number:2007">2007</option>
              <option label="2006" value="number:2006">2006</option>
              <option label="2005" value="number:2005">2005</option>
              <option label="2004" value="number:2004">2004</option>
              <option label="2003" value="number:2003">2003</option>
              <option label="2002" value="number:2002">2002</option>
              <option label="2001" value="number:2001">2001</option>
              <option label="2000" value="number:2000">2000</option>
              <option label="1999" value="number:1999">1999</option>
              <option label="1998" value="number:1998">1998</option>
              <option label="1997" value="number:1997">1997</option>
              <option label="1996" value="number:1996">1996</option>
              <option label="1995" value="number:1995">1995</option>
              <option label="1994" value="number:1994">1994</option>
              <option label="1993" value="number:1993">1993</option>
              <option label="1992" value="number:1992">1992</option>
              <option label="1991" value="number:1991">1991</option>
              <option label="1990" value="number:1990">1990</option>
              <option label="1989" value="number:1989">1989</option>
              <option label="1988" value="number:1988">1988</option>
              <option label="1987" value="number:1987">1987</option>
              <option label="1986" value="number:1986">1986</option>
              <option label="1985" value="number:1985">1985</option>
              <option label="1984" value="number:1984">1984</option>
              <option label="1983" value="number:1983">1983</option>
              <option label="1982" value="number:1982">1982</option>
              <option label="1981" value="number:1981">1981</option>
              <option label="1980" value="number:1980">1980</option>
              <option label="1979" value="number:1979">1979</option>
              <option label="1978" value="number:1978">1978</option>
              <option label="1977" value="number:1977">1977</option>
              <option label="1976" value="number:1976">1976</option>
              <option label="1975" value="number:1975">1975</option>
              <option label="1974" value="number:1974">1974</option>
              <option label="1973" value="number:1973">1973</option>
              <option label="1972" value="number:1972">1972</option>
              <option label="1971" value="number:1971">1971</option>
              <option label="1970" value="number:1970">1970</option>
              <option label="1969" value="number:1969">1969</option>
              <option label="1968" value="number:1968">1968</option>
              <option label="1967" value="number:1967">1967</option>
              <option label="1966" value="number:1966">1966</option>
              <option label="1965" value="number:1965">1965</option>
              <option label="1964" value="number:1964">1964</option>
              <option label="1963" value="number:1963">1963</option>
              <option label="1962" value="number:1962">1962</option>
              <option label="1961" value="number:1961">1961</option>
              <option label="1960" value="number:1960">1960</option>
              <option label="1959" value="number:1959">1959</option>
              <option label="1958" value="number:1958">1958</option>
              <option label="1957" value="number:1957">1957</option>
              <option label="1956" value="number:1956">1956</option>
              <option label="1955" value="number:1955">1955</option>
              <option label="1954" value="number:1954">1954</option>
              <option label="1953" value="number:1953">1953</option>
              <option label="1952" value="number:1952">1952</option>
              <option label="1951" value="number:1951">1951</option>
              <option label="1950" value="number:1950">1950</option>
              <option label="1949" value="number:1949">1949</option>
              <option label="1948" value="number:1948">1948</option>
              <option label="1947" value="number:1947">1947</option>
              <option label="1946" value="number:1946">1946</option>
              <option label="1945" value="number:1945">1945</option>
              <option label="1944" value="number:1944">1944</option>
              <option label="1943" value="number:1943">1943</option>
              <option label="1942" value="number:1942">1942</option>
              <option label="1941" value="number:1941">1941</option>
              <option label="1940" value="number:1940">1940</option>
              <option label="1939" value="number:1939">1939</option>
              <option label="1938" value="number:1938">1938</option>
              <option label="1937" value="number:1937">1937</option>
              <option label="1936" value="number:1936">1936</option>
              <option label="1935" value="number:1935">1935</option>
              <option label="1934" value="number:1934">1934</option>
              <option label="1933" value="number:1933">1933</option>
              <option label="1932" value="number:1932">1932</option>
              <option label="1931" value="number:1931">1931</option>
              <option label="1930" value="number:1930">1930</option>
              <option label="1929" value="number:1929">1929</option>
              <option label="1928" value="number:1928">1928</option>
              <option label="1927" value="number:1927">1927</option>
              <option label="1926" value="number:1926">1926</option>
              <option label="1925" value="number:1925">1925</option>
              <option label="1924" value="number:1924">1924</option>
              <option label="1923" value="number:1923">1923</option>
              <option label="1922" value="number:1922">1922</option>
              <option label="1921" value="number:1921">1921</option>
            </select><!-- end ngIf: !yearText -->
            <!-- ngIf: yearText -->
          </div>
        </div>
        <div><!-- ngIf: validation_errors['dob'] --> </div>
      </div>
    </div>
  </div>
  <div class="panel panel-default">
    <div class="panel-heading">Ratings (1 worst / 10 best)</div>
    <div class="panel-body">
      <div class="form-group slider-group">
        <label for="customer_service">Customer Service</label>
        <div class="rzslider ng-isolate-scope" rz-slider-model="rating.customer_service" rz-slider-options="sliderOptions"><span class="rz-bar-wrapper rz-left-out-selection" style="visibility: hidden;"><span class="rz-bar"></span></span> <span
            class="rz-bar-wrapper rz-right-out-selection" style="visibility: hidden;"><span class="rz-bar"></span></span> <span class="rz-bar-wrapper"><span class="rz-bar"></span></span> <span class="rz-bar-wrapper"
            style="visibility: hidden; width: 808px; left: 0px;"><span class="rz-bar rz-selection" ng-style="barStyle"></span></span> <span class="rz-bar-wrapper" style="visibility: hidden;"><span class="rz-bar rz-restricted"
              ng-style="restrictionStyle"></span></span> <span class="rz-pointer rz-pointer-min" ng-style="minPointerStyle" role="slider" aria-valuenow="10" aria-valuetext="10" aria-valuemin="0" aria-valuemax="10" tabindex="0"
            style="left: 792px;"></span> <span class="rz-pointer rz-pointer-max" ng-style="maxPointerStyle" style="display: none;"></span> <span class="rz-bubble rz-limit rz-floor" style="visibility: hidden; left: 0px;">NA</span> <span
            class="rz-bubble rz-limit rz-ceil" style="visibility: hidden; left: 800px;">10</span> <span class="rz-bubble rz-model-value" style="visibility: hidden; left: 796px;">10</span> <span class="rz-bubble rz-model-high"
            style="visibility: hidden;"></span> <span class="rz-bubble" style="visibility: hidden;"></span>
          <ul ng-show="showTicks" class="rz-ticks"><!-- ngRepeat: t in ticks track by $index -->
            <li ng-repeat="t in ticks track by $index" class="rz-tick ng-scope" ng-class="{'rz-selected': t.selected}" ng-style="t.style" ng-attr-uib-tooltip="{{ t.tooltip }}" ng-attr-tooltip-placement="{{t.tooltipPlacement}}"
              ng-attr-tooltip-append-to-body="{{ t.tooltip ? true : undefined}}" style="transform: translateX(0px);"><!-- ngIf: t.value != null --><span ng-if="t.value != null" class="rz-tick-value ng-binding ng-scope"
                ng-attr-uib-tooltip="{{ t.valueTooltip }}" ng-attr-tooltip-placement="{{t.valueTooltipPlacement}}">NA</span><!-- end ngIf: t.value != null --> <!-- ngIf: t.legend != null --></li><!-- end ngRepeat: t in ticks track by $index -->
            <li ng-repeat="t in ticks track by $index" class="rz-tick ng-scope" ng-class="{'rz-selected': t.selected}" ng-style="t.style" ng-attr-uib-tooltip="{{ t.tooltip }}" ng-attr-tooltip-placement="{{t.tooltipPlacement}}"
              ng-attr-tooltip-append-to-body="{{ t.tooltip ? true : undefined}}" style="transform: translateX(79px);"><!-- ngIf: t.value != null --><span ng-if="t.value != null" class="rz-tick-value ng-binding ng-scope"
                ng-attr-uib-tooltip="{{ t.valueTooltip }}" ng-attr-tooltip-placement="{{t.valueTooltipPlacement}}">1</span><!-- end ngIf: t.value != null --> <!-- ngIf: t.legend != null --></li><!-- end ngRepeat: t in ticks track by $index -->
            <li ng-repeat="t in ticks track by $index" class="rz-tick ng-scope" ng-class="{'rz-selected': t.selected}" ng-style="t.style" ng-attr-uib-tooltip="{{ t.tooltip }}" ng-attr-tooltip-placement="{{t.tooltipPlacement}}"
              ng-attr-tooltip-append-to-body="{{ t.tooltip ? true : undefined}}" style="transform: translateX(158px);"><!-- ngIf: t.value != null --><span ng-if="t.value != null" class="rz-tick-value ng-binding ng-scope"
                ng-attr-uib-tooltip="{{ t.valueTooltip }}" ng-attr-tooltip-placement="{{t.valueTooltipPlacement}}">2</span><!-- end ngIf: t.value != null --> <!-- ngIf: t.legend != null --></li><!-- end ngRepeat: t in ticks track by $index -->
            <li ng-repeat="t in ticks track by $index" class="rz-tick ng-scope" ng-class="{'rz-selected': t.selected}" ng-style="t.style" ng-attr-uib-tooltip="{{ t.tooltip }}" ng-attr-tooltip-placement="{{t.tooltipPlacement}}"
              ng-attr-tooltip-append-to-body="{{ t.tooltip ? true : undefined}}" style="transform: translateX(237px);"><!-- ngIf: t.value != null --><span ng-if="t.value != null" class="rz-tick-value ng-binding ng-scope"
                ng-attr-uib-tooltip="{{ t.valueTooltip }}" ng-attr-tooltip-placement="{{t.valueTooltipPlacement}}">3</span><!-- end ngIf: t.value != null --> <!-- ngIf: t.legend != null --></li><!-- end ngRepeat: t in ticks track by $index -->
            <li ng-repeat="t in ticks track by $index" class="rz-tick ng-scope" ng-class="{'rz-selected': t.selected}" ng-style="t.style" ng-attr-uib-tooltip="{{ t.tooltip }}" ng-attr-tooltip-placement="{{t.tooltipPlacement}}"
              ng-attr-tooltip-append-to-body="{{ t.tooltip ? true : undefined}}" style="transform: translateX(317px);"><!-- ngIf: t.value != null --><span ng-if="t.value != null" class="rz-tick-value ng-binding ng-scope"
                ng-attr-uib-tooltip="{{ t.valueTooltip }}" ng-attr-tooltip-placement="{{t.valueTooltipPlacement}}">4</span><!-- end ngIf: t.value != null --> <!-- ngIf: t.legend != null --></li><!-- end ngRepeat: t in ticks track by $index -->
            <li ng-repeat="t in ticks track by $index" class="rz-tick ng-scope" ng-class="{'rz-selected': t.selected}" ng-style="t.style" ng-attr-uib-tooltip="{{ t.tooltip }}" ng-attr-tooltip-placement="{{t.tooltipPlacement}}"
              ng-attr-tooltip-append-to-body="{{ t.tooltip ? true : undefined}}" style="transform: translateX(396px);"><!-- ngIf: t.value != null --><span ng-if="t.value != null" class="rz-tick-value ng-binding ng-scope"
                ng-attr-uib-tooltip="{{ t.valueTooltip }}" ng-attr-tooltip-placement="{{t.valueTooltipPlacement}}">5</span><!-- end ngIf: t.value != null --> <!-- ngIf: t.legend != null --></li><!-- end ngRepeat: t in ticks track by $index -->
            <li ng-repeat="t in ticks track by $index" class="rz-tick ng-scope" ng-class="{'rz-selected': t.selected}" ng-style="t.style" ng-attr-uib-tooltip="{{ t.tooltip }}" ng-attr-tooltip-placement="{{t.tooltipPlacement}}"
              ng-attr-tooltip-append-to-body="{{ t.tooltip ? true : undefined}}" style="transform: translateX(475px);"><!-- ngIf: t.value != null --><span ng-if="t.value != null" class="rz-tick-value ng-binding ng-scope"
                ng-attr-uib-tooltip="{{ t.valueTooltip }}" ng-attr-tooltip-placement="{{t.valueTooltipPlacement}}">6</span><!-- end ngIf: t.value != null --> <!-- ngIf: t.legend != null --></li><!-- end ngRepeat: t in ticks track by $index -->
            <li ng-repeat="t in ticks track by $index" class="rz-tick ng-scope" ng-class="{'rz-selected': t.selected}" ng-style="t.style" ng-attr-uib-tooltip="{{ t.tooltip }}" ng-attr-tooltip-placement="{{t.tooltipPlacement}}"
              ng-attr-tooltip-append-to-body="{{ t.tooltip ? true : undefined}}" style="transform: translateX(554px);"><!-- ngIf: t.value != null --><span ng-if="t.value != null" class="rz-tick-value ng-binding ng-scope"
                ng-attr-uib-tooltip="{{ t.valueTooltip }}" ng-attr-tooltip-placement="{{t.valueTooltipPlacement}}">7</span><!-- end ngIf: t.value != null --> <!-- ngIf: t.legend != null --></li><!-- end ngRepeat: t in ticks track by $index -->
            <li ng-repeat="t in ticks track by $index" class="rz-tick ng-scope" ng-class="{'rz-selected': t.selected}" ng-style="t.style" ng-attr-uib-tooltip="{{ t.tooltip }}" ng-attr-tooltip-placement="{{t.tooltipPlacement}}"
              ng-attr-tooltip-append-to-body="{{ t.tooltip ? true : undefined}}" style="transform: translateX(633px);"><!-- ngIf: t.value != null --><span ng-if="t.value != null" class="rz-tick-value ng-binding ng-scope"
                ng-attr-uib-tooltip="{{ t.valueTooltip }}" ng-attr-tooltip-placement="{{t.valueTooltipPlacement}}">8</span><!-- end ngIf: t.value != null --> <!-- ngIf: t.legend != null --></li><!-- end ngRepeat: t in ticks track by $index -->
            <li ng-repeat="t in ticks track by $index" class="rz-tick ng-scope" ng-class="{'rz-selected': t.selected}" ng-style="t.style" ng-attr-uib-tooltip="{{ t.tooltip }}" ng-attr-tooltip-placement="{{t.tooltipPlacement}}"
              ng-attr-tooltip-append-to-body="{{ t.tooltip ? true : undefined}}" style="transform: translateX(712px);"><!-- ngIf: t.value != null --><span ng-if="t.value != null" class="rz-tick-value ng-binding ng-scope"
                ng-attr-uib-tooltip="{{ t.valueTooltip }}" ng-attr-tooltip-placement="{{t.valueTooltipPlacement}}">9</span><!-- end ngIf: t.value != null --> <!-- ngIf: t.legend != null --></li><!-- end ngRepeat: t in ticks track by $index -->
            <li ng-repeat="t in ticks track by $index" class="rz-tick ng-scope" ng-class="{'rz-selected': t.selected}" ng-style="t.style" ng-attr-uib-tooltip="{{ t.tooltip }}" ng-attr-tooltip-placement="{{t.tooltipPlacement}}"
              ng-attr-tooltip-append-to-body="{{ t.tooltip ? true : undefined}}" style="transform: translateX(792px);"><!-- ngIf: t.value != null --><span ng-if="t.value != null" class="rz-tick-value ng-binding ng-scope"
                ng-attr-uib-tooltip="{{ t.valueTooltip }}" ng-attr-tooltip-placement="{{t.valueTooltipPlacement}}">10</span><!-- end ngIf: t.value != null --> <!-- ngIf: t.legend != null --></li><!-- end ngRepeat: t in ticks track by $index -->
          </ul>
        </div>
      </div>
      <div class="form-group slider-group">
        <label for="reliability_timekeeping">Reliability &amp; Timekeeping</label>
        <div class="rzslider ng-isolate-scope" rz-slider-model="rating.reliability_timekeeping" rz-slider-options="sliderOptions"><span class="rz-bar-wrapper rz-left-out-selection" style="visibility: hidden;"><span class="rz-bar"></span></span> <span
            class="rz-bar-wrapper rz-right-out-selection" style="visibility: hidden;"><span class="rz-bar"></span></span> <span class="rz-bar-wrapper"><span class="rz-bar"></span></span> <span class="rz-bar-wrapper"
            style="visibility: hidden; width: 808px; left: 0px;"><span class="rz-bar rz-selection" ng-style="barStyle"></span></span> <span class="rz-bar-wrapper" style="visibility: hidden;"><span class="rz-bar rz-restricted"
              ng-style="restrictionStyle"></span></span> <span class="rz-pointer rz-pointer-min" ng-style="minPointerStyle" role="slider" aria-valuenow="10" aria-valuetext="10" aria-valuemin="0" aria-valuemax="10" tabindex="0"
            style="left: 792px;"></span> <span class="rz-pointer rz-pointer-max" ng-style="maxPointerStyle" style="display: none;"></span> <span class="rz-bubble rz-limit rz-floor" style="visibility: hidden; left: 0px;">NA</span> <span
            class="rz-bubble rz-limit rz-ceil" style="visibility: hidden; left: 800px;">10</span> <span class="rz-bubble rz-model-value" style="visibility: hidden; left: 796px;">10</span> <span class="rz-bubble rz-model-high"
            style="visibility: hidden;"></span> <span class="rz-bubble" style="visibility: hidden;"></span>
          <ul ng-show="showTicks" class="rz-ticks"><!-- ngRepeat: t in ticks track by $index -->
            <li ng-repeat="t in ticks track by $index" class="rz-tick ng-scope" ng-class="{'rz-selected': t.selected}" ng-style="t.style" ng-attr-uib-tooltip="{{ t.tooltip }}" ng-attr-tooltip-placement="{{t.tooltipPlacement}}"
              ng-attr-tooltip-append-to-body="{{ t.tooltip ? true : undefined}}" style="transform: translateX(0px);"><!-- ngIf: t.value != null --><span ng-if="t.value != null" class="rz-tick-value ng-binding ng-scope"
                ng-attr-uib-tooltip="{{ t.valueTooltip }}" ng-attr-tooltip-placement="{{t.valueTooltipPlacement}}">NA</span><!-- end ngIf: t.value != null --> <!-- ngIf: t.legend != null --></li><!-- end ngRepeat: t in ticks track by $index -->
            <li ng-repeat="t in ticks track by $index" class="rz-tick ng-scope" ng-class="{'rz-selected': t.selected}" ng-style="t.style" ng-attr-uib-tooltip="{{ t.tooltip }}" ng-attr-tooltip-placement="{{t.tooltipPlacement}}"
              ng-attr-tooltip-append-to-body="{{ t.tooltip ? true : undefined}}" style="transform: translateX(79px);"><!-- ngIf: t.value != null --><span ng-if="t.value != null" class="rz-tick-value ng-binding ng-scope"
                ng-attr-uib-tooltip="{{ t.valueTooltip }}" ng-attr-tooltip-placement="{{t.valueTooltipPlacement}}">1</span><!-- end ngIf: t.value != null --> <!-- ngIf: t.legend != null --></li><!-- end ngRepeat: t in ticks track by $index -->
            <li ng-repeat="t in ticks track by $index" class="rz-tick ng-scope" ng-class="{'rz-selected': t.selected}" ng-style="t.style" ng-attr-uib-tooltip="{{ t.tooltip }}" ng-attr-tooltip-placement="{{t.tooltipPlacement}}"
              ng-attr-tooltip-append-to-body="{{ t.tooltip ? true : undefined}}" style="transform: translateX(158px);"><!-- ngIf: t.value != null --><span ng-if="t.value != null" class="rz-tick-value ng-binding ng-scope"
                ng-attr-uib-tooltip="{{ t.valueTooltip }}" ng-attr-tooltip-placement="{{t.valueTooltipPlacement}}">2</span><!-- end ngIf: t.value != null --> <!-- ngIf: t.legend != null --></li><!-- end ngRepeat: t in ticks track by $index -->
            <li ng-repeat="t in ticks track by $index" class="rz-tick ng-scope" ng-class="{'rz-selected': t.selected}" ng-style="t.style" ng-attr-uib-tooltip="{{ t.tooltip }}" ng-attr-tooltip-placement="{{t.tooltipPlacement}}"
              ng-attr-tooltip-append-to-body="{{ t.tooltip ? true : undefined}}" style="transform: translateX(237px);"><!-- ngIf: t.value != null --><span ng-if="t.value != null" class="rz-tick-value ng-binding ng-scope"
                ng-attr-uib-tooltip="{{ t.valueTooltip }}" ng-attr-tooltip-placement="{{t.valueTooltipPlacement}}">3</span><!-- end ngIf: t.value != null --> <!-- ngIf: t.legend != null --></li><!-- end ngRepeat: t in ticks track by $index -->
            <li ng-repeat="t in ticks track by $index" class="rz-tick ng-scope" ng-class="{'rz-selected': t.selected}" ng-style="t.style" ng-attr-uib-tooltip="{{ t.tooltip }}" ng-attr-tooltip-placement="{{t.tooltipPlacement}}"
              ng-attr-tooltip-append-to-body="{{ t.tooltip ? true : undefined}}" style="transform: translateX(317px);"><!-- ngIf: t.value != null --><span ng-if="t.value != null" class="rz-tick-value ng-binding ng-scope"
                ng-attr-uib-tooltip="{{ t.valueTooltip }}" ng-attr-tooltip-placement="{{t.valueTooltipPlacement}}">4</span><!-- end ngIf: t.value != null --> <!-- ngIf: t.legend != null --></li><!-- end ngRepeat: t in ticks track by $index -->
            <li ng-repeat="t in ticks track by $index" class="rz-tick ng-scope" ng-class="{'rz-selected': t.selected}" ng-style="t.style" ng-attr-uib-tooltip="{{ t.tooltip }}" ng-attr-tooltip-placement="{{t.tooltipPlacement}}"
              ng-attr-tooltip-append-to-body="{{ t.tooltip ? true : undefined}}" style="transform: translateX(396px);"><!-- ngIf: t.value != null --><span ng-if="t.value != null" class="rz-tick-value ng-binding ng-scope"
                ng-attr-uib-tooltip="{{ t.valueTooltip }}" ng-attr-tooltip-placement="{{t.valueTooltipPlacement}}">5</span><!-- end ngIf: t.value != null --> <!-- ngIf: t.legend != null --></li><!-- end ngRepeat: t in ticks track by $index -->
            <li ng-repeat="t in ticks track by $index" class="rz-tick ng-scope" ng-class="{'rz-selected': t.selected}" ng-style="t.style" ng-attr-uib-tooltip="{{ t.tooltip }}" ng-attr-tooltip-placement="{{t.tooltipPlacement}}"
              ng-attr-tooltip-append-to-body="{{ t.tooltip ? true : undefined}}" style="transform: translateX(475px);"><!-- ngIf: t.value != null --><span ng-if="t.value != null" class="rz-tick-value ng-binding ng-scope"
                ng-attr-uib-tooltip="{{ t.valueTooltip }}" ng-attr-tooltip-placement="{{t.valueTooltipPlacement}}">6</span><!-- end ngIf: t.value != null --> <!-- ngIf: t.legend != null --></li><!-- end ngRepeat: t in ticks track by $index -->
            <li ng-repeat="t in ticks track by $index" class="rz-tick ng-scope" ng-class="{'rz-selected': t.selected}" ng-style="t.style" ng-attr-uib-tooltip="{{ t.tooltip }}" ng-attr-tooltip-placement="{{t.tooltipPlacement}}"
              ng-attr-tooltip-append-to-body="{{ t.tooltip ? true : undefined}}" style="transform: translateX(554px);"><!-- ngIf: t.value != null --><span ng-if="t.value != null" class="rz-tick-value ng-binding ng-scope"
                ng-attr-uib-tooltip="{{ t.valueTooltip }}" ng-attr-tooltip-placement="{{t.valueTooltipPlacement}}">7</span><!-- end ngIf: t.value != null --> <!-- ngIf: t.legend != null --></li><!-- end ngRepeat: t in ticks track by $index -->
            <li ng-repeat="t in ticks track by $index" class="rz-tick ng-scope" ng-class="{'rz-selected': t.selected}" ng-style="t.style" ng-attr-uib-tooltip="{{ t.tooltip }}" ng-attr-tooltip-placement="{{t.tooltipPlacement}}"
              ng-attr-tooltip-append-to-body="{{ t.tooltip ? true : undefined}}" style="transform: translateX(633px);"><!-- ngIf: t.value != null --><span ng-if="t.value != null" class="rz-tick-value ng-binding ng-scope"
                ng-attr-uib-tooltip="{{ t.valueTooltip }}" ng-attr-tooltip-placement="{{t.valueTooltipPlacement}}">8</span><!-- end ngIf: t.value != null --> <!-- ngIf: t.legend != null --></li><!-- end ngRepeat: t in ticks track by $index -->
            <li ng-repeat="t in ticks track by $index" class="rz-tick ng-scope" ng-class="{'rz-selected': t.selected}" ng-style="t.style" ng-attr-uib-tooltip="{{ t.tooltip }}" ng-attr-tooltip-placement="{{t.tooltipPlacement}}"
              ng-attr-tooltip-append-to-body="{{ t.tooltip ? true : undefined}}" style="transform: translateX(712px);"><!-- ngIf: t.value != null --><span ng-if="t.value != null" class="rz-tick-value ng-binding ng-scope"
                ng-attr-uib-tooltip="{{ t.valueTooltip }}" ng-attr-tooltip-placement="{{t.valueTooltipPlacement}}">9</span><!-- end ngIf: t.value != null --> <!-- ngIf: t.legend != null --></li><!-- end ngRepeat: t in ticks track by $index -->
            <li ng-repeat="t in ticks track by $index" class="rz-tick ng-scope" ng-class="{'rz-selected': t.selected}" ng-style="t.style" ng-attr-uib-tooltip="{{ t.tooltip }}" ng-attr-tooltip-placement="{{t.tooltipPlacement}}"
              ng-attr-tooltip-append-to-body="{{ t.tooltip ? true : undefined}}" style="transform: translateX(792px);"><!-- ngIf: t.value != null --><span ng-if="t.value != null" class="rz-tick-value ng-binding ng-scope"
                ng-attr-uib-tooltip="{{ t.valueTooltip }}" ng-attr-tooltip-placement="{{t.valueTooltipPlacement}}">10</span><!-- end ngIf: t.value != null --> <!-- ngIf: t.legend != null --></li><!-- end ngRepeat: t in ticks track by $index -->
          </ul>
        </div>
      </div>
      <div class="form-group slider-group">
        <label for="tidiness">Tidiness</label>
        <div class="rzslider ng-isolate-scope" rz-slider-model="rating.tidiness" rz-slider-options="sliderOptions"><span class="rz-bar-wrapper rz-left-out-selection" style="visibility: hidden;"><span class="rz-bar"></span></span> <span
            class="rz-bar-wrapper rz-right-out-selection" style="visibility: hidden;"><span class="rz-bar"></span></span> <span class="rz-bar-wrapper"><span class="rz-bar"></span></span> <span class="rz-bar-wrapper"
            style="visibility: hidden; width: 808px; left: 0px;"><span class="rz-bar rz-selection" ng-style="barStyle"></span></span> <span class="rz-bar-wrapper" style="visibility: hidden;"><span class="rz-bar rz-restricted"
              ng-style="restrictionStyle"></span></span> <span class="rz-pointer rz-pointer-min" ng-style="minPointerStyle" role="slider" aria-valuenow="10" aria-valuetext="10" aria-valuemin="0" aria-valuemax="10" tabindex="0"
            style="left: 792px;"></span> <span class="rz-pointer rz-pointer-max" ng-style="maxPointerStyle" style="display: none;"></span> <span class="rz-bubble rz-limit rz-floor" style="visibility: hidden; left: 0px;">NA</span> <span
            class="rz-bubble rz-limit rz-ceil" style="visibility: hidden; left: 800px;">10</span> <span class="rz-bubble rz-model-value" style="visibility: hidden; left: 796px;">10</span> <span class="rz-bubble rz-model-high"
            style="visibility: hidden;"></span> <span class="rz-bubble" style="visibility: hidden;"></span>
          <ul ng-show="showTicks" class="rz-ticks"><!-- ngRepeat: t in ticks track by $index -->
            <li ng-repeat="t in ticks track by $index" class="rz-tick ng-scope" ng-class="{'rz-selected': t.selected}" ng-style="t.style" ng-attr-uib-tooltip="{{ t.tooltip }}" ng-attr-tooltip-placement="{{t.tooltipPlacement}}"
              ng-attr-tooltip-append-to-body="{{ t.tooltip ? true : undefined}}" style="transform: translateX(0px);"><!-- ngIf: t.value != null --><span ng-if="t.value != null" class="rz-tick-value ng-binding ng-scope"
                ng-attr-uib-tooltip="{{ t.valueTooltip }}" ng-attr-tooltip-placement="{{t.valueTooltipPlacement}}">NA</span><!-- end ngIf: t.value != null --> <!-- ngIf: t.legend != null --></li><!-- end ngRepeat: t in ticks track by $index -->
            <li ng-repeat="t in ticks track by $index" class="rz-tick ng-scope" ng-class="{'rz-selected': t.selected}" ng-style="t.style" ng-attr-uib-tooltip="{{ t.tooltip }}" ng-attr-tooltip-placement="{{t.tooltipPlacement}}"
              ng-attr-tooltip-append-to-body="{{ t.tooltip ? true : undefined}}" style="transform: translateX(79px);"><!-- ngIf: t.value != null --><span ng-if="t.value != null" class="rz-tick-value ng-binding ng-scope"
                ng-attr-uib-tooltip="{{ t.valueTooltip }}" ng-attr-tooltip-placement="{{t.valueTooltipPlacement}}">1</span><!-- end ngIf: t.value != null --> <!-- ngIf: t.legend != null --></li><!-- end ngRepeat: t in ticks track by $index -->
            <li ng-repeat="t in ticks track by $index" class="rz-tick ng-scope" ng-class="{'rz-selected': t.selected}" ng-style="t.style" ng-attr-uib-tooltip="{{ t.tooltip }}" ng-attr-tooltip-placement="{{t.tooltipPlacement}}"
              ng-attr-tooltip-append-to-body="{{ t.tooltip ? true : undefined}}" style="transform: translateX(158px);"><!-- ngIf: t.value != null --><span ng-if="t.value != null" class="rz-tick-value ng-binding ng-scope"
                ng-attr-uib-tooltip="{{ t.valueTooltip }}" ng-attr-tooltip-placement="{{t.valueTooltipPlacement}}">2</span><!-- end ngIf: t.value != null --> <!-- ngIf: t.legend != null --></li><!-- end ngRepeat: t in ticks track by $index -->
            <li ng-repeat="t in ticks track by $index" class="rz-tick ng-scope" ng-class="{'rz-selected': t.selected}" ng-style="t.style" ng-attr-uib-tooltip="{{ t.tooltip }}" ng-attr-tooltip-placement="{{t.tooltipPlacement}}"
              ng-attr-tooltip-append-to-body="{{ t.tooltip ? true : undefined}}" style="transform: translateX(237px);"><!-- ngIf: t.value != null --><span ng-if="t.value != null" class="rz-tick-value ng-binding ng-scope"
                ng-attr-uib-tooltip="{{ t.valueTooltip }}" ng-attr-tooltip-placement="{{t.valueTooltipPlacement}}">3</span><!-- end ngIf: t.value != null --> <!-- ngIf: t.legend != null --></li><!-- end ngRepeat: t in ticks track by $index -->
            <li ng-repeat="t in ticks track by $index" class="rz-tick ng-scope" ng-class="{'rz-selected': t.selected}" ng-style="t.style" ng-attr-uib-tooltip="{{ t.tooltip }}" ng-attr-tooltip-placement="{{t.tooltipPlacement}}"
              ng-attr-tooltip-append-to-body="{{ t.tooltip ? true : undefined}}" style="transform: translateX(317px);"><!-- ngIf: t.value != null --><span ng-if="t.value != null" class="rz-tick-value ng-binding ng-scope"
                ng-attr-uib-tooltip="{{ t.valueTooltip }}" ng-attr-tooltip-placement="{{t.valueTooltipPlacement}}">4</span><!-- end ngIf: t.value != null --> <!-- ngIf: t.legend != null --></li><!-- end ngRepeat: t in ticks track by $index -->
            <li ng-repeat="t in ticks track by $index" class="rz-tick ng-scope" ng-class="{'rz-selected': t.selected}" ng-style="t.style" ng-attr-uib-tooltip="{{ t.tooltip }}" ng-attr-tooltip-placement="{{t.tooltipPlacement}}"
              ng-attr-tooltip-append-to-body="{{ t.tooltip ? true : undefined}}" style="transform: translateX(396px);"><!-- ngIf: t.value != null --><span ng-if="t.value != null" class="rz-tick-value ng-binding ng-scope"
                ng-attr-uib-tooltip="{{ t.valueTooltip }}" ng-attr-tooltip-placement="{{t.valueTooltipPlacement}}">5</span><!-- end ngIf: t.value != null --> <!-- ngIf: t.legend != null --></li><!-- end ngRepeat: t in ticks track by $index -->
            <li ng-repeat="t in ticks track by $index" class="rz-tick ng-scope" ng-class="{'rz-selected': t.selected}" ng-style="t.style" ng-attr-uib-tooltip="{{ t.tooltip }}" ng-attr-tooltip-placement="{{t.tooltipPlacement}}"
              ng-attr-tooltip-append-to-body="{{ t.tooltip ? true : undefined}}" style="transform: translateX(475px);"><!-- ngIf: t.value != null --><span ng-if="t.value != null" class="rz-tick-value ng-binding ng-scope"
                ng-attr-uib-tooltip="{{ t.valueTooltip }}" ng-attr-tooltip-placement="{{t.valueTooltipPlacement}}">6</span><!-- end ngIf: t.value != null --> <!-- ngIf: t.legend != null --></li><!-- end ngRepeat: t in ticks track by $index -->
            <li ng-repeat="t in ticks track by $index" class="rz-tick ng-scope" ng-class="{'rz-selected': t.selected}" ng-style="t.style" ng-attr-uib-tooltip="{{ t.tooltip }}" ng-attr-tooltip-placement="{{t.tooltipPlacement}}"
              ng-attr-tooltip-append-to-body="{{ t.tooltip ? true : undefined}}" style="transform: translateX(554px);"><!-- ngIf: t.value != null --><span ng-if="t.value != null" class="rz-tick-value ng-binding ng-scope"
                ng-attr-uib-tooltip="{{ t.valueTooltip }}" ng-attr-tooltip-placement="{{t.valueTooltipPlacement}}">7</span><!-- end ngIf: t.value != null --> <!-- ngIf: t.legend != null --></li><!-- end ngRepeat: t in ticks track by $index -->
            <li ng-repeat="t in ticks track by $index" class="rz-tick ng-scope" ng-class="{'rz-selected': t.selected}" ng-style="t.style" ng-attr-uib-tooltip="{{ t.tooltip }}" ng-attr-tooltip-placement="{{t.tooltipPlacement}}"
              ng-attr-tooltip-append-to-body="{{ t.tooltip ? true : undefined}}" style="transform: translateX(633px);"><!-- ngIf: t.value != null --><span ng-if="t.value != null" class="rz-tick-value ng-binding ng-scope"
                ng-attr-uib-tooltip="{{ t.valueTooltip }}" ng-attr-tooltip-placement="{{t.valueTooltipPlacement}}">8</span><!-- end ngIf: t.value != null --> <!-- ngIf: t.legend != null --></li><!-- end ngRepeat: t in ticks track by $index -->
            <li ng-repeat="t in ticks track by $index" class="rz-tick ng-scope" ng-class="{'rz-selected': t.selected}" ng-style="t.style" ng-attr-uib-tooltip="{{ t.tooltip }}" ng-attr-tooltip-placement="{{t.tooltipPlacement}}"
              ng-attr-tooltip-append-to-body="{{ t.tooltip ? true : undefined}}" style="transform: translateX(712px);"><!-- ngIf: t.value != null --><span ng-if="t.value != null" class="rz-tick-value ng-binding ng-scope"
                ng-attr-uib-tooltip="{{ t.valueTooltip }}" ng-attr-tooltip-placement="{{t.valueTooltipPlacement}}">9</span><!-- end ngIf: t.value != null --> <!-- ngIf: t.legend != null --></li><!-- end ngRepeat: t in ticks track by $index -->
            <li ng-repeat="t in ticks track by $index" class="rz-tick ng-scope" ng-class="{'rz-selected': t.selected}" ng-style="t.style" ng-attr-uib-tooltip="{{ t.tooltip }}" ng-attr-tooltip-placement="{{t.tooltipPlacement}}"
              ng-attr-tooltip-append-to-body="{{ t.tooltip ? true : undefined}}" style="transform: translateX(792px);"><!-- ngIf: t.value != null --><span ng-if="t.value != null" class="rz-tick-value ng-binding ng-scope"
                ng-attr-uib-tooltip="{{ t.valueTooltip }}" ng-attr-tooltip-placement="{{t.valueTooltipPlacement}}">10</span><!-- end ngIf: t.value != null --> <!-- ngIf: t.legend != null --></li><!-- end ngRepeat: t in ticks track by $index -->
          </ul>
        </div>
      </div>
      <div class="form-group slider-group">
        <label for="workmanship_standards">Workmanship Standards</label>
        <div class="rzslider ng-isolate-scope" rz-slider-model="rating.workmanship_standards" rz-slider-options="sliderOptions"><span class="rz-bar-wrapper rz-left-out-selection" style="visibility: hidden;"><span class="rz-bar"></span></span> <span
            class="rz-bar-wrapper rz-right-out-selection" style="visibility: hidden;"><span class="rz-bar"></span></span> <span class="rz-bar-wrapper"><span class="rz-bar"></span></span> <span class="rz-bar-wrapper"
            style="visibility: hidden; width: 808px; left: 0px;"><span class="rz-bar rz-selection" ng-style="barStyle"></span></span> <span class="rz-bar-wrapper" style="visibility: hidden;"><span class="rz-bar rz-restricted"
              ng-style="restrictionStyle"></span></span> <span class="rz-pointer rz-pointer-min" ng-style="minPointerStyle" role="slider" aria-valuenow="10" aria-valuetext="10" aria-valuemin="0" aria-valuemax="10" tabindex="0"
            style="left: 792px;"></span> <span class="rz-pointer rz-pointer-max" ng-style="maxPointerStyle" style="display: none;"></span> <span class="rz-bubble rz-limit rz-floor" style="visibility: hidden; left: 0px;">NA</span> <span
            class="rz-bubble rz-limit rz-ceil" style="visibility: hidden; left: 800px;">10</span> <span class="rz-bubble rz-model-value" style="visibility: hidden; left: 796px;">10</span> <span class="rz-bubble rz-model-high"
            style="visibility: hidden;"></span> <span class="rz-bubble" style="visibility: hidden;"></span>
          <ul ng-show="showTicks" class="rz-ticks"><!-- ngRepeat: t in ticks track by $index -->
            <li ng-repeat="t in ticks track by $index" class="rz-tick ng-scope" ng-class="{'rz-selected': t.selected}" ng-style="t.style" ng-attr-uib-tooltip="{{ t.tooltip }}" ng-attr-tooltip-placement="{{t.tooltipPlacement}}"
              ng-attr-tooltip-append-to-body="{{ t.tooltip ? true : undefined}}" style="transform: translateX(0px);"><!-- ngIf: t.value != null --><span ng-if="t.value != null" class="rz-tick-value ng-binding ng-scope"
                ng-attr-uib-tooltip="{{ t.valueTooltip }}" ng-attr-tooltip-placement="{{t.valueTooltipPlacement}}">NA</span><!-- end ngIf: t.value != null --> <!-- ngIf: t.legend != null --></li><!-- end ngRepeat: t in ticks track by $index -->
            <li ng-repeat="t in ticks track by $index" class="rz-tick ng-scope" ng-class="{'rz-selected': t.selected}" ng-style="t.style" ng-attr-uib-tooltip="{{ t.tooltip }}" ng-attr-tooltip-placement="{{t.tooltipPlacement}}"
              ng-attr-tooltip-append-to-body="{{ t.tooltip ? true : undefined}}" style="transform: translateX(79px);"><!-- ngIf: t.value != null --><span ng-if="t.value != null" class="rz-tick-value ng-binding ng-scope"
                ng-attr-uib-tooltip="{{ t.valueTooltip }}" ng-attr-tooltip-placement="{{t.valueTooltipPlacement}}">1</span><!-- end ngIf: t.value != null --> <!-- ngIf: t.legend != null --></li><!-- end ngRepeat: t in ticks track by $index -->
            <li ng-repeat="t in ticks track by $index" class="rz-tick ng-scope" ng-class="{'rz-selected': t.selected}" ng-style="t.style" ng-attr-uib-tooltip="{{ t.tooltip }}" ng-attr-tooltip-placement="{{t.tooltipPlacement}}"
              ng-attr-tooltip-append-to-body="{{ t.tooltip ? true : undefined}}" style="transform: translateX(158px);"><!-- ngIf: t.value != null --><span ng-if="t.value != null" class="rz-tick-value ng-binding ng-scope"
                ng-attr-uib-tooltip="{{ t.valueTooltip }}" ng-attr-tooltip-placement="{{t.valueTooltipPlacement}}">2</span><!-- end ngIf: t.value != null --> <!-- ngIf: t.legend != null --></li><!-- end ngRepeat: t in ticks track by $index -->
            <li ng-repeat="t in ticks track by $index" class="rz-tick ng-scope" ng-class="{'rz-selected': t.selected}" ng-style="t.style" ng-attr-uib-tooltip="{{ t.tooltip }}" ng-attr-tooltip-placement="{{t.tooltipPlacement}}"
              ng-attr-tooltip-append-to-body="{{ t.tooltip ? true : undefined}}" style="transform: translateX(237px);"><!-- ngIf: t.value != null --><span ng-if="t.value != null" class="rz-tick-value ng-binding ng-scope"
                ng-attr-uib-tooltip="{{ t.valueTooltip }}" ng-attr-tooltip-placement="{{t.valueTooltipPlacement}}">3</span><!-- end ngIf: t.value != null --> <!-- ngIf: t.legend != null --></li><!-- end ngRepeat: t in ticks track by $index -->
            <li ng-repeat="t in ticks track by $index" class="rz-tick ng-scope" ng-class="{'rz-selected': t.selected}" ng-style="t.style" ng-attr-uib-tooltip="{{ t.tooltip }}" ng-attr-tooltip-placement="{{t.tooltipPlacement}}"
              ng-attr-tooltip-append-to-body="{{ t.tooltip ? true : undefined}}" style="transform: translateX(317px);"><!-- ngIf: t.value != null --><span ng-if="t.value != null" class="rz-tick-value ng-binding ng-scope"
                ng-attr-uib-tooltip="{{ t.valueTooltip }}" ng-attr-tooltip-placement="{{t.valueTooltipPlacement}}">4</span><!-- end ngIf: t.value != null --> <!-- ngIf: t.legend != null --></li><!-- end ngRepeat: t in ticks track by $index -->
            <li ng-repeat="t in ticks track by $index" class="rz-tick ng-scope" ng-class="{'rz-selected': t.selected}" ng-style="t.style" ng-attr-uib-tooltip="{{ t.tooltip }}" ng-attr-tooltip-placement="{{t.tooltipPlacement}}"
              ng-attr-tooltip-append-to-body="{{ t.tooltip ? true : undefined}}" style="transform: translateX(396px);"><!-- ngIf: t.value != null --><span ng-if="t.value != null" class="rz-tick-value ng-binding ng-scope"
                ng-attr-uib-tooltip="{{ t.valueTooltip }}" ng-attr-tooltip-placement="{{t.valueTooltipPlacement}}">5</span><!-- end ngIf: t.value != null --> <!-- ngIf: t.legend != null --></li><!-- end ngRepeat: t in ticks track by $index -->
            <li ng-repeat="t in ticks track by $index" class="rz-tick ng-scope" ng-class="{'rz-selected': t.selected}" ng-style="t.style" ng-attr-uib-tooltip="{{ t.tooltip }}" ng-attr-tooltip-placement="{{t.tooltipPlacement}}"
              ng-attr-tooltip-append-to-body="{{ t.tooltip ? true : undefined}}" style="transform: translateX(475px);"><!-- ngIf: t.value != null --><span ng-if="t.value != null" class="rz-tick-value ng-binding ng-scope"
                ng-attr-uib-tooltip="{{ t.valueTooltip }}" ng-attr-tooltip-placement="{{t.valueTooltipPlacement}}">6</span><!-- end ngIf: t.value != null --> <!-- ngIf: t.legend != null --></li><!-- end ngRepeat: t in ticks track by $index -->
            <li ng-repeat="t in ticks track by $index" class="rz-tick ng-scope" ng-class="{'rz-selected': t.selected}" ng-style="t.style" ng-attr-uib-tooltip="{{ t.tooltip }}" ng-attr-tooltip-placement="{{t.tooltipPlacement}}"
              ng-attr-tooltip-append-to-body="{{ t.tooltip ? true : undefined}}" style="transform: translateX(554px);"><!-- ngIf: t.value != null --><span ng-if="t.value != null" class="rz-tick-value ng-binding ng-scope"
                ng-attr-uib-tooltip="{{ t.valueTooltip }}" ng-attr-tooltip-placement="{{t.valueTooltipPlacement}}">7</span><!-- end ngIf: t.value != null --> <!-- ngIf: t.legend != null --></li><!-- end ngRepeat: t in ticks track by $index -->
            <li ng-repeat="t in ticks track by $index" class="rz-tick ng-scope" ng-class="{'rz-selected': t.selected}" ng-style="t.style" ng-attr-uib-tooltip="{{ t.tooltip }}" ng-attr-tooltip-placement="{{t.tooltipPlacement}}"
              ng-attr-tooltip-append-to-body="{{ t.tooltip ? true : undefined}}" style="transform: translateX(633px);"><!-- ngIf: t.value != null --><span ng-if="t.value != null" class="rz-tick-value ng-binding ng-scope"
                ng-attr-uib-tooltip="{{ t.valueTooltip }}" ng-attr-tooltip-placement="{{t.valueTooltipPlacement}}">8</span><!-- end ngIf: t.value != null --> <!-- ngIf: t.legend != null --></li><!-- end ngRepeat: t in ticks track by $index -->
            <li ng-repeat="t in ticks track by $index" class="rz-tick ng-scope" ng-class="{'rz-selected': t.selected}" ng-style="t.style" ng-attr-uib-tooltip="{{ t.tooltip }}" ng-attr-tooltip-placement="{{t.tooltipPlacement}}"
              ng-attr-tooltip-append-to-body="{{ t.tooltip ? true : undefined}}" style="transform: translateX(712px);"><!-- ngIf: t.value != null --><span ng-if="t.value != null" class="rz-tick-value ng-binding ng-scope"
                ng-attr-uib-tooltip="{{ t.valueTooltip }}" ng-attr-tooltip-placement="{{t.valueTooltipPlacement}}">9</span><!-- end ngIf: t.value != null --> <!-- ngIf: t.legend != null --></li><!-- end ngRepeat: t in ticks track by $index -->
            <li ng-repeat="t in ticks track by $index" class="rz-tick ng-scope" ng-class="{'rz-selected': t.selected}" ng-style="t.style" ng-attr-uib-tooltip="{{ t.tooltip }}" ng-attr-tooltip-placement="{{t.tooltipPlacement}}"
              ng-attr-tooltip-append-to-body="{{ t.tooltip ? true : undefined}}" style="transform: translateX(792px);"><!-- ngIf: t.value != null --><span ng-if="t.value != null" class="rz-tick-value ng-binding ng-scope"
                ng-attr-uib-tooltip="{{ t.valueTooltip }}" ng-attr-tooltip-placement="{{t.valueTooltipPlacement}}">10</span><!-- end ngIf: t.value != null --> <!-- ngIf: t.legend != null --></li><!-- end ngRepeat: t in ticks track by $index -->
          </ul>
        </div>
      </div>
      <div class="form-group slider-group">
        <label for="product_suitability">Product Suitability</label>
        <div class="rzslider ng-isolate-scope" rz-slider-model="rating.product_suitability" rz-slider-options="sliderOptions"><span class="rz-bar-wrapper rz-left-out-selection" style="visibility: hidden;"><span class="rz-bar"></span></span> <span
            class="rz-bar-wrapper rz-right-out-selection" style="visibility: hidden;"><span class="rz-bar"></span></span> <span class="rz-bar-wrapper"><span class="rz-bar"></span></span> <span class="rz-bar-wrapper"
            style="visibility: hidden; width: 808px; left: 0px;"><span class="rz-bar rz-selection" ng-style="barStyle"></span></span> <span class="rz-bar-wrapper" style="visibility: hidden;"><span class="rz-bar rz-restricted"
              ng-style="restrictionStyle"></span></span> <span class="rz-pointer rz-pointer-min" ng-style="minPointerStyle" role="slider" aria-valuenow="10" aria-valuetext="10" aria-valuemin="0" aria-valuemax="10" tabindex="0"
            style="left: 792px;"></span> <span class="rz-pointer rz-pointer-max" ng-style="maxPointerStyle" style="display: none;"></span> <span class="rz-bubble rz-limit rz-floor" style="visibility: hidden; left: 0px;">NA</span> <span
            class="rz-bubble rz-limit rz-ceil" style="visibility: hidden; left: 800px;">10</span> <span class="rz-bubble rz-model-value" style="visibility: hidden; left: 796px;">10</span> <span class="rz-bubble rz-model-high"
            style="visibility: hidden;"></span> <span class="rz-bubble" style="visibility: hidden;"></span>
          <ul ng-show="showTicks" class="rz-ticks"><!-- ngRepeat: t in ticks track by $index -->
            <li ng-repeat="t in ticks track by $index" class="rz-tick ng-scope" ng-class="{'rz-selected': t.selected}" ng-style="t.style" ng-attr-uib-tooltip="{{ t.tooltip }}" ng-attr-tooltip-placement="{{t.tooltipPlacement}}"
              ng-attr-tooltip-append-to-body="{{ t.tooltip ? true : undefined}}" style="transform: translateX(0px);"><!-- ngIf: t.value != null --><span ng-if="t.value != null" class="rz-tick-value ng-binding ng-scope"
                ng-attr-uib-tooltip="{{ t.valueTooltip }}" ng-attr-tooltip-placement="{{t.valueTooltipPlacement}}">NA</span><!-- end ngIf: t.value != null --> <!-- ngIf: t.legend != null --></li><!-- end ngRepeat: t in ticks track by $index -->
            <li ng-repeat="t in ticks track by $index" class="rz-tick ng-scope" ng-class="{'rz-selected': t.selected}" ng-style="t.style" ng-attr-uib-tooltip="{{ t.tooltip }}" ng-attr-tooltip-placement="{{t.tooltipPlacement}}"
              ng-attr-tooltip-append-to-body="{{ t.tooltip ? true : undefined}}" style="transform: translateX(79px);"><!-- ngIf: t.value != null --><span ng-if="t.value != null" class="rz-tick-value ng-binding ng-scope"
                ng-attr-uib-tooltip="{{ t.valueTooltip }}" ng-attr-tooltip-placement="{{t.valueTooltipPlacement}}">1</span><!-- end ngIf: t.value != null --> <!-- ngIf: t.legend != null --></li><!-- end ngRepeat: t in ticks track by $index -->
            <li ng-repeat="t in ticks track by $index" class="rz-tick ng-scope" ng-class="{'rz-selected': t.selected}" ng-style="t.style" ng-attr-uib-tooltip="{{ t.tooltip }}" ng-attr-tooltip-placement="{{t.tooltipPlacement}}"
              ng-attr-tooltip-append-to-body="{{ t.tooltip ? true : undefined}}" style="transform: translateX(158px);"><!-- ngIf: t.value != null --><span ng-if="t.value != null" class="rz-tick-value ng-binding ng-scope"
                ng-attr-uib-tooltip="{{ t.valueTooltip }}" ng-attr-tooltip-placement="{{t.valueTooltipPlacement}}">2</span><!-- end ngIf: t.value != null --> <!-- ngIf: t.legend != null --></li><!-- end ngRepeat: t in ticks track by $index -->
            <li ng-repeat="t in ticks track by $index" class="rz-tick ng-scope" ng-class="{'rz-selected': t.selected}" ng-style="t.style" ng-attr-uib-tooltip="{{ t.tooltip }}" ng-attr-tooltip-placement="{{t.tooltipPlacement}}"
              ng-attr-tooltip-append-to-body="{{ t.tooltip ? true : undefined}}" style="transform: translateX(237px);"><!-- ngIf: t.value != null --><span ng-if="t.value != null" class="rz-tick-value ng-binding ng-scope"
                ng-attr-uib-tooltip="{{ t.valueTooltip }}" ng-attr-tooltip-placement="{{t.valueTooltipPlacement}}">3</span><!-- end ngIf: t.value != null --> <!-- ngIf: t.legend != null --></li><!-- end ngRepeat: t in ticks track by $index -->
            <li ng-repeat="t in ticks track by $index" class="rz-tick ng-scope" ng-class="{'rz-selected': t.selected}" ng-style="t.style" ng-attr-uib-tooltip="{{ t.tooltip }}" ng-attr-tooltip-placement="{{t.tooltipPlacement}}"
              ng-attr-tooltip-append-to-body="{{ t.tooltip ? true : undefined}}" style="transform: translateX(317px);"><!-- ngIf: t.value != null --><span ng-if="t.value != null" class="rz-tick-value ng-binding ng-scope"
                ng-attr-uib-tooltip="{{ t.valueTooltip }}" ng-attr-tooltip-placement="{{t.valueTooltipPlacement}}">4</span><!-- end ngIf: t.value != null --> <!-- ngIf: t.legend != null --></li><!-- end ngRepeat: t in ticks track by $index -->
            <li ng-repeat="t in ticks track by $index" class="rz-tick ng-scope" ng-class="{'rz-selected': t.selected}" ng-style="t.style" ng-attr-uib-tooltip="{{ t.tooltip }}" ng-attr-tooltip-placement="{{t.tooltipPlacement}}"
              ng-attr-tooltip-append-to-body="{{ t.tooltip ? true : undefined}}" style="transform: translateX(396px);"><!-- ngIf: t.value != null --><span ng-if="t.value != null" class="rz-tick-value ng-binding ng-scope"
                ng-attr-uib-tooltip="{{ t.valueTooltip }}" ng-attr-tooltip-placement="{{t.valueTooltipPlacement}}">5</span><!-- end ngIf: t.value != null --> <!-- ngIf: t.legend != null --></li><!-- end ngRepeat: t in ticks track by $index -->
            <li ng-repeat="t in ticks track by $index" class="rz-tick ng-scope" ng-class="{'rz-selected': t.selected}" ng-style="t.style" ng-attr-uib-tooltip="{{ t.tooltip }}" ng-attr-tooltip-placement="{{t.tooltipPlacement}}"
              ng-attr-tooltip-append-to-body="{{ t.tooltip ? true : undefined}}" style="transform: translateX(475px);"><!-- ngIf: t.value != null --><span ng-if="t.value != null" class="rz-tick-value ng-binding ng-scope"
                ng-attr-uib-tooltip="{{ t.valueTooltip }}" ng-attr-tooltip-placement="{{t.valueTooltipPlacement}}">6</span><!-- end ngIf: t.value != null --> <!-- ngIf: t.legend != null --></li><!-- end ngRepeat: t in ticks track by $index -->
            <li ng-repeat="t in ticks track by $index" class="rz-tick ng-scope" ng-class="{'rz-selected': t.selected}" ng-style="t.style" ng-attr-uib-tooltip="{{ t.tooltip }}" ng-attr-tooltip-placement="{{t.tooltipPlacement}}"
              ng-attr-tooltip-append-to-body="{{ t.tooltip ? true : undefined}}" style="transform: translateX(554px);"><!-- ngIf: t.value != null --><span ng-if="t.value != null" class="rz-tick-value ng-binding ng-scope"
                ng-attr-uib-tooltip="{{ t.valueTooltip }}" ng-attr-tooltip-placement="{{t.valueTooltipPlacement}}">7</span><!-- end ngIf: t.value != null --> <!-- ngIf: t.legend != null --></li><!-- end ngRepeat: t in ticks track by $index -->
            <li ng-repeat="t in ticks track by $index" class="rz-tick ng-scope" ng-class="{'rz-selected': t.selected}" ng-style="t.style" ng-attr-uib-tooltip="{{ t.tooltip }}" ng-attr-tooltip-placement="{{t.tooltipPlacement}}"
              ng-attr-tooltip-append-to-body="{{ t.tooltip ? true : undefined}}" style="transform: translateX(633px);"><!-- ngIf: t.value != null --><span ng-if="t.value != null" class="rz-tick-value ng-binding ng-scope"
                ng-attr-uib-tooltip="{{ t.valueTooltip }}" ng-attr-tooltip-placement="{{t.valueTooltipPlacement}}">8</span><!-- end ngIf: t.value != null --> <!-- ngIf: t.legend != null --></li><!-- end ngRepeat: t in ticks track by $index -->
            <li ng-repeat="t in ticks track by $index" class="rz-tick ng-scope" ng-class="{'rz-selected': t.selected}" ng-style="t.style" ng-attr-uib-tooltip="{{ t.tooltip }}" ng-attr-tooltip-placement="{{t.tooltipPlacement}}"
              ng-attr-tooltip-append-to-body="{{ t.tooltip ? true : undefined}}" style="transform: translateX(712px);"><!-- ngIf: t.value != null --><span ng-if="t.value != null" class="rz-tick-value ng-binding ng-scope"
                ng-attr-uib-tooltip="{{ t.valueTooltip }}" ng-attr-tooltip-placement="{{t.valueTooltipPlacement}}">9</span><!-- end ngIf: t.value != null --> <!-- ngIf: t.legend != null --></li><!-- end ngRepeat: t in ticks track by $index -->
            <li ng-repeat="t in ticks track by $index" class="rz-tick ng-scope" ng-class="{'rz-selected': t.selected}" ng-style="t.style" ng-attr-uib-tooltip="{{ t.tooltip }}" ng-attr-tooltip-placement="{{t.tooltipPlacement}}"
              ng-attr-tooltip-append-to-body="{{ t.tooltip ? true : undefined}}" style="transform: translateX(792px);"><!-- ngIf: t.value != null --><span ng-if="t.value != null" class="rz-tick-value ng-binding ng-scope"
                ng-attr-uib-tooltip="{{ t.valueTooltip }}" ng-attr-tooltip-placement="{{t.valueTooltipPlacement}}">10</span><!-- end ngIf: t.value != null --> <!-- ngIf: t.legend != null --></li><!-- end ngRepeat: t in ticks track by $index -->
          </ul>
        </div>
      </div>
    </div>
  </div>
  <div class="panel panel-default">
    <div class="panel-heading">Additional Information</div>
    <div class="panel-body">
      <div class="form-group">
        <label for="email">Would you recommend the contractor? <i class="fa fa-asterisk form-required"></i></label>
        <select class="form-control ng-pristine ng-untouched ng-valid" name="rating.recommend" ng-init="rating.recommend = ''" ng-model="rating.recommend" ng-options="type.key as type.value for type in dropdown.default">
          <option label="Please Select..." value="string:">Please Select...</option>
          <option label="Yes" value="string:yes">Yes</option>
          <option label="No" value="string:no">No</option>
        </select>
        <div><!-- ngIf: validation_errors['recommend'] --> </div>
      </div>
      <div class="form-group">
        <label for="feedback">Would you like to make any additional comments about the contractor?</label>
        <textarea class="rating-box ng-pristine ng-untouched ng-valid ng-valid-maxlength" col-sm-12="" ng-model="rating.feedback" maxlength="800"></textarea>
      </div>
      <div class="form-group form-inline">
        <label for="ratings">In accordance with our <a href="http://www.certass.co.uk/privacy/" target="_blank">Privacy Policy</a>, if you want to hear from us or our partners about carefully selected products and services personalised for you,
          please check the box below</label>
        <div class="checkbox-group">
          <div class="checkbox rating-checkbox">
            <label>
              <input type="checkbox" ng-model="rating.marketing_post" class="ng-pristine ng-untouched ng-valid"> Post </label>
          </div>
          <div class="checkbox rating-checkbox">
            <label>
              <input type="checkbox" ng-model="rating.marketing_email" class="ng-pristine ng-untouched ng-valid"> Email </label>
          </div>
          <div class="checkbox rating-checkbox">
            <label>
              <input type="checkbox" ng-model="rating.marketing_sms" class="ng-pristine ng-untouched ng-valid"> SMS </label>
          </div>
          <div class="checkbox rating-checkbox">
            <label>
              <input type="checkbox" ng-model="rating.marketing_phone" class="ng-pristine ng-untouched ng-valid"> Phone </label>
          </div>
        </div>
        <p class="help-block text-center small">You will be able to unsubscribe easily each and every time that we reach out to you.</p>
      </div>
      <div class="form-group rating-submit" ng-show="!disable.submitSuccesful">
        <p class="text-info text-center text-uppercase"><strong>submit your rating</strong></p>
        <p class="text-danger text-center">Note: Ratings and comments relating to an installation will be shared with the contractor.</p>
        <div class="text-center">
          <button type="submit" class="btn btn-success min-size-btn ng-isolate-scope" ng-disabled="loading" text="SUBMIT" loading="loading"><!-- ngIf: !loading --><span ng-if="!loading"
              class="ng-binding ng-scope">SUBMIT</span><!-- end ngIf: !loading --><!-- ngIf: loading --></button>
        </div>
      </div>
      <div class="well well-lg text-center ng-hide" ng-show="disable.submitSuccesful &amp;&amp; disable.downloadAvailable">
        <p class="text-info text-uppercase"><strong>click below to download your certificate</strong></p>
        <p><strong><a href="customer/documentation/view/7a51562e-0e3f-11ec-b0be-06f1e7b2a0da/e33b656b-d9ee-3e34-355a-61364983beb7" target="_new"><i class="fa fa-file-pdf-o fa-5x" aria-hidden="true"></i></a></strong></p>
        <p class="text-info"><small><strong>Please download and keep this document safe.</strong><small></small></small></p><small><small>
          </small></small>
      </div><small><small>
          <div class="well well-lg text-center ng-hide" ng-show="disable.submitSuccesful &amp;&amp; !disable.downloadAvailable">
            <p class="text-info text-uppercase"><strong>thank you for submitting your Rating</strong></p>
          </div>
          <div class="form-group text-center small text-muted">
            <p>As a Certification Body, we are required by legislation to carry out sample audits to ensure our installers work to appropriate standards to protect consumers.</p>
            <p>We use ratings as part of our analysis to determine where on-site audits are required. We may contact you as part of our contractor checks.</p>
            <p>Completing our ratings form, or accepting one of our certificates, means you allow us permission to contact you, for our own use only, about our compliance checks.</p>
          </div>
        </small></small>
    </div><small><small>
      </small></small>
  </div><small><small>
    </small></small>
</form>

Text Content

Toggle Navigation
 * Certass main site

 * Certass main site

The Contractor
Green Energy Windows and Conservatories Ltd
17-1176
32A Wickham Avenue
Boston Spa
LS23 6NJ
01937 919066
info@greenenergywindowsleeds.co.uk
Installation Details
Has the work received a Certass Certificate or Certificate download email Please
Select...YesNo

Certificate Number
Find Certificate
Find
The Certificate Number should be displayed on the Certass Certificate.


There is currently no certificate available for this Installation. Only
certifcates issued in the previous 6 months are available.

You may still submit a Rating for this work, but no Certificate will be
downloadable.

If you still require a Certificate, please contact Certass.

Postcode
Find Address
Find Address
Please Select ..
Address

Name
Mobile Number
Email
Date of Birth
12345678910111213141516171819202122232425262728293031
JanuaryFebruaryMarchAprilMayJuneJulyAugustSeptemberOctoberNovemberDecember
20212020201920182017201620152014201320122011201020092008200720062005200420032002200120001999199819971996199519941993199219911990198919881987198619851984198319821981198019791978197719761975197419731972197119701969196819671966196519641963196219611960195919581957195619551954195319521951195019491948194719461945194419431942194119401939193819371936193519341933193219311930192919281927192619251924192319221921

Ratings (1 worst / 10 best)
Customer Service
NA 10 10
   
 * NA
   
 * 1
   
 * 2
   
 * 3
   
 * 4
   
 * 5
   
 * 6
   
 * 7
   
 * 8
   
 * 9
   
 * 10
   

Reliability & Timekeeping
NA 10 10
   
 * NA
   
 * 1
   
 * 2
   
 * 3
   
 * 4
   
 * 5
   
 * 6
   
 * 7
   
 * 8
   
 * 9
   
 * 10
   

Tidiness
NA 10 10
   
 * NA
   
 * 1
   
 * 2
   
 * 3
   
 * 4
   
 * 5
   
 * 6
   
 * 7
   
 * 8
   
 * 9
   
 * 10
   

Workmanship Standards
NA 10 10
   
 * NA
   
 * 1
   
 * 2
   
 * 3
   
 * 4
   
 * 5
   
 * 6
   
 * 7
   
 * 8
   
 * 9
   
 * 10
   

Product Suitability
NA 10 10
   
 * NA
   
 * 1
   
 * 2
   
 * 3
   
 * 4
   
 * 5
   
 * 6
   
 * 7
   
 * 8
   
 * 9
   
 * 10
   

Additional Information
Would you recommend the contractor? Please Select...YesNo

Would you like to make any additional comments about the contractor?
In accordance with our Privacy Policy, if you want to hear from us or our
partners about carefully selected products and services personalised for you,
please check the box below
Post
Email
SMS
Phone

You will be able to unsubscribe easily each and every time that we reach out to
you.

submit your rating

Note: Ratings and comments relating to an installation will be shared with the
contractor.

SUBMIT

click below to download your certificate



Please download and keep this document safe.

thank you for submitting your Rating

As a Certification Body, we are required by legislation to carry out sample
audits to ensure our installers work to appropriate standards to protect
consumers.

We use ratings as part of our analysis to determine where on-site audits are
required. We may contact you as part of our contractor checks.

Completing our ratings form, or accepting one of our certificates, means you
allow us permission to contact you, for our own use only, about our compliance
checks.

Powered by Certass

Privacy Notice