www.genesisenergy.co.nz Open in urlscan Pro
2606:4700:10::6816:581  Public Scan

URL: https://www.genesisenergy.co.nz/for-business/products/multi-connect
Submission: On January 22 via api from OM — Scanned from NZ

Form analysis 1 forms found in the DOM

POST https://genesisenergy.formstack.com/forms/index.php

<form method="post" accept-charset="UTF-8" novalidate="" enctype="multipart/form-data" action="https://genesisenergy.formstack.com/forms/index.php" class="fsForm fsMultiColumn" id="fsForm4633410">
  <input type="hidden" name="form" value="4633410" placeholder="_">
  <input type="hidden" name="viewkey" value="n8ieHjupRa" placeholder="_">
  <input type="hidden" name="password" value="" placeholder="_">
  <input type="hidden" name="hidden_fields" id="hidden_fields4633410" value="" placeholder="_">
  <input type="hidden" name="incomplete" id="incomplete4633410" value="" placeholder="_">
  <input type="hidden" name="incomplete_password" id="incomplete_password4633410" placeholder="_" value="">
  <input type="hidden" name="referrer" id="referrer4633410" value="https://www.genesisenergy.co.nz/" placeholder="_">
  <input type="hidden" name="referrer_type" id="referrer_type4633410" value="js" placeholder="_">
  <input type="hidden" name="_submit" value="1" placeholder="_">
  <input type="hidden" name="style_version" value="3" placeholder="_">
  <input type="hidden" id="viewparam" name="viewparam" value="1019724" placeholder="_">
  <div id="requiredFieldsError" style="display:none;">Please fill in a valid value for all required fields</div>
  <div id="invalidFormatError" style="display:none;">Please ensure all values are in a proper format.</div>
  <div id="resumeConfirm" style="display:none;">Are you sure you want to leave this form and resume later?</div>
  <div id="resumeConfirmPassword" style="display: none;">Are you sure you want to leave this form and resume later? If so, please enter a password below to securely save your form.</div>
  <div id="saveAndResume" style="display: none;">Save and Resume Later</div>
  <div id="saveResumeProcess" style="display: none;">Save and get link</div>
  <div id="fileTypeAlert" style="display:none;">You must upload one of the following file types for the selected field:</div>
  <div id="embedError" style="display:none;">There was an error displaying the form. Please copy and paste the embed code again.</div>
  <div id="applyDiscountButton" style="display:none;">Apply Discount</div>
  <div id="dcmYouSaved" style="display:none;">You saved</div>
  <div id="dcmWithCode" style="display:none;">with code</div>
  <div id="submitButtonText" style="display:none;">Submit</div>
  <div id="submittingText" style="display:none;">Submitting</div>
  <div id="validatingText" style="display:none;">Validating</div>
  <div id="autocaptureDisabledText" style="display:none;"></div>
  <div id="paymentInitError" style="display:none;">There was an error initializing the payment processor on this form. Please contact the form owner to correct this issue.</div>
  <div id="checkFieldPrompt" style="display:none;">Please check the field: </div>
  <div id="translatedWord-fields" style="display:none;">Fields</div>
  <div class="fsPage" id="fsPage4633410-1">
    <div id="ReactContainer4633410" style="display:none" class="FsReactContainerInitApp" data-fs-react-app-id="4633410"></div>
    <div class="fsSection fs2Col">
      <div id="fsRow4633410-1" class="fsRow fsFieldRow">
        <div class="fsRowBody fsCell fsFieldCell fsFirst fsLabelVertical fsSpan50 fsText" id="fsCell118806680" lang="en" fs-field-type="text" fs-field-validation-name="Full name">
          <input type="text" id="field118806680" name="field118806680" size="50" required="" value="" class="fsField fsFormatText fsRequired   " aria-required="true" placeholder="_">
          <label id="label118806680" class="fsLabel fsRequiredLabel" for="field118806680">Full name<span class="fsRequiredMarker">*</span> </label>
        </div>
        <div class="fsRowBody fsCell fsFieldCell fsLast fsLabelVertical fsSpan50 fsText" id="fsCell118806681" lang="en" fs-field-type="text" fs-field-validation-name="Company name">
          <input type="text" id="field118806681" name="field118806681" size="50" required="" value="" class="fsField fsFormatText fsRequired   " aria-required="true" placeholder="_">
          <label id="label118806681" class="fsLabel fsRequiredLabel" for="field118806681">Company name<span class="fsRequiredMarker">*</span> </label>
        </div>
        <div class="fs-clear"></div>
      </div>
      <div id="fsRow4633410-2" class="fsRow fsFieldRow">
        <div class="fsRowBody fsCell fsFieldCell fsFirst fsLabelVertical fsSpan50 fsEmail" id="fsCell118806682" lang="en" fs-field-type="email" fs-field-validation-name="Email">
          <input type="email" id="field118806682" name="field118806682" size="50" required="required" value="" class="fsField fsFormatEmail fsRequired" aria-required="true" placeholder="_">
          <label id="label118806682" class="fsLabel fsRequiredLabel" for="field118806682">Email<span class="fsRequiredMarker">*</span> </label>
        </div>
        <div class="fsRowBody fsCell fsFieldCell fsLast fsLabelVertical fsSpan50 fsPhone" id="fsCell118806683" lang="en" fs-field-type="phone" fs-field-validation-name="Phone">
          <input type="tel" id="field118806683" name="field118806683" size="20" required="" value="" class="fsField fsFormatPhoneNZ  fsRequired" aria-required="true" data-country="NZ" data-format="user" placeholder="_">
          <label id="label118806683" class="fsLabel fsRequiredLabel" for="field118806683">Phone<span class="fsRequiredMarker">*</span> </label>
        </div>
        <div class="fs-clear"></div>
      </div>
      <div id="fsRow4633410-3" class="fsRow fsFieldRow">
        <div class="fsRowBody fsCell fsFieldCell fsFirst fsLabelVertical fsSpan50 fsNumber" id="fsCell124194710" lang="en" fs-field-type="number" fs-field-validation-name="Postal code">
          <input type="number" step="any" id="field124194710" name="field124194710" required="" class="fsField fsFormatNumber fsNumberDecimals-0 fsRequired" aria-required="true" placeholder="_" value="">
          <script>
            //This script is to address some quirkiness of Safari where commas are interchangeable with decimal points on number fields.
            //Normal attempts to restrict the comma such as our own validation or .replace(",", "") results in the value of the field being removed entirely.
            //Below the keypress itself is being blocked as a workaround to keep our value.
            document.getElementById("field124194710").addEventListener("keydown", function blockComma(e) {
              if (e.code === 'Comma') {
                e.preventDefault();
              }
            })
          </script>
          <label id="label124194710" class="fsLabel fsRequiredLabel" for="field124194710">Postal code<span class="fsRequiredMarker">*</span> </label>
        </div>
        <div class="fsRowBody fsCell fsFieldCell fsLast fsLabelVertical fsSpan50 fsRadio" id="fsCell118806775" lang="en" fs-field-type="radio" fs-field-validation-name="Are you an existing customer?">
          <fieldset role="group" aria-labelledby="fsLegend118806775" id="label118806775">
            <legend id="fsLegend118806775" class="fsLabel fsLabelVertical"><span>Are you an existing customer?</span></legend>
            <div class="fieldset-content">
              <label class="fsOptionLabel vertical" for="field118806775_1"><input type="radio" id="field118806775_1" name="field118806775" value="Yes" class="fsField vertical" placeholder="_">Yes</label>
              <label class="fsOptionLabel vertical" for="field118806775_2"><input type="radio" id="field118806775_2" name="field118806775" value="No" class="fsField vertical" placeholder="_">No</label>
            </div>
          </fieldset>
        </div>
        <div class="fs-clear"></div>
      </div>
      <div id="fsRow4633410-4" class="fsRow fsFieldRow fsLastRow">
        <div class="fsRowBody fsCell fsFieldCell fsFirst fsLast fsLabelVertical fsSpan100 fsCheckbox" id="fsCell118806842" lang="en" fs-field-type="checkbox" fs-field-validation-name="Fuel type query is related to:">
          <fieldset role="group" aria-labelledby="fsLegend118806842" id="label118806842">
            <legend id="fsLegend118806842" class="fsLabel fsLabelVertical"><span>Fuel type query is related to:</span></legend>
            <div class="fieldset-content">
              <label class="fsOptionLabel vertical" for="field118806842_1"><input type="checkbox" id="field118806842_1" name="field118806842[]" value="Electricity" class="fsField vertical" placeholder="_">
                <div class="fsCheckboxIconContainer"><svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" class="fsCheckboxIcon fsCheckboxOff">
                    <path fill-rule="evenodd" clip-rule="evenodd"
                      d="M20 1.867H4A2.133 2.133 0 0 0 1.867 4v16c0 1.178.955 2.133 2.133 2.133h16A2.133 2.133 0 0 0 22.133 20V4A2.133 2.133 0 0 0 20 1.867ZM4 0a4 4 0 0 0-4 4v16a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4V4a4 4 0 0 0-4-4H4Z"></path>
                  </svg><svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" class="fsCheckboxIcon fsCheckboxOn">
                    <path fill-rule="evenodd" clip-rule="evenodd"
                      d="M4 0a4 4 0 0 0-4 4v16a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4V4a4 4 0 0 0-4-4H4Zm16.711 6.297a1 1 0 0 0-1.414-.008L9.895 15.58l-4.18-4.275-.093-.084a1 1 0 0 0-1.337 1.482L9.168 17.7l.094.085a1 1 0 0 0 1.324-.073l10.117-10 .084-.094a1 1 0 0 0-.076-1.32Z">
                    </path>
                  </svg></div>Electricity
              </label>
              <label class="fsOptionLabel vertical" for="field118806842_2"><input type="checkbox" id="field118806842_2" name="field118806842[]" value="Natural gas" class="fsField vertical" placeholder="_">
                <div class="fsCheckboxIconContainer"><svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" class="fsCheckboxIcon fsCheckboxOff">
                    <path fill-rule="evenodd" clip-rule="evenodd"
                      d="M20 1.867H4A2.133 2.133 0 0 0 1.867 4v16c0 1.178.955 2.133 2.133 2.133h16A2.133 2.133 0 0 0 22.133 20V4A2.133 2.133 0 0 0 20 1.867ZM4 0a4 4 0 0 0-4 4v16a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4V4a4 4 0 0 0-4-4H4Z"></path>
                  </svg><svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" class="fsCheckboxIcon fsCheckboxOn">
                    <path fill-rule="evenodd" clip-rule="evenodd"
                      d="M4 0a4 4 0 0 0-4 4v16a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4V4a4 4 0 0 0-4-4H4Zm16.711 6.297a1 1 0 0 0-1.414-.008L9.895 15.58l-4.18-4.275-.093-.084a1 1 0 0 0-1.337 1.482L9.168 17.7l.094.085a1 1 0 0 0 1.324-.073l10.117-10 .084-.094a1 1 0 0 0-.076-1.32Z">
                    </path>
                  </svg></div>Natural gas
              </label>
              <label class="fsOptionLabel vertical" for="field118806842_3"><input type="checkbox" id="field118806842_3" name="field118806842[]" value="Bottled gas" class="fsField vertical" placeholder="_">
                <div class="fsCheckboxIconContainer"><svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" class="fsCheckboxIcon fsCheckboxOff">
                    <path fill-rule="evenodd" clip-rule="evenodd"
                      d="M20 1.867H4A2.133 2.133 0 0 0 1.867 4v16c0 1.178.955 2.133 2.133 2.133h16A2.133 2.133 0 0 0 22.133 20V4A2.133 2.133 0 0 0 20 1.867ZM4 0a4 4 0 0 0-4 4v16a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4V4a4 4 0 0 0-4-4H4Z"></path>
                  </svg><svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" class="fsCheckboxIcon fsCheckboxOn">
                    <path fill-rule="evenodd" clip-rule="evenodd"
                      d="M4 0a4 4 0 0 0-4 4v16a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4V4a4 4 0 0 0-4-4H4Zm16.711 6.297a1 1 0 0 0-1.414-.008L9.895 15.58l-4.18-4.275-.093-.084a1 1 0 0 0-1.337 1.482L9.168 17.7l.094.085a1 1 0 0 0 1.324-.073l10.117-10 .084-.094a1 1 0 0 0-.076-1.32Z">
                    </path>
                  </svg></div>Bottled gas
              </label>
              <label class="fsOptionLabel vertical" for="field118806842_4"><input type="checkbox" id="field118806842_4" name="field118806842[]" value="Other" class="fsField vertical" placeholder="_">
                <div class="fsCheckboxIconContainer"><svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" class="fsCheckboxIcon fsCheckboxOff">
                    <path fill-rule="evenodd" clip-rule="evenodd"
                      d="M20 1.867H4A2.133 2.133 0 0 0 1.867 4v16c0 1.178.955 2.133 2.133 2.133h16A2.133 2.133 0 0 0 22.133 20V4A2.133 2.133 0 0 0 20 1.867ZM4 0a4 4 0 0 0-4 4v16a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4V4a4 4 0 0 0-4-4H4Z"></path>
                  </svg><svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" class="fsCheckboxIcon fsCheckboxOn">
                    <path fill-rule="evenodd" clip-rule="evenodd"
                      d="M4 0a4 4 0 0 0-4 4v16a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4V4a4 4 0 0 0-4-4H4Zm16.711 6.297a1 1 0 0 0-1.414-.008L9.895 15.58l-4.18-4.275-.093-.084a1 1 0 0 0-1.337 1.482L9.168 17.7l.094.085a1 1 0 0 0 1.324-.073l10.117-10 .084-.094a1 1 0 0 0-.076-1.32Z">
                    </path>
                  </svg></div>Other
              </label>
            </div>
          </fieldset>
        </div>
        <div class="fs-clear"></div>
      </div>
      <div id="fsRow4633410-5" class="fsRow fsFieldRow">
        <div class="fsRowBody fsCell fsFieldCell fsFirst fsLabelVertical fsSpan50 fsTextarea" id="fsCell118806691" lang="en" fs-field-type="textarea" fs-field-validation-name="What can we help with?">
          <textarea id="field118806691" class="fsField " name="field118806691" rows="3" cols="20"></textarea>
          <label id="label118806691" class="fsLabel" for="field118806691">What can we help with? </label>
        </div>
        <div class="fsRowBody fsCell fsFieldCell fsLast fsLabelVertical fsSpan50 fsFile" id="fsCell118806690" lang="en" fs-field-type="file" fs-field-validation-name="Attach your latest bill (optional):">
          <fieldset role="group" aria-labelledby="fsLegend118806690" id="label118806690">
            <legend id="fsLegend118806690" class="fsLabel fsLabelVertical"><span>Attach your latest bill (optional):</span></legend>
            <div class="fieldset-content">
              <input type="file" style="display: none" id="field118806690" name="field118806690" size="30"
                class="fsField fsUpload uploadTypes-jpg,jpeg,gif,png,bmp,tif,psd,pdf,doc,docx,xls,xlsx,txt,mp3,mp4,aac,wav,au,wmv,avi,mpg,mpeg,zip,gz,rar,z,tgz,tar,sitx" placeholder="_" value="">
              <input type="button" class="fsFileUploadButton" id="field118806690UploadButton" aria-controls="field118806690" value="Choose File" placeholder="_">
              <input type="button" class="fsFileUploadButton" id="field118806690DeleteButton" aria-controls="field118806690" value="Remove File" placeholder="_">
              <span class="fsFileUploadName" id="field118806690FileName">No File Chosen</span>
              <div class="showMobile">File uploads may not work on some mobile devices.</div>
              <script>
                (function() {
                  var filename = document.getElementById('field118806690FileName').innerHTML

                  function fileUploadClick() {
                    var field = document.getElementById('field118806690');
                    field.click();
                  }

                  function fileDelete() {
                    document.getElementById('field118806690').value = '';
                    document.getElementById('field118806690FileName').innerHTML = filename;
                  }

                  function onFileChange(event) {
                    if (!event.target.files || !event.target.files.length) {
                      return;
                    }
                    var file = event.target.files[0];
                    var name = document.getElementById('field118806690FileName');
                    name.innerHTML = file.name;
                  }
                  var button = document.getElementById('field118806690UploadButton');
                  button.addEventListener('click', fileUploadClick);
                  var field = document.getElementById('field118806690');
                  field.addEventListener('change', onFileChange);
                  var buttonDelete = document.getElementById('field118806690DeleteButton');
                  buttonDelete.addEventListener('click', fileDelete);
                })()
              </script>
            </div>
          </fieldset>
        </div>
        <div class="fs-clear"></div>
      </div>
    </div>
  </div>
  <div id="fsSubmit4633410" class="fsSubmit fsPagination">
    <button type="button" id="fsPreviousButton4633410" class="fsPreviousButton" value="Previous Page" style="display:none;" aria-label="Previous"><span class="fsFull">Previous</span><span class="fsSlim"><svg viewBox="0 0 16 16"
          xmlns="http://www.w3.org/2000/svg" class="fsIcon">
          <path d="M9.91 13.503a.975.975 0 1 1-1.363-1.392l3.201-3.134H1.864a.975.975 0 0 1 0-1.95h9.884l-3.2-3.134A.975.975 0 0 1 9.91 2.5l4.907 4.806a.975.975 0 0 1 0 1.392l-4.907 4.805Z"></path>
        </svg></span></button>
    <button type="button" id="fsNextButton4633410" class="fsNextButton" value="Next Page" style="display:none;" aria-label="Next"><span class="fsFull">Next</span><span class="fsSlim"><svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"
          class="fsIcon">
          <path d="M9.91 13.503a.975.975 0 1 1-1.363-1.392l3.201-3.134H1.864a.975.975 0 0 1 0-1.95h9.884l-3.2-3.134A.975.975 0 0 1 9.91 2.5l4.907 4.806a.975.975 0 0 1 0 1.392l-4.907 4.805Z"></path>
        </svg></span></button>
    <input id="fsSubmitButton4633410" class="fsSubmitButton" style="" type="submit" value="Submit" placeholder="_">
    <div class="clear"></div>
    <div class="">
    </div>
  </div>
  <script type="text/javascript">
    window.FS_FIELD_DATA_4633410 = [];
  </script>
  <script type="text/javascript" src="//static.formstack.com/forms/js/3/jquery-3.5.1.min_dc5e7f18c8.js"></script>
  <script type="text/javascript" src="//static.formstack.com/forms/js/3/jquery-ui-1.13.2.min_1e20479789.js"></script>
  <script type="text/javascript" src="//static.formstack.com/forms/js/3/scripts_6122297722.js"></script>
  <script type="text/javascript" src="//static.formstack.com/forms/js/3/analytics_7d49daa365.js"></script>
  <script type="text/javascript" src="//static.formstack.com/forms/js/3/libphonenumber-min_febdd85580.js"></script>
  <script type="text/javascript" src="//static.formstack.com/forms/js/3/modernizr_60a2d5aeb5.js"></script>
  <script type="text/javascript">
    if (window.addEventListener) {
      window.addEventListener('load', loadFormstack, false);
    } else if (window.attachEvent) {
      window.attachEvent('onload', loadFormstack);
    } else {
      loadFormstack();
    }

    function loadFormstack() {
      var form4633410 = new Formstack.Form(4633410, 'https://genesisenergy.formstack.com/forms/');
      form4633410.logicFields = [];
      form4633410.calcFields = [];
      form4633410.dateCalcFields = [];
      form4633410.init();
      if (Formstack.Analytics) {
        form4633410.plugins.analytics = new Formstack.Analytics('https://genesisenergy.formstack.com', 4633410, form4633410);
        form4633410.plugins.analytics.trackTouch();
        form4633410.plugins.analytics.trackBottleneck();
      }
      window.form4633410 = form4633410;
    };
  </script>
  <input name="fsUserAgent" id="fsUserAgent" type="hidden" value="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.224 Safari/537.36"><input name="fsUserAgent" id="fsUserAgent" type="hidden"
    value="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.224 Safari/537.36">
</form>

Text Content

For Business
 * For home
 * For business
 * For investors
 * About


Log inJoin Genesis

 * Products
 * Business types
 * Services
 * Why Genesis
 * Sustainability
 * Help


CONNECT ALL YOUR SITES OR FUELS AND SCORE THE BENEFITS



Join us


 * For business
 * /
 * Products
 * /
 * Multi-Connect


MULTI-CONNECT

Bigger discounts when you combine it all

Multi-Connect is when you have more than one connection or fuel type with us, so
you get bigger discounts on your business plan and it's all on one bill - making
managing your energy cheaper and easier.*

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

 * Simple and convenient
 * Get an additional discount of 3%
 * Save time and get rewarded – win win!


ALREADY WITH US?

Get in touch to add electricity, natural gas or bottled gas, and start saving
today.

Contact us now


OUR PROMISES

We don’t just put electricity and gas into your business – we put all of our
energy into it.

SIMPLICITY

We keep things simple with the convenience of one bill for all your energy
needs.



SERVICE

We'll tailor our service to what you want, and can be as hands-on or as
hands-off as you like.



TOOLS

We’re constantly working on new tools to help you stay in control of your
energy.




CONTACT US

We’re energised to put more than just electricity and gas into your business.
Fill out the form and we'll be in touch to find out how we can best help you and
your business.

Please fill in a valid value for all required fields
Please ensure all values are in a proper format.
Are you sure you want to leave this form and resume later?
Are you sure you want to leave this form and resume later? If so, please enter a
password below to securely save your form.
Save and Resume Later
Save and get link
You must upload one of the following file types for the selected field:
There was an error displaying the form. Please copy and paste the embed code
again.
Apply Discount
You saved
with code
Submit
Submitting
Validating

There was an error initializing the payment processor on this form. Please
contact the form owner to correct this issue.
Please check the field:
Fields
Full name*
Company name*

Email*
Phone*

Postal code*
Are you an existing customer?
Yes No

Fuel type query is related to:

Electricity

Natural gas

Bottled gas

Other

What can we help with?
Attach your latest bill (optional):
No File Chosen
File uploads may not work on some mobile devices.

Previous Next



Enter your save and resume password
Cancel
Confirm


LOOKING FOR SOMETHING ELSE?

We've got all your energy needs in one place.

BOTTLED GAS

Great for heating, cooking and hot water - we make using bottled gas easy.

Take me to bottled gas

NATURAL GAS

An economical and convenient way to fuel your business.

Show me natural gas

ELECTRICITY

We power it all. From small business to large enterprise - any place you want
electricity.

Explore electricity

*To be eligible for Multi-Connect you must have 2 or more connections on one
Genesis account and at least one must be a Business Energy Plan connection.
Offer eligibility and terms apply.


Contact usAccessibilityRivers, lakes & rainfallNews Careers
Privacy policy•Terms•All content ©2024 Genesis Energy