www.cookes.co.nz Open in urlscan Pro
2620:1ec:46::31  Public Scan

URL: https://www.cookes.co.nz/contact-us
Submission: On February 15 via manual from IN — Scanned from NZ

Form analysis 2 forms found in the DOM

POST

<form id="addnewUserForm" method="post">
  <div class="modal-body">
    <span class="errormessage"></span>
    <div class="loactions-wrapper">
      <h3 class="soldtodatatitle"> Which location are you buying for? </h3>
      <p class="soldtodescription"> If you already have items in your cart, changing companies might affect cart prices and quantities. </p>
      <div class="sold-to-data">
        <div class="soldtomaindata" id="soldtomaindata">
        </div>
      </div>
      <div class="col-12  container soldto-load-container" id="soldto-load-container">
        <div class="soldtoPage">
          <div class="row">
            <div class="col-12 soldtoWrapper">
              <div id="soldto-loader" class="soldto-loader"></div>
            </div>
          </div>
        </div>
      </div>
      <div class="choose-cancelbtn">
        <div class="cancellinkwrapper">
          <a class="cancellink">cancel</a>
        </div>
        <button type="submit" id="soldtosubmitbtn" class="button button-primary">Choose Company</button>
      </div>
    </div>
  </div>
</form>

POST #

<form action="#" class="contactUsFormDIv" method="post">
  <div class="mb-2 mt-2">
    <h3 class="form-subheading">Your personal details</h3>
  </div>
  <div class="row">
    <div class="mb-2 mt-2">
      <div class="form-check">
        <input class="form-check-input" type="checkbox" id="talkToSplistCheckBox" name="talkToSplistCheckBox">
        <label class="form-check-label generalcheck-lbl talkToSplistCheckBox" for="contact_talkToSplistCheckBox">Talk to a Specialist</label>
      </div>
    </div>
    <p class="talkToSplistDesc">Please ensure you have provided your phone number so we can reach you</p>
  </div>
  <div class="mb-2 mt-2">
    <div class="row">
      <div class="cntUsGnederWrapper">
        <label for="gender" class="form-label required">Gender</label>
      </div>
      <div id="radio-box">
        <div class="form-check form-check-inline">
          <input class="form-check-input" type="radio" name="gender" id="male" value="M">
          <label class="form-check-label" for="contact_male">Male</label>
        </div>
        <div class="form-check form-check-inline">
          <input class="form-check-input" type="radio" name="gender" id="female" value="F">
          <label class="form-check-label" for="contact_female">Female</label>
        </div>
        <div class="form-check form-check-inline">
          <input class="form-check-input" type="radio" name="gender" id="none" value="N">
          <label class="form-check-label" for="contact_none">Do not wish to disclose</label>
        </div>
      </div>
      <div id="radiobox_error_message" class="error-message" style="display: none;">
      </div>
    </div>
  </div>
  <div class="mb-2 mt-2">
    <div class="row">
      <div class="mb-2 mt-2 col-md-6">
        <label for="cntUsFirstName" class="form-label required">First Name </label>
        <input type="text" class="form-control" id="cntUsFirstName" placeholder="First Name" name="cntUsFirstName" maxlength="255">
        <div id="fname_error_message" class="error-message" style="display: none;"><span>Please fill First Name</span></div>
        <div id="fname_char_error_message" class="error-message">
          <span>Only Alphabets and Special Characters (. , -) are permitted to a max of 255 characters </span>
        </div>
      </div>
      <div class="mb-2 mt-2 col-md-6">
        <label for="cntUsLastName" class="form-label required">Last Name</label>
        <input type="text" class="form-control" id="cntUsLastName" placeholder="Last Name" name="cntUsLastName" maxlength="255">
        <div id="lname_error_message" class="error-message" style="display: none;"><span>Please fill Last Name</span></div>
        <div id="lname_char_error_message" class="error-message"><span>Only Alphabets and Special Characters (. , -) are permitted to a max of 255 characters </span>
        </div>
      </div>
    </div>
    <div class="row">
      <div class="mb-2 mt-2 col-md-6">
        <label for="cntUsCompany" class="form-label">Company Name</label>
        <input type="text" class="form-control singlesoldtocompany" id="cntUsCompany" placeholder="Company Name" name="company" maxlength="255">
        <input type="hidden" name="orginalCntUsCompany" id="orginalCntUsCompany">
        <div class="customDropDown multisoldtocompany">
          <select type="text" name="cntUsCompany" id="cntUsCompany" value="" placeholder="" class="form-control multisoldtoselect" readonly="" autocomplete="off" onchange="this.setAttribute('value', this.value);">
          </select>
        </div>
        <div id="companyname_char_error_message" class="error-message"><span>Only Alphabets and Special Characters (. , -) are permitted to a max of 255 characters </span></div>
      </div>
      <div class="mb-2 mt-2 col-md-6">
        <label for="contactUsPhoneNumber" id="cntUsPhNoLbl" class="form-label">Phone Number </label>
        <input type="hidden" name="orginalcntUsPhNoLbl" id="orginalcntUsPhNoLbl">
        <input type="text" class="form-control" id="contactUsPhoneNumber" placeholder="Phone Number" name="contactUsPhoneNumber">
        <div id="phoneno_error_message" class="error-message" style="display: none;"><span>Phone number is required</span></div>
      </div>
    </div>
    <div class="row">
      <div class="mb-2 mt-2 col-md-6">
        <label for="contactUsEmail" class="form-label required">Email </label>
        <input type="text" class="form-control " id="contactUsEmail" placeholder="Email" name="contactUsEmail">
        <div id="email_error_message" class="error-message" style="display: none;"><span>Please provide a correct email address</span></div>
      </div>
    </div>
    <div class="row">
      <div class="mb-2 mt-2 ymheading">
        <h3 class="form-subheading">Your message to us</h3>
      </div>
      <div class="mb-2 mt-2 col-md-6">
        <label for="contactUsHelp" class="form-label required">How can we help you?</label>
        <div class="help-dropdown customDropDown">
          <select type="text" name="contactUsHelp" id="contactUsHelp" value="" placeholder="How can we help you?" class="form-control selectdropdown postDataEdit" readonly="" autocomplete="off" onchange="this.setAttribute('value', this.value);">
            <option value="" hidden="">How can we help you </option>
            <option value="Technical">Technical</option>
            <option value="Customer Service">Customer Service</option>
            <option value="Finance,General/Other">Finance,General/Other</option>
            <option value="Services">Services</option>
            <option value="Request Credit Account">Request Credit Account</option>
          </select>
        </div>
        <div id="helpdropdown_error_message" class="error-message"><span>Please select an option from the list</span>
        </div>
      </div>
    </div>
    <!-- Enable this when selected services frm dropdown -->
    <div class="row hidden" id="diffServices">
      <div class="mb-2 mt-2">
        <label for="contactUsHelp" class="form-label required">Can you give us some additional information?</label>
        <div class="form-group">
          <div class="services-dropdown customDropDown">
            <select type="text" name="contactUsServices" id="contactUsServices" value="" placeholder="Select Service that you require" class="form-control selectdropdown postDataEdit" readonly="" autocomplete="off"
              onchange="this.setAttribute('value', this.value);">
              <option value="" hidden="">Select Service that you require </option>
              <option value="Testing &amp; Inspection of lifting equipment"> Testing &amp; Inspection of lifting equipment </option>
              <option value="NDE (Non Destructive Examination)"> NDE (Non Destructive Examination) </option>
              <option value="Load Monitoring &amp; Measurement"> Load Monitoring &amp; Measurement </option>
              <option value="Wire rope or rigging"> Wire rope or rigging </option>
              <option value="Height Safety Installation"> Height Safety Installation </option>
              <option value="Bespoke Webbing Manufacture"> Bespoke Webbing Manufacture </option>
              <option value="Net Manufacture"> Net Manufacture </option>
              <option value="Other"> Other </option>
            </select>
          </div>
          <div id="servicesdropdown_error_message" class="error-message">
            <span></span>
          </div>
        </div>
      </div>
    </div>
    <!-- Ends -->
    <!-- Enable when select Request Credit Account from dropdown -->
    <div class="hidden" id="bizType">
      <div class="row">
        <div class="mb-2 mt-2">
          <label for="contactUsHelp" class="form-label required">Can you give us some additional information?</label>
          <div>
            <div class="bizType-dropdown customDropDown">
              <select type="text" name="contactUsBizType" id="contactUsBizType" value="" placeholder="Select the type of Business" class="form-control selectdropdown postDataEdit" readonly="" autocomplete="off"
                onchange="this.setAttribute('value', this.value);">
                <option value="" hidden="">Select the type of Business</option>
                <option value="Sole Trader"> Sole Trader </option>
                <option value="Partnership"> Partnership </option>
                <option value="Limited Company"> Limited Company </option>
                <option value="Trust"> Trust </option>
                <option value="Other"> Other </option>
              </select>
            </div>
            <div id="bizType_dropdown_error_message" class="error-message">
              <span>Please select Business Type</span>
            </div>
          </div>
        </div>
      </div>
      <!-- 1 -->
      <div class="row">
        <div class="mb-2 mt-2 col-md-6">
          <label for="cntUsLegalName" class="form-label required">Legal Name</label>
          <input type="text" class="form-control fileWithName needValidation" id="cntUsLegalName" placeholder="Legal Name" name="cntUsLegalName" maxlength="255">
          <div class="error-message">Please fill Legal Name</div>
          <div id="name_char_error_message" class="error-message"><span>Only Alphabets and Special Characters (. , -) are permitted to a max of 255 characters </span></div>
        </div>
        <div class="mb-2 mt-2 col-md-6">
          <label for="cntUsTradingName" class="form-label required">Trading Name</label>
          <input type="text" class="form-control fileWithName needValidation" id="cntUsTradingName" placeholder="Trading Name" name="cntUsTradingName" maxlength="255">
          <div class="error-message">Please fill Trading name</div>
          <div id="name_char_error_message" class="error-message"><span>Only Alphabets and Special Characters (. , -) are permitted to a max of 255 characters </span></div>
        </div>
      </div>
      <!-- 2 -->
      <div class="row">
        <div class="mb-2 mt-2 col-md-6">
          <label for="cntUsCompanyName" class="form-label required">Company Number</label>
          <input type="text" class="form-control fileWithName needValidation" id="cntUsCompanyName" placeholder="Company Number" name="cntUsCompanyName" maxlength="255">
          <div class="error-message"> Please fill Company Number </div>
        </div>
        <div class="mb-2 mt-2 col-md-6 date-picker">
          <label for="cntUsDOR" class="form-label required">Date of Registration</label>
          <input type="text" class="form-control fileWithName needValidation" id="cntUsDOR" placeholder="Date of registration" name="cntUsDOR" maxlength="255">
          <div class="error-message"> Please fill Date of Company Registration </div>
        </div>
      </div>
      <!-- 3 -->
      <div class="row">
        <div class="mb-2 mt-2 col-md-6">
          <label for="cntUsNZBN" class="form-label required">NZBN</label>
          <input type="text" class="form-control fileWithName needValidation" id="cntUsNZBN" placeholder="NZBN" name="cntUsNZBN" maxlength="255">
          <div class="error-message">Please fill NZBN</div>
        </div>
        <div class="mb-2 mt-2 col-md-6">
          <label for="cntUsNatureOfBusiness" class="form-label required">Nature of Business</label>
          <input type="text" class="form-control fileWithName needValidation" id="cntUsNatureOfBusiness" placeholder="Nature of Business" name="cntUsNatureOfBusiness" maxlength="255">
          <div class="error-message"> Please fill Nature of Business </div>
        </div>
      </div>
      <!-- 4 -->
      <div class="row">
        <div class="mb-2 mt-2 col-md-6">
          <label for="cntUsDlvryAdd" class="form-label required">Delivery Address</label>
          <input type="text" class="form-control fileWithName needValidation" id="cntUsDlvryAdd" placeholder="Delivery Address" name="cntUsDlvryAdd" maxlength="255">
          <div class="error-message">Please fill Delivery Address</div>
          <div id="address_error_message" class="error-message"><span>Only Alphabets, Numbers and special characters (#,./-) are permitted to a max of 255 characters</span></div>
        </div>
        <div class="mb-2 mt-2 col-md-6">
          <label for="cntUsPostCode" class="form-label required">Post code</label>
          <input type="text" class="form-control fileWithName needValidation" id="cntUsPostCode" placeholder="Post code" name="cntUsPostCode" maxlength="4">
          <div class="error-message">Please fill Postcode</div>
        </div>
      </div>
      <!-- 5 -->
      <div class="row">
        <div class="mb-2 mt-2 col-md-6">
          <label for="cntUsPostalAdd" class="form-label required">Postal Address</label>
          <input type="text" class="form-control fileWithName needValidation" id="cntUsPostalAdd" placeholder="Postal address" name="cntUsPostalAdd" maxlength="255">
          <div class="error-message">Please fill Postal Address</div>
          <div id="address_error_message" class="error-message"><span>Only Alphabets, Numbers and special characters (#,./-) are permitted to a max of 255 characters</span></div>
        </div>
        <div class="mb-2 mt-2 col-md-6">
          <label for="cntUsPhNo" class="form-label required">Phone number</label>
          <input type="text" class="form-control fileWithName needValidation phonenumbervalidation" id="cntUsPhNo" placeholder="Phone number" name="cntUsPhNo" maxlength="255">
          <div class="error-message">Please fill Telephone</div>
          <div class="error-message">Please provide the valid phone number</div>
        </div>
      </div>
      <!-- 6 -->
      <div class="row">
        <div class="mb-2 mt-2 col-md-6">
          <label for="cntUsAccEmail" class="form-label required">Accounts Email</label>
          <input type="text" class="form-control fileWithName needValidation emailvalidation" id="cntUsAccEmail" placeholder="Accounts Email" name="cntUsAccEmail" maxlength="255">
          <div class="error-message"> Please fill Accounts Email </div>
          <div class="error-message"> Please provide a correct email address </div>
        </div>
        <div class="mb-2 mt-2 col-md-6">
          <label for="cntUsEstAnnualSpnd" class="form-label required">Estimated Annual Spend</label>
          <input type="text" class="form-control fileWithName needValidation" id="cntUsEstAnnualSpnd" placeholder="Estimated Annual spend" name="cntUsEstAnnualSpnd" maxlength="255">
          <div class="error-message">Please fill Estimated Annual Spend</div>
        </div>
      </div>
      <div id="limitedpartnership">
        <h3 class="cntUs-subheading cntUs-fullnamesectionlabel">Full name of Partners (if partnership) or Directors (if a Limited Company)</h3>
        <!-- 7 -->
        <div class="row">
          <div class="mb-2 mt-2 col-md-6">
            <label for="cntUsNameOfPartner" class="form-label required">Full Name</label>
            <input type="text" class="form-control fileWithName needValidation" id="cntUsNameOfPartner" placeholder="Full Name" name="cntUsNameOfPartner" maxlength="255">
            <div class="error-message">Please fill Full Name</div>
          </div>
          <div class="mb-2 mt-2 col-md-6 date-picker">
            <label for="cntUsDOB" class="form-label required">Date of Birth</label>
            <input type="text" class="form-control fileWithName needValidation" id="cntUsDOB" placeholder="Date of Birth" name="cntUsDOB" maxlength="255">
            <div class="error-message">Please fill Date of Birth</div>
          </div>
        </div>
        <!-- 8 -->
        <div class="row">
          <div class="mb-2 mt-2 col-md-6">
            <label for="cntUsHomeAdd" class="form-label required">Home Address</label>
            <input type="text" class="form-control fileWithName needValidation" id="cntUsHomeAdd" placeholder="Home Address" name="cntUsHomeAdd" maxlength="255">
            <div class="error-message">Please fill Home Address</div>
          </div>
          <div class="mb-2 mt-2 col-md-6">
            <label for="cntUsContactNo" class="form-label required">Contact Number</label>
            <input type="text" class="form-control fileWithName needValidation phonenumbervalidation" id="cntUsContactNo" placeholder="Contact Number" name="cntUsContactNo" maxlength="255">
            <div class="error-message">Please fill Contact No</div>
            <div class="error-message">Please provide the valid phone number</div>
          </div>
        </div>
        <!-- 9 -->
        <div class="row">
          <div class="mb-2 mt-2 col-md-6">
            <label for="cntUsNameOfPartnerTwo" class="form-label required">Full Name </label>
            <input type="text" class="form-control fileWithName needValidation" id="cntUsNameOfPartnerTwo" placeholder="Full Name" name="cntUsNameOfPartnerTwo" maxlength="255">
            <div class="error-message">Please fill Full Name</div>
          </div>
          <div class="mb-2 mt-2 col-md-6 date-picker">
            <label for="cntUsDOBTwo" class="form-label required">Date of Birth</label>
            <input type="text" class="form-control fileWithName needValidation" id="cntUsDOBTwo" placeholder="Date of Birth" name="cntUsDOBTwo" maxlength="255">
            <div class="error-message">Please fill Date of Birth</div>
          </div>
        </div>
        <!-- 10 -->
        <div class="row">
          <div class="mb-2 mt-2 col-md-6">
            <label for="cntUsHomeAddTwo" class="form-label required">Home Address</label>
            <input type="text" class="form-control fileWithName needValidation" id="cntUsHomeAddTwo" placeholder="Home Address" name="cntUsHomeAddTwo" maxlength="255">
            <div class="error-message">Please fill Home Address</div>
          </div>
          <div class="mb-2 mt-2 col-md-6">
            <label for="cntUsContactNoTwo" class="form-label required">Contact Number</label>
            <input type="text" class="form-control fileWithName needValidation phonenumbervalidation" id="cntUsContactNoTwo" placeholder="Contact Number" name="cntUsContactNoTwo" maxlength="255">
            <div class="error-message">Please fill Contact No</div>
            <div class="error-message">Please provide the valid phone number</div>
          </div>
        </div>
      </div>
      <div class="mb-2 mt-2">
        <div class="mb-2 mt-2">
          <h3 class="cntUsSubHeading"> Trade References </h3>
          <p class="subHeadingDescp"> Excluding credit cards, Fuel Suppliers, Landlord, Power &amp; Phone Accounts </p>
        </div>
        <!-- Trade 1 -->
        <div class="row">
          <div class="mb-2 mt-2 col-md-6">
            <label for="cntUsTradeNameOne" class="form-label required">Name</label>
            <input type="text" class="form-control fileWithName needValidation" id="cntUsTradeNameOne" placeholder="Name 1" name="cntUsTradeNameOne" maxlength="255">
            <div class="error-message">Please fill name</div>
            <div id="name_char_error_message" class="error-message"><span>Only Alphabets and Special Characters (. , -) are permitted to a max of 255 characters </span></div>
          </div>
          <div class="mb-2 mt-2 col-md-6">
            <label for="cntUsPhNumOne" class="form-label required">Phone No.</label>
            <input type="text" class="form-control fileWithName needValidation phonenumbervalidation" id="cntUsPhNumOne" placeholder="Phone Number 1" name="cntUsPhNumOne" maxlength="255">
            <div class="error-message">Please fill Phone No.</div>
            <div class="error-message">Please provide the valid phone number</div>
          </div>
        </div>
        <!-- Trade 2 -->
        <div class="row">
          <div class="mb-2 mt-2 col-md-6">
            <label for="cntUsTradeNameTwo" class="form-label required">Name</label>
            <input type="text" class="form-control fileWithName needValidation" id="cntUsTradeNameTwo" placeholder="Name 2" name="cntUsTradeNameTwo" maxlength="255">
            <div class="error-message">Please fill name</div>
            <div id="name_char_error_message" class="error-message"><span>Only Alphabets and Special Characters (. , -) are permitted to a max of 255 characters </span></div>
          </div>
          <div class="mb-2 mt-2 col-md-6">
            <label for="cntUsPhNumTwo" class="form-label required">Phone No.</label>
            <input type="text" class="form-control fileWithName needValidation phonenumbervalidation" id="cntUsPhNumTwo" placeholder="Phone Number 2" name="cntUsPhNumTwo" maxlength="255">
            <div class="error-message">Please fill Phone No.</div>
            <div class="error-message">Please provide the valid phone number</div>
          </div>
        </div>
        <!-- Trade 3 -->
        <div class="row">
          <div class="mb-2 mt-2 col-md-6">
            <label for="cntUsTradeNameThree" class="form-label required">Name</label>
            <input type="text" class="form-control fileWithName needValidation" id="cntUsTradeNameThree" placeholder="Name 3" name="cntUsTradeNameThree" maxlength="255">
            <div class="error-message">Please fill name</div>
            <div id="name_char_error_message" class="error-message"><span>Only Alphabets and Special Characters (. , -) are permitted to a max of 255 characters </span></div>
          </div>
          <div class="mb-2 mt-2 col-md-6">
            <label for="cntUsPhNumThree" class="form-label required">Phone No.</label>
            <input type="text" class="form-control fileWithName needValidation phonenumbervalidation" id="cntUsPhNumThree" placeholder="Phone Number 3" name="cntUsPhNumThree" maxlength="255">
            <div class="error-message">Please fill Phone No.</div>
            <div class="error-message">Please provide the valid phone number</div>
          </div>
        </div>
        <div class="row disclaimer">
          <p>By submitting this form I certify that the above information is true and correct and that I am authorised to make this application for credit. In accordance with the Privacy Act (1993) I authorise any person or company to give
            information as may be required in response to credit enquiries. I have read and understood
            the&nbsp;<a href="/content/dam/cookes/Files/Bridon%20New%20Zealand-Terms%20and%20Conditions%20of%20Trade%202023.pdf">general terms and conditions of trade</a>&nbsp;of Bridon New Zealand Ltd which form part of, and are intended to be read
            in conjunction&nbsp;with this credit application and agree to be bound by these conditions.</p>
          <p>After this form is submitted Cookes will send through further information to finalise the arrangement of a credit facility, this may include requests for further information and or a contract to be signed and returned.</p>
        </div>
        <div class="row">
          <div class="mb-2 mt-2">
            <div class="form-check communicationTerm tradeReferenceTerm">
              <input class="form-check-input" type="checkbox" id="tradeReference" name="tradeReference">
              <label class="form-check-label generalcheck-lbl" for="tradeReference"></label>
              <p>I have read and understood the&nbsp;<a href="/content/dam/cookes/Files/Bridon%20New%20Zealand-Terms%20and%20Conditions%20of%20Trade%202023.pdf">Terms and Conditions of Trade</a>.</p>
            </div>
            <div id="tradeReference_error_message" class="error-message slide-bottom"><span>This is a required field</span></div>
          </div>
        </div>
      </div>
      <!-- Ends -->
    </div>
  </div>
  <div class="mb-2 mt-2">
    <div class="row" id="cntUsDesc">
      <div class="mb-2 mt-2">
        <label for="sectordesc" class="form-label sectordesc-lbl required">Tell us why you want to contact us</label>
        <textarea class="form-control sectordesc" id="sectordesc" rows="4" name="sectordesc" maxlength="750"></textarea>
        <div id="sortdesc_error_message" class="error-message" style="display: none;"><span>Please provide a message for us to help you better</span></div>
        <div class="textarea-info">
          <span class="char-count">750</span> characters left
        </div>
      </div>
    </div>
    <!--Attachment-->
    <div class="row">
      <div class="mb-2 mt-2 form-group col-md-6">
        <label for="fileattachment" class="form-label">Upload Attachments</label>
        <div class="uploadFileType input-group">
          <input type="file" class="form-control" id="customFile" hidden="">
          <input type="hidden" id="filename" name="filename">
          <div class="uploadBtn">
            <label class="custom-file-label" id="upload-btn-lbl" for="customFile">Upload Attachments</label>
            <div class="price-spinner-wrapper">
              <div class="price-spinner"></div>
            </div>
          </div>
          <div class="form-type_error">This file type is not supported, please try another format</div>
          <div class="formsize-error">File size exceeds 60 MB</div>
          <div class="fileserv-error"></div>
          <div class="filelist"></div>
        </div>
      </div>
      <div class="mb-2 mt-2 form-group col-md-6">
        <div class="input-group-addon">
          <label class="typeMaxsize-lbl" id="guaranteeTypeMaxsize-lbl">
            <p><b>File Type Supported:</b></p>
            <p>.pdf, .png, .jpg, .jpeg.<br> Size: less than 50MB<br> Max: up to 5 files</p>
            <p>File name should not contain special characters other than "-" and "_".</p>
          </label>
        </div>
      </div>
    </div>
  </div>
  <!--Regular form-->
  <!--Remove this when seleted service from the dropdown-->
  <section id="regularForm">
    <div class="row">
      <div class="mb-2 mt-2">
        <h3 class="form-subheading">Can you give us some additional information?</h3>
      </div>
      <div class="mb-2 mt-2">
        <label for="productName" class="form-label">Product Type</label>
        <input type="text" class="form-control" id="producType" placeholder="Product Type" name="productName" maxlength="255">
      </div>
      <!-- <div class="mb-2 mt-2 col-md-6">
            <label for="contactUsHelp" class="form-label required">How can we help you?</label>
            <div class="form-group">
              <div class="help-dropdown customDropDown">
                <select type="text" name="contactUsHelp" id="contactUsHelp" value=""
                  placeholder="How can we help you?" class="form-control selectdropdown postDataEdit" readonly autocomplete="off"
                  onchange="this.setAttribute('value', this.value);"
                  data-sly-list=",,,,">
                  <option value=""></option>
                </select>
              </div>
              <div class="error-message">
                Please select an option from the list
              </div>
            </div>
          </div> -->
    </div>
    <div class="row orderDisplayDiv">
      <div class="mb-2 mt-2">
        <label for="contactUsHelp" class="form-label">Orders</label>
        <div class="form-group">
          <div class="help-dropdown customDropDown">
            <select type="text" name="orders" id="orders" value="" placeholder="Orders" class="form-control selectdropdown postDataEdit" readonly="" autocomplete="off" onchange="this.setAttribute('value', this.value);">
              <option value="" hidden="">Select order</option>
            </select>
          </div>
          <div class="error-message"> Please select an option from the list </div>
        </div>
      </div>
      <div class="mb-2 mt-2">
        <div class="form-group">
          <div>
            <input type="text" class="form-control" id="otherOrderType" name="otherOrderType" maxlength="255">
          </div>
          <div class="error-message other-order-errmsg"> Please provide the order </div>
        </div>
      </div>
    </div>
  </section>
  <!--End Regular form-->
  <div class="row">
    <div class="mb-2 mt-2">
      <div class="form-check communicationTerm">
        <input class="form-check-input" type="checkbox" id="newsLetter" name="newsLetter">
        <label class="form-check-label generalcheck-lbl" for="newsLetter_contact"></label> I would like to receive communication from Cookes <span class="icon_tooltip info-communication">
          <a class="info-tooltip">
                      <img class="icon-communication-role" src="/content/dam/cookes/icons/conactus_info_icon.svg" id="psw-img" alt="infoicon">
                      <img class="icon-triangle triangle-communication" src="/content/dam/cookes/icons/tooltip_triangle.svg" id="tooltip-img" alt="tootip">
                      <span class="white-box-communication">Be in the know! Sign-up to receive the latest in industry leading knowledge, new products, insider specials - plus a few surprises. You can unsubscribe at any time and don't worry, we won't sell or rent your private information to any third-party.</span>
                    </a>
        </span>
      </div>
    </div>
  </div>
  <input type="hidden" id="successPageUrl" value="/contact-us-success-page">
  <div class="row">
    <div class="gCaptcha-custom-wrapper">
      <div id="recaptcha_error_message" class="error-message slide-bottom"></div>
      <div class="g-recaptcha gCaptcha-custom" data-sitekey="6LetKfocAAAAADARrC3DX55k5oqT84JmAS7tM9Vg" data-callback="onCaptchaUpdate">
        <div style="width: 304px; height: 78px;">
          <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-svwz72hg0xuj" 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=6LetKfocAAAAADARrC3DX55k5oqT84JmAS7tM9Vg&amp;co=aHR0cHM6Ly93d3cuY29va2VzLmNvLm56OjQ0Mw..&amp;hl=en&amp;v=yiNW3R9jkyLVP5-EEZLDzUtA&amp;size=normal&amp;cb=e7eve6s0gkh6"></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>
  </div>
  <div class="row">
    <div class="margin-top-24 button-container">
      <button class="btn btn-primary reset-btn" id="reset-btn"> Reset </button>
      <button class="btn btn-primary cntUs-submit-btn" id="cntUs-submit-btn"> Submit </button>
      <div class="server-err-msg">Server Error</div>
    </div>
  </div>
</form>

Text Content

Contact Us Login / Sign up
 * My Account
 * User Overview
 * My Orders
 * My Favorites
 * Logout

 * Shop Now
      
    * Lifting & Rigging
      
      Height Safety
      
      * Go Back
      * Height Safety Equipment
      * Height Safety Harnesses
      Grade 80 Lifting Chains and Fittings
      
      * Go Back
      * Grade 80 Lifting Chain
      * Grade 80 Master Links for 1 & 2 Leg Slings
      * Grade 80 Multi Oblong Links for 3 & 4 Leg Slings
      * Grade 80 Connectors
      * Grade 80 Shortening Hooks & Clutches
      * Grade 80 Lifting Hooks
      * Grade 80 Trigger & Safety Latch Kits
      * Grade 80 Insulated Swivels
      Grade 100 Lifting Chains and Fittings
      
      * Go Back
      * Grade 100 Lifting Chain
      * Grade 100 1 & 2 Leg Master Links
      * Grade 100 Trigger Kits & Safety Latches
      * Grade 100 Clevis Shackles
      * Grade 100 Lifting Hooks
      * Grade 100 Shortening Hooks & Clutches
      * Grade 100 3 & 4 Multi Links
      * Grade 100 Pear Links
      * Grade 100 Connecting Links
      Grade 120 Lifting Chains and Fittings
      
      * Go Back
      * Grade 120 Lifting Chain
      * Grade 120 Trigger Kits & Safety Latch Kits
      * Grade 120 Hooks
      * Grade 120 Connectors
      * Grade 120 Master Links
      Grade 50 Lifting Chains and Fittings
      
      * Go Back
      * Grade 50 Lifting Chain
      * Grade 50 Stainless Steel Connectors
      * Grade 50 Stainless Steel Master Links
      * Grade 50 Stainless Steel Omega Links
      * Grade 50 Stainless Steel Lifting Hooks
      Shackles
      
      * Go Back
      * Lifting Bow Shackles
      * Lifting Dee Shackles
      * Certified Stainless Steel Shackles
      * Transport Shackles
      * Commercial Shackles
      Synthetic Web Slings
      
      * Go Back
      * Flat Web Slings
      * Endless Round Slings
      * Sling Protection
      
      Marine Chain & Fittings
      
      * Go Back
      * Short Link Anchor Chain
      * Mooring Chain & Fittings
      * Trawl Chain & Fittings
      General & Speciality Chains
      
      * Go Back
      * General Purpose Chains
      * Speciality Chains
      Lifting Points and Eye Bolts
      
      * Go Back
      * Lifting and Lashing Points
      * Eye Bolts
      * Eye Nuts
      Blocks Pulleys and Swivels
      
      * Go Back
      * C&R Blocks
      * Yoke Blocks
      * Other Blocks
      * Swivels
      Winches
      
      * Go Back
      * Manual Operation Winches
      * Boat Trailer Winches
      * Electric & Hydraulic Winches
      * Winch Rope & Straps
      * Winch Operated Cranes
      Hoists Trolleys and Beam Clamps
      
      * Go Back
      * Chain Blocks
      * Manual Girder Trolleys
      * Beam Clamps
      * Lever Hoists
      * Electric Hoists
      * Air Hoists
      Material Handling Equipment
      
      * Go Back
      * Spreader Beams
      * Plate Clamps & Grabs
      * Drum Lifting Equipment
      * Container Bulk Bag & Pallet Lifting Equipment
      * Work Boxes & Cages
      * Load Skates Rollers Trolleys & Trucks
      * Piling Release Shackles
      * Spring Balancers
      
      Concrete Lifting & Butt Rigging
      
      * Go Back
      * Concrete Lifting
      * Butt Rigging Equipment
      Commercial (Non-Certified)
      
      * Go Back
      * Stainless Steel Commercial
      * Zinc Plated Commercial
      
    * Commercial Fishing Equipment
      
      Marine Accessories
      
      * Go Back
      * Clothing & Equipment
      * Knives
      * Splicing Tools and Net Needles
      * Marine Tools & Sundry
      Cray Fish
      
      * Go Back
      * Cray Rope and Netting
      * Cray Floats
      * Cray Blocks
      Fish Aggregating Device (F.A.D.)
      
      * Go Back
      * F.A.D Wire & Fibre Ropes
      * F.A.D Floats
      * F.A.D Hardware
      Sports Fishing
      
      * Go Back
      * Nylon Monofilament
      * Leader line
      Longline
      
      * Go Back
      * Silton Monofilament
      * Longline Floats
      * Hooks Clips & Blocks
      * Tuna Trolling Gear
      * Lights for Tuna Fishing
      * Trace Wire
      Purse Seine
      
      * Go Back
      * Purse Seine Wires
      * Fibre Ropes for Purse Fishing
      Trawling
      
      * Go Back
      * Trawling Warps
      * Torque Resistant Trawl Warps
      * Bottom Trawling Ropes
      * HDPE Fibre Ropes
      * Eight Strand Fibre Ropes
      * Trawl Netting
      * Trawl Chain & Components
      * Hooks Blocks & Floats
      
      
      
      
      
    * Wire Rope & Fittings
      
      Crane Ropes
      
      * Go Back
      * Rotation Resistant Crane Ropes
      * Dyform Ropes
      * Non-Compacted Crane Ropes
      Fishing Ropes
      
      * Go Back
      * Trawl Warps
      * Purse Wires
      * Torque Resistant Trawl Warps
      * Bottom Trawl Ropes
      Forestry Ropes
      
      * Go Back
      * Swaged Forestry Ropes
      * Dyform Forestry Ropes
      * Non-Compacted Forestry Ropes
      Specialist Ropes
      
      * Go Back
      * Elevator Ropes
      * Zipline Ropes
      * Road Barrier Ropes
      Small Cord & Strand
      
      * Go Back
      * Irrigator Ropes
      * Galvanised & Stainless Steel Small Cord
      * Galvanised Strand
      End Terminations
      
      * Go Back
      * Wire Rope Thimbles
      * Wire Rope Sockets
      * Wirelock
      Wire Rope Accessories & Fittings
      
      * Go Back
      * Wire Rope Grips
      * Rigging Screws and Turnbuckles
      * Rigging Tools
      * Cable Socks
      * Wire Rope Lubricant
      
      
      
      
      
    * Fibre Rope
      
      Poly Ropes
      
      * Go Back
      * Polypropylene Ropes
      * Mussel Ropes
      * Anchor Warps
      * Polyester Ropes
      HMPE Ropes
      
      * Go Back
      * Dyneema
      * Other
      Nylon & Natural Fibre Ropes
      
      * Go Back
      * Nylon Ropes
      * Nylon Anchor Packs
      * Manila Rope
      Braids & Twine
      
      * Go Back
      * Fineline Braids
      * Fishing Braids
      * Twine
      
      
      
      
      
    * Transport
      
      Tiedowns
      
      * Go Back
      * Commercial Tiedowns
      * Light Duty Tiedowns
      * Webbing Buckles and Components
      * Webbing
      Lashing Chains & Fittings
      
      * Go Back
      * Lashing Chains Hooks and Sets
      * Load Binders
      * Chain Corner Protectors and Flags
      * Heavy Transport Lashing Equipment
      Towing & Recovery
      
      * Go Back
      * Towing
      * Recovery
      * Four Wheel Drive 4WD
      
      
      
      
      
    * On Sale
      
      Buy X get Y
      
      * Go Back
      Fibre rope sale
      
      * Go Back
      
      
      
      

 * Knowledge Center
      
    * Video Zone
      
      
    * Resources
      
      Catalogues Brochures How To/Training Guides Articles Product Guides
      Posters and Wall Charts
      
    * FAQ
      

 * About Cookes
    * Our locations
    * History
    * Our Partner brands
    * Legal information
    * A Bekaert company

 * Services
      
    * Testing & Inspection Services
      
      Testing & Inspection of Height Safety Equipment
      Testing & Inspection of Temporary and Permanent Height Safety Solutions
      Testing & Inspection of Lifting Chains Transport Chains & Hardware
      Testing & Inspection of synthetic lifting slings
      Testing & Inspection of Wire Ropes & Fittings
      Testing & Inspection of Fibre ropes
      
    * Height Safety System Installations
      
      Permanent fixed Height Safety Installations
      Temporary Height Safety Installations
      
    * Non-Destructive Evaluation
      
      Wire Rope NDT
      Fibre Rope NDT
      
    * Rigging Services
      
      Rigging of chains & fittings
      Wire Rope Rigging
      Fibre Rope Rigging
      Load Testing
      
    * Load Monitoring & Measurement
      
      Load Cells
      
    * Net Manufacture
      
      Fishing nets
      Aquaculture nets
      Recreational nets
      
    * Bespoke Webbing
      
      Lifting Slings
      Bespoke Transport Webbing

 * BriCert

Discount



Subtotal




 * Shop Now
     
   * Lifting & Rigging
       
     * Height Safety
       * Height Safety Equipment
       * Height Safety Harnesses
     * Grade 80 Lifting Chains and Fittings
       * Grade 80 Lifting Chain
       * Grade 80 Master Links for 1 & 2 Leg Slings
       * Grade 80 Multi Oblong Links for 3 & 4 Leg Slings
       * Grade 80 Connectors
       * Grade 80 Shortening Hooks & Clutches
       * Grade 80 Lifting Hooks
       * Grade 80 Trigger & Safety Latch Kits
       * Grade 80 Insulated Swivels
     * Grade 100 Lifting Chains and Fittings
       * Grade 100 Lifting Chain
       * Grade 100 1 & 2 Leg Master Links
       * Grade 100 Trigger Kits & Safety Latches
       * Grade 100 Clevis Shackles
       * Grade 100 Lifting Hooks
       * Grade 100 Shortening Hooks & Clutches
       * Grade 100 3 & 4 Multi Links
       * Grade 100 Pear Links
       * Grade 100 Connecting Links
     * Grade 120 Lifting Chains and Fittings
       * Grade 120 Lifting Chain
       * Grade 120 Trigger Kits & Safety Latch Kits
       * Grade 120 Hooks
       * Grade 120 Connectors
       * Grade 120 Master Links
     * Grade 50 Lifting Chains and Fittings
       * Grade 50 Lifting Chain
       * Grade 50 Stainless Steel Connectors
       * Grade 50 Stainless Steel Master Links
       * Grade 50 Stainless Steel Omega Links
       * Grade 50 Stainless Steel Lifting Hooks
     * Shackles
       * Lifting Bow Shackles
       * Lifting Dee Shackles
       * Certified Stainless Steel Shackles
       * Transport Shackles
       * Commercial Shackles
     * Synthetic Web Slings
       * Flat Web Slings
       * Endless Round Slings
       * Sling Protection
     * Marine Chain & Fittings
       * Short Link Anchor Chain
       * Mooring Chain & Fittings
       * Trawl Chain & Fittings
     * General & Speciality Chains
       * General Purpose Chains
       * Speciality Chains
     * Lifting Points and Eye Bolts
       * Lifting and Lashing Points
       * Eye Bolts
       * Eye Nuts
     * Blocks Pulleys and Swivels
       * C&R Blocks
       * Yoke Blocks
       * Other Blocks
       * Swivels
     * Winches
       * Manual Operation Winches
       * Boat Trailer Winches
       * Electric & Hydraulic Winches
       * Winch Rope & Straps
       * Winch Operated Cranes
     * Hoists Trolleys and Beam Clamps
       * Chain Blocks
       * Manual Girder Trolleys
       * Beam Clamps
       * Lever Hoists
       * Electric Hoists
       * Air Hoists
     * Material Handling Equipment
       * Spreader Beams
       * Plate Clamps & Grabs
       * Drum Lifting Equipment
       * Container Bulk Bag & Pallet Lifting Equipment
       * Work Boxes & Cages
       * Load Skates Rollers Trolleys & Trucks
       * Piling Release Shackles
       * Spring Balancers
     * Concrete Lifting & Butt Rigging
       * Concrete Lifting
       * Butt Rigging Equipment
     * Commercial (Non-Certified)
       * Stainless Steel Commercial
       * Zinc Plated Commercial
   * Commercial Fishing Equipment
       
     * Marine Accessories
       * Clothing & Equipment
       * Knives
       * Splicing Tools and Net Needles
       * Marine Tools & Sundry
     * Cray Fish
       * Cray Rope and Netting
       * Cray Floats
       * Cray Blocks
     * Fish Aggregating Device (F.A.D.)
       * F.A.D Wire & Fibre Ropes
       * F.A.D Floats
       * F.A.D Hardware
     * Sports Fishing
       * Nylon Monofilament
       * Leader line
     * Longline
       * Silton Monofilament
       * Longline Floats
       * Hooks Clips & Blocks
       * Tuna Trolling Gear
       * Lights for Tuna Fishing
       * Trace Wire
     * Purse Seine
       * Purse Seine Wires
       * Fibre Ropes for Purse Fishing
     * Trawling
       * Trawling Warps
       * Torque Resistant Trawl Warps
       * Bottom Trawling Ropes
       * HDPE Fibre Ropes
       * Eight Strand Fibre Ropes
       * Trawl Netting
       * Trawl Chain & Components
       * Hooks Blocks & Floats
   * Wire Rope & Fittings
       
     * Crane Ropes
       * Rotation Resistant Crane Ropes
       * Dyform Ropes
       * Non-Compacted Crane Ropes
     * Fishing Ropes
       * Trawl Warps
       * Purse Wires
       * Torque Resistant Trawl Warps
       * Bottom Trawl Ropes
     * Forestry Ropes
       * Swaged Forestry Ropes
       * Dyform Forestry Ropes
       * Non-Compacted Forestry Ropes
     * Specialist Ropes
       * Elevator Ropes
       * Zipline Ropes
       * Road Barrier Ropes
     * Small Cord & Strand
       * Irrigator Ropes
       * Galvanised & Stainless Steel Small Cord
       * Galvanised Strand
     * End Terminations
       * Wire Rope Thimbles
       * Wire Rope Sockets
       * Wirelock
     * Wire Rope Accessories & Fittings
       * Wire Rope Grips
       * Rigging Screws and Turnbuckles
       * Rigging Tools
       * Cable Socks
       * Wire Rope Lubricant
   * Fibre Rope
       
     * Poly Ropes
       * Polypropylene Ropes
       * Mussel Ropes
       * Anchor Warps
       * Polyester Ropes
     * HMPE Ropes
       * Dyneema
       * Other
     * Nylon & Natural Fibre Ropes
       * Nylon Ropes
       * Nylon Anchor Packs
       * Manila Rope
     * Braids & Twine
       * Fineline Braids
       * Fishing Braids
       * Twine
   * Transport
       
     * Tiedowns
       * Commercial Tiedowns
       * Light Duty Tiedowns
       * Webbing Buckles and Components
       * Webbing
     * Lashing Chains & Fittings
       * Lashing Chains Hooks and Sets
       * Load Binders
       * Chain Corner Protectors and Flags
       * Heavy Transport Lashing Equipment
     * Towing & Recovery
       * Towing
       * Recovery
       * Four Wheel Drive 4WD
   * On Sale
       
     * Buy X get Y
     * Fibre rope sale
 * Knowledge Center
     
   * Video Zone
   * Resources
       
     * Catalogues
     * Brochures
     * How To/Training Guides
     * Articles
     * Product Guides
     * Posters and Wall Charts
   * FAQ
 * About Cookes
   Our locations History Our Partner brands Legal information A Bekaert company
 * Services
     
   * Testing & Inspection Services
       
     * Testing & Inspection of Height Safety Equipment
     * Testing & Inspection of Temporary and Permanent Height Safety Solutions
     * Testing & Inspection of Lifting Chains Transport Chains & Hardware
     * Testing & Inspection of synthetic lifting slings
     * Testing & Inspection of Wire Ropes & Fittings
     * Testing & Inspection of Fibre ropes
   * Height Safety System Installations
       
     * Permanent fixed Height Safety Installations
     * Temporary Height Safety Installations
   * Non-Destructive Evaluation
       
     * Wire Rope NDT
     * Fibre Rope NDT
   * Rigging Services
       
     * Rigging of chains & fittings
     * Wire Rope Rigging
     * Fibre Rope Rigging
     * Load Testing
   * Load Monitoring & Measurement
       
     * Load Cells
   * Net Manufacture
       
     * Fishing nets
     * Aquaculture nets
     * Recreational nets
   * Bespoke Webbing
       
     * Lifting Slings
     * Bespoke Transport Webbing
 * BriCert

   My Account
 * My Account
 * User Overview
 * My Orders
 * My Favorites
 * Logout

Login / Sign up Contact Us


WHICH LOCATION ARE YOU BUYING FOR?

If you already have items in your cart, changing companies might affect cart
prices and quantities.



cancel
Choose Company


GET IN TOUCH WITH COOKES


YOUR PERSONAL DETAILS

Talk to a Specialist

Please ensure you have provided your phone number so we can reach you

Gender
Male
Female
Do not wish to disclose

First Name
Please fill First Name
Only Alphabets and Special Characters (. , -) are permitted to a max of 255
characters
Last Name
Please fill Last Name
Only Alphabets and Special Characters (. , -) are permitted to a max of 255
characters
Company Name

Only Alphabets and Special Characters (. , -) are permitted to a max of 255
characters
Phone Number
Phone number is required
Email
Please provide a correct email address


YOUR MESSAGE TO US

How can we help you?
How can we help you Technical Customer Service Finance,General/Other Services
Request Credit Account
Please select an option from the list
Can you give us some additional information?
Select Service that you require Testing & Inspection of lifting equipment NDE
(Non Destructive Examination) Load Monitoring & Measurement Wire rope or rigging
Height Safety Installation Bespoke Webbing Manufacture Net Manufacture Other

Can you give us some additional information?
Select the type of Business Sole Trader Partnership Limited Company Trust Other
Please select Business Type
Legal Name
Please fill Legal Name
Only Alphabets and Special Characters (. , -) are permitted to a max of 255
characters
Trading Name
Please fill Trading name
Only Alphabets and Special Characters (. , -) are permitted to a max of 255
characters
Company Number
Please fill Company Number
Date of Registration
Please fill Date of Company Registration
NZBN
Please fill NZBN
Nature of Business
Please fill Nature of Business
Delivery Address
Please fill Delivery Address
Only Alphabets, Numbers and special characters (#,./-) are permitted to a max of
255 characters
Post code
Please fill Postcode
Postal Address
Please fill Postal Address
Only Alphabets, Numbers and special characters (#,./-) are permitted to a max of
255 characters
Phone number
Please fill Telephone
Please provide the valid phone number
Accounts Email
Please fill Accounts Email
Please provide a correct email address
Estimated Annual Spend
Please fill Estimated Annual Spend


FULL NAME OF PARTNERS (IF PARTNERSHIP) OR DIRECTORS (IF A LIMITED COMPANY)

Full Name
Please fill Full Name
Date of Birth
Please fill Date of Birth
Home Address
Please fill Home Address
Contact Number
Please fill Contact No
Please provide the valid phone number
Full Name
Please fill Full Name
Date of Birth
Please fill Date of Birth
Home Address
Please fill Home Address
Contact Number
Please fill Contact No
Please provide the valid phone number


TRADE REFERENCES

Excluding credit cards, Fuel Suppliers, Landlord, Power & Phone Accounts

Name
Please fill name
Only Alphabets and Special Characters (. , -) are permitted to a max of 255
characters
Phone No.
Please fill Phone No.
Please provide the valid phone number
Name
Please fill name
Only Alphabets and Special Characters (. , -) are permitted to a max of 255
characters
Phone No.
Please fill Phone No.
Please provide the valid phone number
Name
Please fill name
Only Alphabets and Special Characters (. , -) are permitted to a max of 255
characters
Phone No.
Please fill Phone No.
Please provide the valid phone number

By submitting this form I certify that the above information is true and correct
and that I am authorised to make this application for credit. In accordance with
the Privacy Act (1993) I authorise any person or company to give information as
may be required in response to credit enquiries. I have read and understood
the general terms and conditions of trade of Bridon New Zealand Ltd which form
part of, and are intended to be read in conjunction with this credit application
and agree to be bound by these conditions.

After this form is submitted Cookes will send through further information to
finalise the arrangement of a credit facility, this may include requests for
further information and or a contract to be signed and returned.

I have read and understood the Terms and Conditions of Trade.

This is a required field
Tell us why you want to contact us
Please provide a message for us to help you better
750 characters left
Upload Attachments
Upload Attachments

This file type is not supported, please try another format
File size exceeds 60 MB



File Type Supported:

.pdf, .png, .jpg, .jpeg.
Size: less than 50MB
Max: up to 5 files

File name should not contain special characters other than "-" and "_".


CAN YOU GIVE US SOME ADDITIONAL INFORMATION?

Product Type
Orders
Select order
Please select an option from the list
Please provide the order
I would like to receive communication from Cookes Be in the know! Sign-up to
receive the latest in industry leading knowledge, new products, insider specials
- plus a few surprises. You can unsubscribe at any time and don't worry, we
won't sell or rent your private information to any third-party.

Reset Submit
Server Error

EMAIL ID ALREADY REGISTERED

The email address you have entered is already registered.Please login to submit
the form



Login To Proceed

Are you sure you want to remove the attached file ?

No Yes
 * 
 * * Follow us on
   * 
   * 
   * 
   * 

 * Terms and Conditions
 * Privacy Policy
 * Cookie Policy

 * Copyright © 2023 Bekaert. All rights reserved.

 * 
 * 
 * 

Chat with us, powered by LiveChat

Our website uses cookies. You can disable these cookies any time except strictly
necessary cookies. If you want to change your preferences, click on “Cookies
Settings”. By continuing, you are agreeing to ourBekaert Cookie Policy

Cookies Settings Accept All Cookies