Contact Us
- Area Field Consultants
- Northland
- West Waikato
- Central Waikato/Coromandel
- South Waikato & BOP
- Taranaki & Lower North Island
- Manawatu- Whanganui & Hawkes Bay
- South Island
Meet your Area Field Consultant. Select the tab above and get in touch with your local area expert.







Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.
Brochures page still needs to be updated. Only one new brochure was added
function isValid() {
var gResponse = grecaptcha.getResponse();
if (gResponse == null || gResponse === ”) {
alert(‘Please complete the recaptcha’);
return false;
}
return true; } function LoaderShow() {
$(‘#uxLoader’).show();
}
function LoaderHide() {
$(‘#uxLoader’).hide();
}
$(function() {
$(“#uxExsalerateContactForm”).submit(function(e){
if(!isValid()){ e.preventDefault();}
else {
$(‘#uxExsalerateContactForm input[type=checkbox]’).each(function(){
$(this).attr(‘type’, ‘texbox’);
$(this).attr(‘class’, ‘input-box’);
})
}});
});function changeCheckBoxValue(control) {
if (control.value == ‘No’) {
control.value = ‘Yes’;
} else {
control.value = ‘No’;
}
}
function onfileupload(uploader) {
if(uploader.files.length > 0 && uploader.files[0].size > 4194304){
uploader.value = ”;
alert(‘File should be max 4mb!!’);
}
else if(uploader.files.length > 0){
var labelId = ‘filenamelabel_’+uploader.id.split(‘_’)[1];
uploader.parentElement.nextElementSibling.innerHTML = uploader.files[0].name }
else{
uploader.parentElement.nextElementSibling.innerHTML = ”;
}}



