www.hydroflux.com.fj Open in urlscan Pro
2606:4700:20::681a:443  Public Scan

Submitted URL: https://hydroflux.com.fj/
Effective URL: https://www.hydroflux.com.fj/
Submission: On August 20 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

GET https://www.hydroflux.com.fj/

<form role="search" method="get" id="searchform" class="searchform" action="https://www.hydroflux.com.fj/">
  <div>
    <label class="screen-reader-text" for="s">Search for:</label>
    <input type="text" value="" name="s" id="s">
    <input type="submit" id="searchsubmit" value="Search">
  </div>
</form>

Name: WebToContacts803998000019945014POST https://crm.zoho.com/crm/WebToContactForm

<form action="https://crm.zoho.com/crm/WebToContactForm" name="WebToContacts803998000019945014" method="POST" onsubmit="javascript:document.charset=&quot;UTF-8&quot;; return checkMandatory803998000019945014()" accept-charset="UTF-8">
  <input type="text" style="display:none;" name="xnQsjsdp" value="6ee7c526aa95ce8e197005c9fd9275e1ad07cf7ee9712de6528dfc48122e9a9d">
  <input type="hidden" name="zc_gad" id="zc_gad" value="">
  <input type="text" style="display:none;" name="xmIwtLD" value="df8ab01bf5d4e920fd0acc92b4db1f1aeb1561e8c6d18f9ec555701079ce717a">
  <input type="text" style="display:none;" name="actionType" value="Q29udGFjdHM=">
  <input type="text" style="display:none;" name="returnURL" value="https://www.hydroflux.com.fj/thanks?subscribe=true">
  <div class="zcwf_row">
    <div class="zcwf_col_fld">
      <input type="text" id="First_Name" name="First Name" maxlength="40" placeholder="First Name*">
      <div class="zcwf_col_help"></div>
    </div>
  </div>
  <div class="zcwf_row">
    <div class="zcwf_col_fld">
      <input type="text" id="Last_Name" name="Last Name" maxlength="80" placeholder="Last Name*">
      <div class="zcwf_col_help"></div>
    </div>
  </div>
  <div class="zcwf_row">
    <div class="zcwf_col_fld">
      <input type="text" ftype="email" id="Email" name="Email" maxlength="100" placeholder="Your Email*">
      <div class="zcwf_col_help"></div>
    </div>
  </div>
  <div class="zcwf_row">
    <div class="zcwf_col_fld"><input type="text" id="Account_Name" name="Account Name" maxlength="100" placeholder="Your Company">
      <div class="zcwf_col_help"></div>
    </div>
  </div>
  <div class="zcwf_row">
    <div class="zcwf_col_fld">
      <div class="g-recaptcha" data-sitekey="6LduWkAdAAAAAF2z8JyHFakQFOKohxAJnc45j5ar" data-theme="light" data-callback="rccallback803998000019945014" captcha-verified="false" id="recap803998000019945014">
        <div style="width: 304px; height: 78px;">
          <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-f330envxiyxo" frameborder="0" scrolling="no"
              sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
              src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LduWkAdAAAAAF2z8JyHFakQFOKohxAJnc45j5ar&amp;co=aHR0cHM6Ly93d3cuaHlkcm9mbHV4LmNvbS5majo0NDM.&amp;hl=de&amp;v=hfUfsXWZFeg83qqxrK27GB8P&amp;theme=light&amp;size=normal&amp;cb=qeli3apmvg3b"></iframe>
          </div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
            style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
        </div><iframe style="display: none;"></iframe>
      </div>
      <!--<div id='recapErr803998000019945014' style='font-size:12px;color:red;visibility:hidden;'>Captcha validation failed. If you are not a robot then please try again.</div>-->
    </div>
  </div>
  <div class="zcwf_row">
    <div class="zcwf_col_fld">
      <input type="hidden" id="CONTACTCF30" name="CONTACTCF30" maxlength="255" value="Hydroflux Pacific">
      <input type="submit" id="formsubmit" class="formsubmit zcwf_button" value="Submit" title="Submit">
    </div>
  </div>
  <script>
    /* Do not remove this code. */
    function rccallback803998000019945014() {
      if (document.getElementById('recap803998000019945014') != undefined) {
        document.getElementById('recap803998000019945014').setAttribute('captcha-verified', true);
      }
      if (document.getElementById('recapErr803998000019945014') != undefined && document.getElementById('recapErr803998000019945014').style.visibility == 'visible') {
        document.getElementById('recapErr803998000019945014').style.visibility = 'hidden';
      }
    }

    function reCaptchaAlert803998000019945014() {
      var recap = document.getElementById('recap803998000019945014');
      if (recap != undefined && recap.getAttribute('captcha-verified') == 'false') {
        document.getElementById('recapErr803998000019945014').style.visibility = 'visible';
        return false;
      }
      return true;
    }

    function validateEmail803998000019945014() {
      var form = document.forms['WebToContacts803998000019945014'];
      var emailFld = form.querySelectorAll('[ftype=email]');
      var i;
      for (i = 0; i < emailFld.length; i++) {
        var emailVal = emailFld[i].value;
        if ((emailVal.replace(/^\s+|\s+$/g, '')).length != 0) {
          var atpos = emailVal.indexOf('@');
          var dotpos = emailVal.lastIndexOf('.');
          if (atpos < 1 || dotpos < atpos + 2 || dotpos + 2 >= emailVal.length) {
            alert('Please enter a valid email address. ');
            emailFld[i].focus();
            return false;
          }
        }
      }
      return true;
    }

    function checkMandatory803998000019945014() {
      var mndFileds = new Array('First Name', 'Last Name', 'Email');
      var fldLangVal = new Array('First\x20Name', 'Last\x20Name', 'Email');
      for (i = 0; i < mndFileds.length; i++) {
        var fieldObj = document.forms['WebToContacts803998000019945014'][mndFileds[i]];
        if (fieldObj) {
          if (((fieldObj.value).replace(/^\s+|\s+$/g, '')).length == 0) {
            if (fieldObj.type == 'file') {
              alert('Please select a file to upload.');
              fieldObj.focus();
              return false;
            }
            alert(fldLangVal[i] + ' cannot be empty.');
            fieldObj.focus();
            return false;
          } else if (fieldObj.nodeName == 'SELECT') {
            if (fieldObj.options[fieldObj.selectedIndex].value == '-None-') {
              alert(fldLangVal[i] + ' cannot be none.');
              fieldObj.focus();
              return false;
            }
          } else if (fieldObj.type == 'checkbox') {
            if (fieldObj.checked == false) {
              alert('Please accept  ' + fldLangVal[i]);
              fieldObj.focus();
              return false;
            }
          }
          try {
            if (fieldObj.name == 'Last Name') {
              name = fieldObj.value;
            }
          } catch (e) {}
        }
      }
      if (!validateEmail803998000019945014()) {
        return false;
      }
      if (!reCaptchaAlert803998000019945014()) {
        return false;
      }
      document.querySelector('.crmWebToEntityForm .formsubmit').setAttribute('disabled', true);
    }

    function tooltipShow803998000019945014(el) {
      var tooltip = el.nextElementSibling;
      var tooltipDisplay = tooltip.style.display;
      if (tooltipDisplay == 'none') {
        var allTooltip = document.getElementsByClassName('zcwf_tooltip_over');
        for (i = 0; i < allTooltip.length; i++) {
          allTooltip[i].style.display = 'none';
        }
        tooltip.style.display = 'block';
      } else {
        tooltip.style.display = 'none';
      }
    }
  </script>
</form>

Text Content

 * info@hydroflux.com.fj
 * INT +679 773 6950
 * CALL 773 6950
 * The Hydroflux Group
 * HyDATA User Login

 * About Us
   
   * Go Back
   * Why Hydroflux
   * Our Team
   * Safety Policy
   * Environmental Policy
   * Industrial Relations Policy
   * Community
   * Careers
   * Association Memberships
 * Services
   
   * Go Back
   * Resorts
   * Manufacturing
   * Municipal
   * Mining
   * Regional Communities
   * Chemicals, Support & Spares
 * Sustainability
 * News & Media
 * Contact Us
 * The Hydroflux Group
   
     Go Back
    * Corporate
      
    * Industrial
      
    * Sustainability Consulting
      
    * Local Government
      
    * Aftermarket Support
      
   
     Go Back
   
   Delivering an extensive range of sustainable solutions to government entities
   and businesses across New Zealand, Australia, the Pacific Islands, and the
   United Kingdom through our specialised market subsidiaries.
   
   Explore our divisions to choose your preferred solution provider:
   
   Explore Hydroflux New Zealand
   Discover Hydroflux Australia
   
   Working across all industries including meat processing, dairies, general
   food processing, beverage, manufacturing, power and infrastructure
   construction our industrial water, wastewater and sludge handing specialists
   deliver sustainable design, equipment and turnkey solutions.
   
   Visit New Zealand
   Visit Australia
   Visit Fiji
   Visit UK
   
   Specialists in identifying sustainability risks and opportunities in your
   business, uncovering opportunities for sustainable growth, resource
   efficiency, water security and discovering ways to maintain your
   profitability and growth in a changing and increasingly challenging
   environment.
   
   Visit Cress Consulting
   
   System operation specialists providing expert support, servicing, OEM spare
   parts, chemicals, and operation contracts to industrial and municipal water
   and wastewater customers. We are the key link integrating the Hydroflux Group
   businesses by providing a comprehensive support network for our clients.
   
   Visit New Zealand
   Visit Australia
   Visit Fiji
   
   System operation specialists providing expert support, servicing, OEM spare
   parts, chemicals, and operation contracts to industrial and municipal water
   and wastewater customers. We are the key link integrating the Hydroflux Group
   businesses by providing a comprehensive support network for our clients.
   
   Visit New Zealand
   Visit Australia
   Visit Fiji
 * info@hydroflux.com.fj

Search
Search for:
Menu

CARBON NEUTRAL NOW!

Learn More


TRUSTED WATER & WASTEWATER SOLUTIONS

Specialists in water and wastewater treatment, offering expertise in design,
construction, servicing, OEM spare parts, and chemicals for efficient water
systems.
Hydroflux is a trusted partner in creating sustainable treatment plants tailored
to the unique needs of the Pacific Islands.

SEARCH BY

Design and Construct
Sustainability Consulting Services


SINCE 2017, HYDROFLUX PACIFIC HAS BEEN SERVING PACIFIC COMMUNITIES FROM OUR
BASES IN FIJI AND PAPUA NEW GUINEA.

We are committed to providing continuous support to communities, resorts,
industry, and municipalities, ensuring their long-term well-being.

As we expand our offerings and capabilities in the region, we strive to deliver
tailored and sustainable solutions through close collaboration with our clients.

Read More




SUSTAINABILITY

Read More


RESORTS

Read More


MANUFACTURING

Read More


MUNICIPAL

Read More


MINING

Read More


REGIONAL COMMUNITIES

Read More



SUPPORT & SERVICES

The Hydroflux Pacific Fiji office provides an important local presence to the
Pacific Islands water and wastewater sector.

Learn More
Contact Us



LATEST NEWS

View all

MANAGING EXTREME WEATHER EVENTS IN STORMWATER RETENTION TANKS AND INLET WORKS

August 20, 2024

ANOTHER QPRESS® INSTALLATION FOR TASWATER

August 13, 2024

NEWSLETTER

 * Facebook
 * Linkedin
 * Twitter


KEEP UP TO DATE - SIGN UP FOR OUR LATEST WEB NEWS



CONTACT HYDROFLUX

 * Facebook
 * Linkedin
 * Twitter

Fiji & Pacific Islands
Local: 773 6950
International: +679 773 6950
info@hydroflux.com.fj
Australia and Australasia
Local: 1300 417 697
International: +61 2 9089 8833
info@hydroflux.com.au
New Zealand
Local: 09 352 2052
International: +64 9352 2052
info@hydroflux.nz
United Kingdom & Europe
Local: 0239 270 4087
International: +44 23 9270 4087
info@hydroflux.uk

Copyright © 2024 Hydroflux®
 * Privacy
 * Safety Policy
 * Environmental Policy
 * Industrial Relations Policy
 * Brochure
 * Careers

Website by Digerati