help.tulo.energy Open in urlscan Pro
52.29.116.143  Public Scan

Submitted URL: http://help.tulo.energy/
Effective URL: https://help.tulo.energy/support/home
Submission: On November 01 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

/support/search

<form action="/support/search" id="fw-search-form" data-current-tab="all">
  <div class="form-group fw-search  my-0">
    <div class="input-group">
      <input type="text" class="form-control" id="searchInput" name="term" value="" placeholder="Enter the search term here...." autocomplete="off" aria-label="Enter the search term here....">
      <button class="btn px-20 input-group-text" type="submit" tabindex="-1" aria-label="Search"><span class="icon-search"></span></button>
    </div>
    <div class="visually-hidden">
      <span id="srSearchUpdateMessage" aria-live="polite"></span>
    </div>
    <div class="fw-autocomplete-wrapper box-shadow bg-light br-8 p-16 d-none">
      <div class="fw-autocomplete-header">
        <button class="fw-search-tab fw-active-search-tab" data-tab="all"> All </button>
        <button class="fw-search-tab " data-tab="solutions"> Articles </button>
      </div>
      <div class="fw-loading my-80 d-none"></div>
      <div class="fw-autocomplete-focus">
        <div class="fw-recent-search">
          <div class="fw-recent-title d-none row align-items-center">
            <div class="col-8 fs-20 semi-bold"><span class="icon-recent me-8"></span>Recent Searches</div>
            <div class="col-4 px-0 text-end"><button class="btn btn-link fw-clear-all">Clear all</button></div>
          </div>
          <p class="ps-32 fw-no-recent-searches mb-16 d-none">No recent searches</p>
          <ul class="fw-no-bullet fw-recent-searches mb-16 d-none"></ul>
        </div>
        <div class="fw-popular-articles-search">
          <p class="fs-20 semi-bold fw-popular-title d-none"><span class="icon-article me-8"></span> Popular Articles</p>
          <ul class="fw-no-bullet fw-popular-topics d-none"></ul>
        </div>
        <div class="fw-solutions-search-results fw-results d-none">
          <hr class="mt-24">
          <div class="fw-solutions-search-results-title row align-items-center">
            <div class="col-8 fs-20 semi-bold"><span class="icon-article me-8"></span>Articles</div>
            <div class="col-4 px-0 text-end"><a class="btn btn-link fw-view-all fw-solutions-view-all" href="/support/search/solutions">View all</a></div>
          </div>
          <ul class="fw-no-bullet fw-search-results fw-solutions-search-results-container"></ul>
        </div>
        <div class="fw-topics-search-results fw-results d-none">
          <hr class="mt-24">
          <div class="fw-topics-search-results-title row align-items-center">
            <div class="col-8 fs-20 semi-bold"><span class="icon-topic me-8"></span>Topics</div>
            <div class="col-4 px-0 text-end"><a class="btn btn-link fw-view-all fw-topics-view-all" href="/support/search/topics">View all</a></div>
          </div>
          <ul class="fw-no-bullet fw-search-results fw-topics-search-results-container"></ul>
        </div>
        <div class="fw-tickets-search-results fw-results d-none">
          <hr class="mt-24">
          <div class="fw-tickets-search-results-title row align-items-center">
            <div class="col-8 fs-20 semi-bold"><span class="icon-ticket me-8"></span>Tickets</div>
            <div class="col-4 px-0 text-end"><a class="btn btn-link fw-view-all fw-tickets-view-all" href="/support/search/tickets">View all</a></div>
          </div>
          <ul class="fw-no-bullet fw-search-results fw-tickets-search-results-container"></ul>
        </div>
      </div>
      <div class="fw-autocomplete-noresults d-none text-center py-40">
        <img src="/assets/cdn/portal/images/no-results.png" class="img-fluid fw-no-results-img" alt="no results">
        <p class="mt-24 text-secondary">Sorry! nothing found for <br> <span id="input_term"></span></p>
      </div>
    </div>
  </div>
</form>

/support/search

<form action="/support/search" id="fw-search-form" data-current-tab="all">
  <div class="form-group fw-search  my-0">
    <div class="input-group">
      <input type="text" class="form-control" id="searchInput" name="term" value="" placeholder="Enter the search term here...." autocomplete="off" aria-label="Enter the search term here....">
      <button class="btn px-20 input-group-text" type="submit" tabindex="-1" aria-label="Search"><span class="icon-search"></span></button>
    </div>
    <div class="visually-hidden">
      <span id="srSearchUpdateMessage" aria-live="polite"></span>
    </div>
    <div class="fw-autocomplete-wrapper box-shadow bg-light br-8 p-16 d-none">
      <div class="fw-autocomplete-header">
        <button class="fw-search-tab fw-active-search-tab" data-tab="all"> All </button>
        <button class="fw-search-tab " data-tab="solutions"> Articles </button>
      </div>
      <div class="fw-loading my-80 d-none"></div>
      <div class="fw-autocomplete-focus">
        <div class="fw-recent-search">
          <div class="fw-recent-title d-none row align-items-center">
            <div class="col-8 fs-20 semi-bold"><span class="icon-recent me-8"></span>Recent Searches</div>
            <div class="col-4 px-0 text-end"><button class="btn btn-link fw-clear-all">Clear all</button></div>
          </div>
          <p class="ps-32 fw-no-recent-searches mb-16 d-none">No recent searches</p>
          <ul class="fw-no-bullet fw-recent-searches mb-16 d-none"></ul>
        </div>
        <div class="fw-popular-articles-search">
          <p class="fs-20 semi-bold fw-popular-title d-none"><span class="icon-article me-8"></span> Popular Articles</p>
          <ul class="fw-no-bullet fw-popular-topics d-none"></ul>
        </div>
        <div class="fw-solutions-search-results fw-results d-none">
          <hr class="mt-24">
          <div class="fw-solutions-search-results-title row align-items-center">
            <div class="col-8 fs-20 semi-bold"><span class="icon-article me-8"></span>Articles</div>
            <div class="col-4 px-0 text-end"><a class="btn btn-link fw-view-all fw-solutions-view-all" href="/support/search/solutions">View all</a></div>
          </div>
          <ul class="fw-no-bullet fw-search-results fw-solutions-search-results-container"></ul>
        </div>
        <div class="fw-topics-search-results fw-results d-none">
          <hr class="mt-24">
          <div class="fw-topics-search-results-title row align-items-center">
            <div class="col-8 fs-20 semi-bold"><span class="icon-topic me-8"></span>Topics</div>
            <div class="col-4 px-0 text-end"><a class="btn btn-link fw-view-all fw-topics-view-all" href="/support/search/topics">View all</a></div>
          </div>
          <ul class="fw-no-bullet fw-search-results fw-topics-search-results-container"></ul>
        </div>
        <div class="fw-tickets-search-results fw-results d-none">
          <hr class="mt-24">
          <div class="fw-tickets-search-results-title row align-items-center">
            <div class="col-8 fs-20 semi-bold"><span class="icon-ticket me-8"></span>Tickets</div>
            <div class="col-4 px-0 text-end"><a class="btn btn-link fw-view-all fw-tickets-view-all" href="/support/search/tickets">View all</a></div>
          </div>
          <ul class="fw-no-bullet fw-search-results fw-tickets-search-results-container"></ul>
        </div>
      </div>
      <div class="fw-autocomplete-noresults d-none text-center py-40">
        <img src="/assets/cdn/portal/images/no-results.png" class="img-fluid fw-no-results-img" alt="no results">
        <p class="mt-24 text-secondary">Sorry! nothing found for <br> <span id="input_term"></span></p>
      </div>
    </div>
  </div>
</form>

Text Content

Skip to main content


 * HI, HOW CAN WE HELP YOU?
   
   All Articles
   
   Recent Searches
   Clear all
   
   No recent searches
   
   Popular Articles
   
   --------------------------------------------------------------------------------
   
   Articles
   View all
   
   --------------------------------------------------------------------------------
   
   Topics
   View all
   
   --------------------------------------------------------------------------------
   
   Tickets
   View all
   
   Sorry! nothing found for
   

 * Home
 * Energy
   * Get a Quote
   * Our Tariffs
   * Make a Payment
 * Help & Support
 * About

 * Sign In
 * 




HOW CAN WE HELP?




All Articles

Recent Searches
Clear all

No recent searches

Popular Articles

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

Articles
View all

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

Topics
View all

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

Tickets
View all

Sorry! nothing found for





KNOWLEDGE BASE

Unlock the full potential of Tulo with our comprehensive knowledge base.

 * Tulo Account and App Includes updating your details
 * Payments Includes tariffs and refunds
 * Meters and Readings Includes problems and servicing
 * Joining Tulo About Tulo, and how to switch
 * Moving In or Out What to do if you're moving home
 * More Help includes useful advice


RECENT ARTICLES

Check out the latest articles from our team!

 * Getting a refund for credit in your account If your account is in credit by
   more than your monthly payment amount you can send us an email t...
   
 * All you need to know about a Smart Meter? A smart meter is a new generation
   of energy meter that puts you in control of your energy – by m...
   
 * Our Fuel Mix All energy companies are required to tell their customers about
   the mix of fuels they use to gen...
   
 * Terms & Conditions Terms and Conditions All you need to know about joining
   Tulo Last updated: 16th September 2024...
   
 * Signing into your Tulo account To access your Tulo account, you need to use
   the email address you provided when you signed up w...
   
 * How to get in touch Find out how to get help if: there's an emergency, such
   as a gas leak or supply outage ...
   


WE'RE HERE TO HELP

Get in touch with our support team.
The best way to get a detailed response is to use Chat or Email.

 * Email Us help@tulo.energy
 * Chat Click to chat with our team
   Monday - Friday 9:00am - 5:00pm
 * Call centre cannot help you switch to Tulo or provide any more information
   about tariffs. Please use the website
   
   Existing Tulo Customers When you call, have your account number ready - 0333
   0165 542
   Monday - Friday 9:00am - 5:00pm


Find Us
 * Tulo Energy
 * 71 Graham Road, Malvern, WR14 2JS

Account
 * Sign in
 * Make a Payment
 * Get a Quote

About Tulo
 * Our Mission
 * Our Service
 * Our Tariffs
 * Terms & Conditions
 * Privacy Policy

Contact
 * Help
 * Emergencies
 * Power Cut or Gas Leak



© Copyright 2024. All Rights Reserved. Tulo Energy (Square1 Energy Limited)
Company Number 11042192 registered in England. Our registered address is 71
Graham Road, Malvern, England, WR14 2JS