www.accu.co.uk Open in urlscan Pro
172.67.11.136  Public Scan

Submitted URL: https://email.mailer.accu.co.uk/c/eJwkzEFuxCAMAMDXwG0jYwikBw698A8w9m7ULokSKN-vqj5gpsaVrXjN0QTcwGMwQb-iuNVB9QJWDHxYA5tggVrs6qthZ_...
Effective URL: https://www.accu.co.uk/p/27-custom-manufacture
Submission: On October 07 via manual from IN — Scanned from DE

Form analysis 10 forms found in the DOM

<form @submit.prevent="window.location.href = submitUrl + urlEncodeSearch">
  <div class="flex items-center">
    <div class="flex-grow">
      <label>
        <div class="flex relative items-stretch">
          <input type="text" required="" class="w-full rounded-r-none text-black border-none focus:shadow-none focus:outline-none focus:border-transparent focus:ring-0 !rounded-r-none"
            @click="decideToShow($event); $nextTick(() => $refs.searchInput.focus())" @input.debounce.250="performSearch($event)" x-model="query" @input="loading = true" placeholder="Find Components By Size, Material, Type or Feature">
          <div class=" cursor-pointer z-40 self-center mr-4 transition bg-gray-100 hover:bg-gray-200 absolute right-0 w-5 h-5" @click="
                                    $dispatch('gtmdata', {
                                        'event': 'gtm_clear_search',
                                        'payload': {
                                            'search_query' : query,
                                        },
                                    })
                                query=''; resetStats()" x-show="query != ''" style="display: none;">
            <svg class="w-full h-full" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 100 100">
              <path d="m53.6 50 24-24.1h-7.1L52.3 44.2zM50 46.5 29.5 25.9h-7.1L46.5 50 22.4 74.1h7.1L50 53.6l20.5 20.5h7.1L53.5 50z"></path>
            </svg>
          </div>
        </div>
      </label>
    </div>
    <div>
      <button class="bg-accu-orange px-4 py-2 text-white inline-flex items-center rounded-r-md" title="Search">
        <svg class="w-6 h-6" x-show="!loading" stroke="currentColor" viewBox="0 0 19 19" xmlns="http://www.w3.org/2000/svg">
          <g fill="#fff">
            <path d="m10.9 11.5 1-.7 5.1 7-1 .7z"></path>
            <path
              d="m8.2 12.8c-1.9 0-3.8-.9-5-2.6-2-2.8-1.3-6.6 1.4-8.6 1.3-1 3-1.3 4.6-1.1 1.6.3 3.1 1.1 4 2.5 1 1.3 1.3 2.9 1.1 4.6-.3 1.6-1.2 3-2.5 4-1.1.8-2.4 1.2-3.6 1.2zm0-11.1c-1 0-2 .3-2.9.9-2.2 1.6-2.8 4.7-1.2 6.9s4.7 2.7 6.9 1.1c1.1-.8 1.8-1.9 2-3.2s-.1-2.6-.9-3.7c-.7-1-1.8-1.7-3.1-1.9-.3 0-.6-.1-.8-.1z">
            </path>
          </g>
        </svg>
        <div class="loadingSpinner loading-spinner-sm ease-linear rounded-full border-white-200 !border-t-transparent h-6 w-6" x-show="loading" style="display: none;"></div>
      </button>
    </div>
  </div>
</form>

<form class="md:hidden" @submit.prevent="window.location.href = submitUrl + urlEncodeSearch">
  <div class="flex relative items-stretch border-b">
    <div class="cursor-pointer z-50 absolute top-0 left-0 p-1 h-full w-10 flex items-center justify-center" @click="$dispatch('hide-search')">
      <svg class="fill-current text-black w-6 h-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
        <path stroke-linecap="round" stroke-linejoin="round" d="M7 16l-4-4m0 0l4-4m-4 4h18"></path>
      </svg>
    </div>
    <input type="text" x-ref="searchInput" id="searchInput" required="" autocomplete="off"
      class="ml-10 flex-grow w-full rounded-r-none rounded-l-none text-black border-none py-4 h-full focus:shadow-none focus:outline-none focus:border-transparent focus:ring-0" @click="decideToShow($event)" @input.debounce.250="performSearch($event)"
      @input="loading = true" x-model="query" placeholder="Find Components...">
    <div class="hidden cursor-pointer z-50 self-center mr-4 bg-gray-200 p-1" @click="query=''; performSearch($event); $refs.searchInput.focus()" :class="{ 'hidden' : query == ''}">
      <svg class="fill-current text-black w-4 h-4" viewBox="0 0 24 24" stroke="currentColor">
        <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path>
      </svg>
    </div>
    <button class="bg-accu-orange px-4 py-2 text-white flex items-center" title="Search">
      <svg class="w-6 h-6" x-show="!loading" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
        <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path>
      </svg>
      <div class="loadingSpinner loading-spinner-sm ease-linear rounded-full border-white-200 !border-t-transparent h-6 w-6" x-show="loading" style="display: none;"></div>
    </button>
  </div>
</form>

<form @submit.prevent="window.location.href = submitUrl + urlEncodeSearch">
  <div class="flex items-center">
    <div class="flex-grow">
      <label>
        <div class="flex relative items-stretch">
          <input type="text" required="" class="w-full rounded-r-none text-black border-none focus:shadow-none focus:outline-none focus:border-transparent focus:ring-0 !rounded-r-none"
            @click="decideToShow($event); $nextTick(() => $refs.searchInput.focus())" @input.debounce.250="performSearch($event)" x-model="query" @input="loading = true" placeholder="Find Components By Size, Material, Type or Feature">
          <div class=" cursor-pointer z-40 self-center mr-4 transition bg-gray-100 hover:bg-gray-200 absolute right-0 w-5 h-5" @click="
                                    $dispatch('gtmdata', {
                                        'event': 'gtm_clear_search',
                                        'payload': {
                                            'search_query' : query,
                                        },
                                    })
                                query=''; resetStats()" x-show="query != ''" style="display: none;">
            <svg class="w-full h-full" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 100 100">
              <path d="m53.6 50 24-24.1h-7.1L52.3 44.2zM50 46.5 29.5 25.9h-7.1L46.5 50 22.4 74.1h7.1L50 53.6l20.5 20.5h7.1L53.5 50z"></path>
            </svg>
          </div>
        </div>
      </label>
    </div>
    <div>
      <button class="bg-accu-orange px-4 py-2 text-white inline-flex items-center rounded-r-md" title="Search">
        <svg class="w-6 h-6" x-show="!loading" stroke="currentColor" viewBox="0 0 19 19" xmlns="http://www.w3.org/2000/svg">
          <g fill="#fff">
            <path d="m10.9 11.5 1-.7 5.1 7-1 .7z"></path>
            <path
              d="m8.2 12.8c-1.9 0-3.8-.9-5-2.6-2-2.8-1.3-6.6 1.4-8.6 1.3-1 3-1.3 4.6-1.1 1.6.3 3.1 1.1 4 2.5 1 1.3 1.3 2.9 1.1 4.6-.3 1.6-1.2 3-2.5 4-1.1.8-2.4 1.2-3.6 1.2zm0-11.1c-1 0-2 .3-2.9.9-2.2 1.6-2.8 4.7-1.2 6.9s4.7 2.7 6.9 1.1c1.1-.8 1.8-1.9 2-3.2s-.1-2.6-.9-3.7c-.7-1-1.8-1.7-3.1-1.9-.3 0-.6-.1-.8-.1z">
            </path>
          </g>
        </svg>
        <div class="loadingSpinner loading-spinner-sm ease-linear rounded-full border-white-200 !border-t-transparent h-6 w-6" x-show="loading" style="display: none;"></div>
      </button>
    </div>
  </div>
</form>

<form class="md:hidden" @submit.prevent="window.location.href = submitUrl + urlEncodeSearch">
  <div class="flex relative items-stretch border-b">
    <div class="cursor-pointer z-50 absolute top-0 left-0 p-1 h-full w-10 flex items-center justify-center" @click="$dispatch('hide-search')">
      <svg class="fill-current text-black w-6 h-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
        <path stroke-linecap="round" stroke-linejoin="round" d="M7 16l-4-4m0 0l4-4m-4 4h18"></path>
      </svg>
    </div>
    <input type="text" x-ref="searchInput" id="searchInput" required="" autocomplete="off"
      class="ml-10 flex-grow w-full rounded-r-none rounded-l-none text-black border-none py-4 h-full focus:shadow-none focus:outline-none focus:border-transparent focus:ring-0" @click="decideToShow($event)" @input.debounce.250="performSearch($event)"
      @input="loading = true" x-model="query" placeholder="Find Components...">
    <div class="hidden cursor-pointer z-50 self-center mr-4 bg-gray-200 p-1" @click="query=''; performSearch($event); $refs.searchInput.focus()" :class="{ 'hidden' : query == ''}">
      <svg class="fill-current text-black w-4 h-4" viewBox="0 0 24 24" stroke="currentColor">
        <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path>
      </svg>
    </div>
    <button class="bg-accu-orange px-4 py-2 text-white flex items-center" title="Search">
      <svg class="w-6 h-6" x-show="!loading" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
        <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path>
      </svg>
      <div class="loadingSpinner loading-spinner-sm ease-linear rounded-full border-white-200 !border-t-transparent h-6 w-6" x-show="loading" style="display: none;"></div>
    </button>
  </div>
</form>

<form @submit.prevent="if(!product.quantity) { product.quantity = product.minimal_quantity }; $dispatch('add-to-cart', {
                                products: [ {
                                    productId: product.id_product,
                                    quantity: product.quantity,
                                    additive: false,
                                    productDetails: {
                                        name: product.name,
                                        reference: product.reference,
                                        priceUnitExTax: product.price,
                                        categoryId: product.id_category_default,
                                        position: index,
                                    }
                                } ],
                                fromPage: 'Cart Pop-Out',
                                cartAction: (product.originalQty > product.quantity) ? 'remove' : 'add',
                                quantityChange: (product.originalQty > product.quantity) ?  product.originalQty - product.quantity : product.quantity - product.originalQty,
                                blockOverlay: true
                            } ); document.getElementById('cart-item-' + index).classList.add('invisible');">
  <div class="flex items-center mt-2">
    <input @input="document.getElementById('cart-item-' + index).classList.remove('invisible')" class="text-sm lg:text-lg h-8 lg:h-10 w-20 lg:w-24" type="number" :min="product.minimal_quantity" x-model="product.quantity" :disabled="loading">
    <span class="flex-grow">
      <span class="text flex items-center">
        <span class="mx-2">
          <svg class="w-4 h-4" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path>
          </svg>
        </span>
        <span>
          <template x-if="product.base_price_formatted !== product.price_formatted">
            <span class="block line-through text-xs text-gray-500" x-text="product.base_price_formatted"></span>
          </template>
          <span class="text-xs md:text-sm" x-text="product.price_formatted"></span>
        </span>
        <span class="mx-2">
          <svg class="w-4 h-4" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 384 512">
            <path d="M376 304H8c-4.42 0-8 3.58-8 8v32c0 4.42 3.58 8 8 8h368c4.42 0 8-3.58 8-8v-32c0-4.42-3.58-8-8-8zm0-144H8c-4.42 0-8 3.58-8 8v32c0 4.42 3.58 8 8 8h368c4.42 0 8-3.58 8-8v-32c0-4.42-3.58-8-8-8z">
            </path>
          </svg>
        </span>
        <span class="text-lg text-accu-darker font-bold" x-text="product.total_price_formatted"></span>
      </span>
    </span>
  </div>
  <button type="submit" :id="'cart-item-' + index" class="text-xs text-accu-light underline ml-6 cursor-pointer invisible font-bold">Update</button>
</form>

<form @submit.prevent="$dispatch('add-to-cart', {
                    products: [ {
                        productId: product.id_product,
                        quantity: quantity,
                        additive: true,
                        productDetails: {
                            name: product.name,
                            reference: product.reference,
                            priceUnitExTax: product.price,
                            categoryId: product.id_category_default,
                            position: index,
                        }
                    } ],
                    fromPage:  'Basket Popup Recommendations' ,
                    cartAction: 'add'
                } )">
  <div class="flex h-8">
    <label>
      <input class="w-full h-full rounded-r-none" type="number" @focus="qtyChanged = true" @change="(minimum > quantity) ? () => { quantity = minimum; showMinimumReachedError(minimum) } : null" @input="reactToQuantityUpdate()"
        x-model.number="quantity" maxlength="6" name="qty" aria-label="quantity">
    </label>
    <button x-data="{ loading: false }" aria-label="Add to cart" @click="loading = true" @cart-updated.window="loading = false" type="submit" name="Submit" class="btn btn-sm rounded-l-none">
      <span class="h-10 w-10" x-show="!loading">
        <svg class="w-full h-full" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 30 23">
          <path d="M29.7 4.1h-2.1l-5.3 9.2H11.5L6.2 4.1 1.4 2.3.5 3.8l4.3 1.6 5.4 9.4 1.9 3.5h10.5v-1.8h-9.4l-.7-1.2h10.8z"></path>
          <path class="text-accu-green"
            d="M11.5 16.4c-1.6 0-3 1.3-3 3 0 1.6 1.3 3 3 3 1.6 0 3-1.3 3-3-.1-1.7-1.4-3-3-3zm0 1.8c.6 0 1.1.5 1.1 1.1s-.5 1.1-1.1 1.1-1.1-.5-1.1-1.1c-.1-.6.4-1.1 1.1-1.1zM23 16.4c-1.6 0-3 1.3-3 3 0 1.6 1.3 3 3 3s3-1.3 3-3c-.1-1.7-1.4-3-3-3zm0 1.8c.6 0 1.1.5 1.1 1.1s-.5 1.1-1.1 1.1-1.1-.5-1.1-1.1.5-1.1 1.1-1.1z">
          </path>
          <path class="transition group-hover:scale-125 origin-center" d="M17.2 5.6h4.7l-.7-.7h-3.5zm-.1-.7v-4l-.7-.7v4.7h-4.7l.7.7h4v4l.7.7V5.6z"></path>
        </svg>
      </span>
      <div class="loadingSpinner loading-spinner-sm ease-linear rounded-full border-gray-200 h-5 w-5" x-cloak="" x-show="loading"></div>
    </button>
  </div>
</form>

<form>
  <div class="flex gap-4 text-sm">
    <input class="w-full h-full cursor-not-allowed" type="number" :value="product.quantity" disabled="">
    <button type="button" class="btn btn-sm h-10 bg-accu-success hover:bg-accu-success whitespace-nowrap cursor-not-allowed sm:w-1/2"> Added </button>
  </div>
</form>

<form @submit.prevent="$dispatch('add-to-cart', {
                    products: [ {
                        productId: product.id_product,
                        quantity: quantity,
                        additive: true,
                        productDetails: {
                            name: product.name,
                            reference: product.reference,
                            priceUnitExTax: product.price,
                            categoryId: product.id_category_default,
                            position: index,
                        }
                    } ],
                    fromPage:  'Basket Popup Recommendations' ,
                    cartAction: 'add'
                } )">
  <div class="flex h-8">
    <label>
      <input class="w-full h-full rounded-r-none" type="number" @focus="qtyChanged = true" @change="(minimum > quantity) ? () => { quantity = minimum; showMinimumReachedError(minimum) } : null" @input="reactToQuantityUpdate()"
        x-model.number="quantity" maxlength="6" name="qty" aria-label="quantity">
    </label>
    <button x-data="{ loading: false }" aria-label="Add to cart" @click="loading = true" @cart-updated.window="loading = false" type="submit" name="Submit" class="btn btn-sm rounded-l-none">
      <span class="h-10 w-10" x-show="!loading">
        <svg class="w-full h-full" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 30 23">
          <path d="M29.7 4.1h-2.1l-5.3 9.2H11.5L6.2 4.1 1.4 2.3.5 3.8l4.3 1.6 5.4 9.4 1.9 3.5h10.5v-1.8h-9.4l-.7-1.2h10.8z"></path>
          <path class="text-accu-green"
            d="M11.5 16.4c-1.6 0-3 1.3-3 3 0 1.6 1.3 3 3 3 1.6 0 3-1.3 3-3-.1-1.7-1.4-3-3-3zm0 1.8c.6 0 1.1.5 1.1 1.1s-.5 1.1-1.1 1.1-1.1-.5-1.1-1.1c-.1-.6.4-1.1 1.1-1.1zM23 16.4c-1.6 0-3 1.3-3 3 0 1.6 1.3 3 3 3s3-1.3 3-3c-.1-1.7-1.4-3-3-3zm0 1.8c.6 0 1.1.5 1.1 1.1s-.5 1.1-1.1 1.1-1.1-.5-1.1-1.1.5-1.1 1.1-1.1z">
          </path>
          <path class="transition group-hover:scale-125 origin-center" d="M17.2 5.6h4.7l-.7-.7h-3.5zm-.1-.7v-4l-.7-.7v4.7h-4.7l.7.7h4v4l.7.7V5.6z"></path>
        </svg>
      </span>
      <div class="loadingSpinner loading-spinner-sm ease-linear rounded-full border-gray-200 h-5 w-5" x-cloak="" x-show="loading"></div>
    </button>
  </div>
</form>

Name: contact-formPOST

<form action="" :class="{ 'hidden' : successfulSubmission}" method="post" class="" @submit.prevent="submitForm" id="contact-form" name="contact-form">
  <fieldset>
    <h2 class="text-md font-bold my-5 mb-4">We Just Need A Few Details</h2>
    <div class="bg-green-100  text-green-900 p-2 shadow hidden flex items-center mb-3" :class="{ 'hidden' : !successfulSubmission }" role="alert">
      <svg xmlns="http://www.w3.org/2000/svg" class="h-8 w-8 mr-1 text-accu-success" fill="none" viewBox="0 0 24 24" stroke="currentColor">
        <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"></path>
      </svg>
      <p class="text-sm">Form submitted successfully</p>
    </div>
    <div class="flex space-x-4 hidden" :class="{ 'hidden': hasError('nonFieldErrors') === false}">
      <div class="bg-red-100 p-2 shadow text-red-900 mb-3 flex items-center">
        <div>
          <svg class="w-8 h-8 mr-1" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4m0 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
          </svg>
        </div>
        <div class="flex-grow text-sm">
          <p class="error" x-text="errors.nonFieldErrors"></p>
        </div>
      </div>
    </div>
    <div class="flex space-x-4">
      <div class="flex flex-col flex-1">
        <label class="block" for="name">Name</label>
        <label class="block mb-4">
          <input class="w-full mt-1" :class="{ 'error border-red-600' : hasError('name') }" type="text" name="name" required="true" aria-required="true" x-model="name">
          <span class="hidden text-red-600 text-xs" :class="{ 'hidden' : !hasError('name') }" x-text="errors.name"></span>
        </label>
      </div>
    </div>
    <div class="flex space-x-4">
      <div class="flex flex-col flex-1">
        <label class="block" for="email">E-mail</label>
        <label class="block mb-4">
          <input class="w-full mt-1" :class="{ 'error border-red-600' : hasError('email') }" type="email" name="email" x-model="email" required="true" aria-required="true">
          <span class="hidden text-red-600 text-xs" :class="{ 'hidden' : !hasError('email') }" x-text="errors.email"></span>
        </label>
      </div>
    </div>
    <div class="flex space-x-4">
      <div class="flex flex-col flex-1">
        <label class="block" for="subject">Subject / Order Number</label>
        <label class="block mb-4">
          <input class="w-full mt-1" :class="{ 'error border-red-600' : hasError('subject') }" type="text" name="subject" x-model="subject" required="true" aria-required="true" minlength="3">
          <span class="hidden text-red-600 text-xs" :class="{ 'hidden' : !hasError('subject') }" x-text="errors.subject"></span>
        </label>
      </div>
    </div>
    <div class="flex space-x-4">
      <div class="flex flex-col flex-1">
        <label class="block" for="message">Message</label>
        <label class="block mb-4">
          <textarea class="w-full mt-1" :class="{ 'error border-red-600' : hasError('message') }" maxlength="1000" minlength="10" rows="4" name="message" x-model="message" type="text" required="true" aria-required="true"></textarea>
          <span class="hidden text-red-600 text-xs" :class="{ 'hidden' : !hasError('message') }" x-text="errors.message"></span>
        </label>
      </div>
    </div>
    <div class="mb-4">
      <label class="captcha-disclaimer text-sm leading-3"> This site is protected by reCAPTCHA and the Google <a href="https://policies.google.com/privacy" class="no-underline text-accu-default font-bold">Privacy Policy</a> and
        <a href="https://policies.google.com/terms" class="no-underline text-accu-default font-bold">Terms of Service</a> apply. </label>
    </div>
  </fieldset>
  <div class="flex justify-end pt-2">
    <button type="submit" :disabled="submitting" class="btn btn-lg" @click="$dispatch('gtmdata', {
                                    'event': 'gtm_submit_contact_form_click',
                                })"> Submit <svg class="w-6 h-6 ml-2" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
        <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 8l4 4m0 0l-4 4m4-4H3"></path>
      </svg>
    </button>
  </div>
</form>

Name: report-website-issue-formPOST #

<form action="#" method="post" @submit.prevent="submitForm" id="bug-modal-form" name="report-website-issue-form">
  <div class="flex relative p-8">
    <div class="cursor-pointer z-50 absolute top-2 right-2 transition hover:text-accu-light" @click="$store.general.showBugModal = false, $store.general.showOverlay = false">
      <svg class="w-10 h-10" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 100 100">
        <path d="m53.6 50 24-24.1h-7.1L52.3 44.2zM50 46.5 29.5 25.9h-7.1L46.5 50 22.4 74.1h7.1L50 53.6l20.5 20.5h7.1L53.5 50z"></path>
      </svg>
    </div>
    <div class="flex flex-col">
      <div class="flex pb-3">
        <p class="text-xl font-bold">Report A Website Issue.</p>
      </div>
      <div class="bg-green-100 text-green-900 p-2 shadow hidden items-center mb-3" :class="{ 'hidden' : !successfulSubmission }" role="alert">
        <svg xmlns="http://www.w3.org/2000/svg" class="h-8 w-8 mr-1 text-accu-success" fill="none" viewBox="0 0 24 24" stroke="currentColor">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"></path>
        </svg>
        <p class="text-sm">Form submitted successfully</p>
      </div>
      <div class="flex space-x-4 hidden" :class="{ 'hidden': hasError('nonFieldErrors') === false}">
        <div class=" bg-red-100 p-2 shadow text-red-900 mb-3 flex items-center">
          <div>
            <svg class="w-8 h-8 mr-1" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
              <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4m0 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
            </svg>
          </div>
          <div class="flex-grow text-sm">
            <p class="error" x-text="errors.nonFieldErrors"></p>
          </div>
        </div>
      </div>
      <div class="flex space-x-4 mb-5">
        <div class="flex flex-col flex-1">
          <label class="block"> Tell us about your problem <textarea class="w-full h-52 mt-1" :class="{ 'error border-red-600' : hasError('bug') }" type="text" name="bug" x-model="bug" required=""></textarea>
          </label>
          <span class="hidden text-red-600 text-xs mt-1" :class="{ 'hidden' : !hasError('bug') }" x-text="errors.bug"></span>
        </div>
      </div>
      <div class="flex space-x-4">
        <div class="flex flex-col flex-1">
          <label class="block mb-1"> Email Address (so we can let you know when it's fixed) <input class="w-full mt-1" :class="{ 'error border-red-600' : hasError('email') }" type="text" name="email" x-model="email" placeholder="Optional">
          </label>
          <span class="hidden text-red-600 text-xs mb-4" :class="{ 'hidden' : !hasError('email') }" x-text="errors.email"></span>
        </div>
      </div>
      <div class="mb-4 mt-4">
        <label class="captcha-disclaimer text-sm leading-3"> This site is protected by reCAPTCHA and the Google <a href="https://policies.google.com/privacy" class="no-underline text-accu-default font-bold">Privacy Policy</a> and
          <a href="https://policies.google.com/terms" class="no-underline text-accu-default font-bold">Terms of Service</a> apply. </label>
      </div>
      <div class="flex justify-end">
        <button :disabled="submitting" class="btn btn-lg gap-2" @click="$dispatch('gtmdata', {
                                'event': 'gtm_submit_website_issue_click',
                            })"> Submit <span x-show="!submitting" class="w-6 h-6"><svg xmlns="http://www.w3.org/2000/svg" class="w-full h-full relative transition-transform will-change-transform group-hover:translate-x-[10%]" viewBox="0 0 38 27"
              fill="none" stroke="currentColor">
              <path d="M0 13.5305H23.572" stroke-width="2"></path>
              <path fill-rule="evenodd" clip-rule="evenodd" d="M23.5728 3L36 13.4998L23.5728 23.9996V3Z" stroke-width="2"></path>
            </svg>
          </span>
          <div class="loadingSpinner loading-spinner-sm ease-linear rounded-full border-white h-6 w-6" x-show="submitting" style="display: none;"></div>
        </button><button>
        </button>
      </div>
    </div>
  </div>
</form>

Text Content

Components (0) Categories (0) Help Hub (0)
Components (0)
View all results.
Purchased


Categories (0)
View all results.

Help Hub (0)
View all results.

Searching...
Sorry, we couldn't find anything for that search. Try Another Search
Recent Searches.
Clear

0 components found for . View all results.
GBP
Sign In

Hello, !

Account
 * Your Summary
 * Order Tracker
 * Quotation Tracker
 * Personal Information
 * Addresses
 * Log Out



All Components

Custom Manufacture

Help Hub

Order Tracker

News
01484 937010

Need Help? Chat With Us

All Components
Components (0) Categories (0) Help Hub (0)
Components (0)
View all results.
Purchased


Categories (0)
View all results.

Help Hub (0)
View all results.

Searching...
Sorry, we couldn't find anything for that search. Try Another Search
Recent Searches.
Clear

0 components found for . View all results.
Sign In

Hello, !

Account
 * Your Summary
 * Order Tracker
 * Quotation Tracker
 * Personal Information
 * Addresses
 * Log Out


All Components

Your project starts here. Back Back










Account Custom Manufacture Help Hub News
GBP 01484 937010
Total  (Inc VAT: )  (Exc VAT)

Go To Cart

Continue Shopping Continue Shopping
Components.

Show Tax In Total

Update
It's prime for engineers.


COMPLETE YOUR PROJECT WITH THESE RECOMMENDATIONS.

Express Made To Order

/ Each

Discontinued
Find Alternatives


OUT OF STOCK

Available Offline
Get A Quote
We Checked Your Cart...

IT'S EMPTY.

Your next project starts here.
We Checked Your Cart...

IT'S EMPTY.

Your next project starts here.

Component Added To Cart.

/ Each
Added
Go To Cart

Go To Cart

CHECKOUT SECURELY Continue Shopping
Get Free Express Delivery With AccuPro. It's prime for engineers.


COMPLETE YOUR PROJECT WITH THESE RECOMMENDATIONS.

Express Made To Order

/ Each

Discontinued
Find Alternatives


OUT OF STOCK

Available Offline
Get A Quote

750 Million Components Sold.
Excellent 4.8 out of 5.

24/7 Customer Support.

Fast Worldwide Delivery.

Custom Manufacturing Service


UNLEASH
MORE INNOVATION.


Secure success with our tailor-made fasteners, perfectly engineered to your
specifications.

GET A QUOTE

1 About You.
2 About Your Product.
3 About Your Application.
Step 1/3 A few details about you.
Full Name  
Business Phone Number  
Business Email  
Delivery Country Afghanistan Albania Algeria American Samoa Andorra Angola
Anguilla Antigua and Barbuda Argentina Armenia Aruba Australia Austria
Azerbaijan Bahamas Bahrain Bangladesh Barbados Belarus Belgium Belize Benin
Bermuda Bolivia Bosnia and Herzegovina Botswana Brazil Brunei Bulgaria Burkina
Faso Burundi Cambodia Cameroon Canada Cape Verde Cayman Islands Central African
Republic Chad Chile Colombia Comoros Congo, Dem. Republic Congo, Republic Costa
Rica Croatia Cyprus Czech Republic Denmark Djibouti Dominica Dominican Republic
Ecuador Egypt El Salvador Equatorial Guinea Eritrea Estonia Ethiopia Faroe
Islands Finland France French Guiana Gabon Gambia Georgia Germany Ghana
Gibraltar Greece Greenland Grenada Guadeloupe Guam Guatemala Guernsey Guinea
Guinea-Bissau Guyana Haiti Honduras Hong Kong Hungary Iceland India Indonesia
Iraq Ireland Israel Italy Ivory Coast Jamaica Japan Jersey Jordan Kazakhstan
Kenya Kuwait Kyrgyzstan Laos Latvia Lebanon Lesotho Liberia Libya Liechtenstein
Lithuania Luxemburg Macau Macedonia Madagascar Malawi Malaysia Maldives Mali
Malta Martinique Mauritania Mauritius Mayotte Mexico Moldova Monaco Mongolia
Montenegro Montserrat Morocco Mozambique Namibia Nepal Netherlands Netherlands
Antilles New Caledonia New Zealand Nicaragua Niger Nigeria Norfolk Island
Northern Mariana Islands Norway Oman Pakistan Panama Paraguay Peru Philippines
Poland Portugal Puerto Rico Qatar Reunion Island Romania Rwanda Saint Kitts and
Nevis Saint Lucia Saint Vincent and the Grenadines Samoa San Marino Saudi Arabia
Senegal Serbia Seychelles Sierra Leone Singapore Slovakia Slovenia South Africa
South Korea Spain Sri Lanka Suriname Swaziland Sweden Switzerland Taiwan
Tajikistan Tanzania Thailand Togo Trinidad and Tobago Tunisia Turkey
Turkmenistan Turks and Caicos Islands Uganda United Arab Emirates United Kingdom
United States Uruguay Uzbekistan Vatican City State Venezuela Vietnam Virgin
Islands (British) Virgin Islands (U.S.) Yemen Zambia Zimbabwe  
About Your Product

Step 2/3 Tell us about your project.
The more you can tell us the better.
Description  
Quantity  
Materials
Materials Please add any material grade in the description

Stainless Steel
Stainless Steel - A2 / 304
Stainless Steel - A4 / 316
Aluminium
Brass
Nylon
Peek
Phosphor Bronze
Steel Mild
Steel Hardened
Titanium
 
Tolerances
Tolerances Our standard range provide a general tolerance of ±0.13mm . But ±5
microns is achievable depending on requirements.
 
File Upload (max 20MB per file)
Upload a file or drag and drop. Supports jpg, jpeg, png, pdf, dwg, step, iges,
stl, dxf, dgn, sldprt, sldasm, x_t, iam, ipt, skp...


Back To About You About Your Application

Step 3/3 Tell us about your application.
The more you can tell us the better.
Industry Please Select.. AerospaceAutomotiveMotorsportsConstruction &
buildingHeavy
machineryDefenceMilitarySecurityDistributionManufacturingElectrical
engineeringElectronicsTelecomEnergyEnvironmentalOil &
gasMarineScienceMedicalLife sciencesProstheticsRobotics3D PrintingUniversity
research & development  
Required Delivery Date  
Do you need to sign our mutual NDA?
NDA Do you require a signed mutual NDA before sharing your requirements &
designs?
 
Is your application safety critical?
Safety Are there any potential safety issues with this component?
 
Back To About Your Product Get Your Quote

Thank you Your information has been passed to our engineering team. They will
review your request and be in touch within 2 working days.


HOW IT WORKS.

Step 1

Share Your Concept Design Securely By Filling Out Our Custom Manufacture Request
Form.

Step 2

Accu’s Team Of Experienced Engineers Will Review Your Request And Provide
Feedback.

Step 3

Our Global Network Of Approved Manufacturers Provide Pricing, Quality Assurances
And Estimated Lead Times.

Step 4

You Receive A Competitive, No Obligation Quote. Usually Within 2 Working Days.


NEED TO TALK TO AN ENGINEER?

01484 937010 engineering@accu.co.uk

Quality Approved - ISO9001

Featured In


WANT SOMETHING SPECIAL?

LET’S MAKE IT HAPPEN!

We’re not just about standard nuts and bolts; we’re about turning your wildest
dreams into reality with our awesome custom manufacturing service.

Here's what we've got cooking:




CUSTOM PARTS. NO BIGGIE.

From a sketch on a napkin to a full-blown 3D CAD model, bring your ideas, and
we'll make them come alive. Prototypes or mass production, no sweat!


ANY MATERIAL PARTS YOU WANT, METAL PLASTIC OR SOMETHING MORE EXOTIC.

We're like the chefs of engineering! Tell us your ingredients, and we'll cook up
something amazing.


GET THE RIGHT FIT.

We're all about precision and accuracy - it’s even where the name Accu comes
from! From aerospace to racing, we make sure your components are accurate to the
tolerances you need.


TOP-NOTCH QUALITY.

Always! Quality Is our game. We've got certifications, the latest tech and the
best engineering geeks to make sure your stuff rocks.


WORLDWIDE SUPERSTARS.

Wherever you are, we’re there too. You call, we answer. You need, we deliver.
Global reach with a down-to-earth feel.


EASY PEASY PROCESS.

Shoot us your ideas, and let's get rolling. No mumbo jumbo, no red tape. Just
real people making really cool stuff.


LET’S CHAT.

Ready to make magic? Hit us up, and let's create something legendary together.




MANUFACTURING CAPABILITIES


WHAT CAN YOU BUILD?


PRECISION TURNING

Our core area of expertise is the turning of stainless steel, brass, plastics
and titanium bar stock into precision components. We have access to a wide range
of both modern and traditional machines so whether you need CNC turned micron
precision or super strong rolled threads we’ll deliver what you need on time at
competitive prices.


PRECISION MILLING

Accu provides custom milled components for a wide range of industries. From
basic 3- axis cnc milled parts to more complex geometries that may require a 4
or 5-axis machine. Our team is ready to deliver the precision milled components
your business needs.


PRECISION GRINDING

Where fine tolerances are of utmost importance precision grinding machines allow
us to hone in on your products dimensions with the ultimate precision only
grinding affords.


METAL FORMING

Our engineers are experienced in the design and manufacture of stamped & formed
parts. If bending sheet material is suitable for your custom manufacture needs,
Accu’s team is ready to advise you from the design through to delivery.


COATINGS & PLATINGS

Accu has a vast range of coatings available for your application. From silver
and gold platings to maximise electrical conductivity to zinc & nickel platings
for more cost effective corrosion resistance. Our most popular coating is
AccuBlack - which gives stainless steel a matt black coating whilst unaffecting
thread dimensions.


3D PRINTING

This versatile fabrication technology opens many doors for innovation and rapid
prototyping. Our engineering team have deep experience in FDM, SLS and SLA 3D
printing.



OVER 100,000 ENGINEERS USE ACCU


WE SUPPORT GLOBAL INNOVATION.


MANUFACTURING

From start ups to world class manufacturers, Accu components are trusted
globally for their high performance and accuracy.

Learn More




ELECTRICAL ENGINEERING & ELECTRONICS

Electronics and Electrical Engineering Companies utilise Accu's wide range of
precision components and hardware to develop the latest technology.

Learn More




PROSTHESIS & ROBOTICS

From the development of prosthetic limbs to mass production of robots utilising
AI and digital tools, Accu is supporting the latest advancements in engineering.

Learn More




MEDICAL

Accu proudly supports the Medical industry, with our high performance components
aiding the rapid assembly of equipment such as ventilators & diagnostic
technologies.

Learn More




AEROSPACE & AIRCRAFT ENGINEERING

Uniformity and precision are critical within the Aerospace and Aircraft
industries. Companies can rely on our precision components in the development of
payload systems and optic sensors.

Learn More




AUTOMOTIVE

As a trusted supplier to distinguished names in the Automotive industry, Accu
proudly supports the design and manufacture of zero emission cars and
sustainable delivery systems.

Learn More




MOTORSPORT

From leading teams in Motorsport racing to University engineering teams, our
fasteners and actuation components support aerodynamics packages and the
assembly of race cars.

Learn More




ENERGY & ENVIRONMENTAL SERVICES

Accu is actively supporting companies developing clean fusion energy and the
assembly of wind turbines and solar panels.

Learn More




UNIVERSITY RESEARCH & DEVELOPMENT (R&D)

From the development of chemical detection equipment to air monitoring
technologies, Accu components are selected for research and development projects
by over 100 universities worldwide.

Learn More




DEFENCE TECHNOLOGY DEVELOPMENT

Accu is a recognised supplier for commercial and military defence applications,
from state-of-the-art arms and service vehicles, to personal security and
countermeasures equipment.

Learn More




MARINE

Our Marine Grade Stainless Steel components offer a durable and long lasting
solution for marine applications such as the manufacturing of cargo ships and
generators.

Learn More




3D PRINTING

Companies within the growing additive manufacturing sector can rely on Accu for
highly precise CAD models and drawings, along with specialist fasteners for 3D
printed plastics.

Learn More



TOMORROW STARTS HERE


NEED TO TALK TO AN ENGINEER?

Discuss your requirements with an Accu engineer to develop your design.

CONTACT US

Back To Top
GBP

HELP & INFORMATION. HELP & INFORMATION.
 * Order Tracker
 * Delivery
 * Returns
 * Help Hub
 * About Us
 * Join Our Team

USEFUL LINKS. USEFUL LINKS.
 * Industry News
 * Report a Website Issue
 * Our Brands
 * Manage Cookies
 * Sitemap

MY ACCOUNT. MY ACCOUNT.
 * Log In/Create Account
 * Your Cart

CONTACT. CONTACT.
 * 01484 937010
 * Complete Our Contact Form
 * Contact Us

QUALITY APPROVED.

PROUD TO BE A:

FEATURED IN.

DELIVERY PARTNERS.




GBP
Are you sure you want to return to your cart?
Return To Cart Stay In Checkout
BUILDING
TOMORROW.

 * Accu Twitter
 * Accu Facebook
 * Accu Linkedin
 * Accu Youtube
 * Accu Instagram
 * Accu TikTok

Accu is a division of Accu Limited. Company No. 08016434. VAT: GB136780105
Copyright © 2024 Accu Limited. Privacy and legal.
Logged in as: Log Out

Contact Us




WE JUST NEED A FEW DETAILS

Form submitted successfully



Name
E-mail
Subject / Order Number
Message
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of
Service apply.
Submit


THANKS!


WE'VE GOT YOUR MESSAGE.

Your message has been assigned to our team
who will respond to you within 1 working day.

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

Shop for components

Report A Website Issue.

Form submitted successfully



Tell us about your problem
Email Address (so we can let you know when it's fixed)
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of
Service apply.
Submit


Change Language

EN
English (English)
DE
Deutsch (German)
FR
Français (French)
US
United States
PL
Polskie

Change Currency




AUD
Australian Dollar AUD
Australian Dollar
BRL
Brazilian Real BRL
Brazilian Real
CAD
Canadian Dollar CAD
Canadian Dollar
CZK
Czech Koruna CZK
Czech Koruna
DKK
Danish Krone DKK
Danish Krone
EUR
Euro EUR
Euro
HKD
Hong Kong Dollar HKD
Hong Kong Dollar
INR
Indian Rupee INR
Indian Rupee
IDR
Indonesian Rupiah IDR
Indonesian Rupiah
ILS
Israeli New Shekel ILS
Israeli New Shekel
MYR
Malaysia Ringgit MYR
Malaysia Ringgit
MXN
Mexican Peso MXN
Mexican Peso
TWD
New Taiwan Dollar TWD
New Taiwan Dollar
NZD
New Zealand Dollar NZD
New Zealand Dollar
NOK
Norwegian Krone NOK
Norwegian Krone
PHP
Philippine Peso PHP
Philippine Peso
PLN
Polish Zloty PLN
Polish Zloty
GBP
Pound Sterling GBP
Pound Sterling
SAR
Saudi Riyal SAR
Saudi Riyal
SGD
Singapore Dollar SGD
Singapore Dollar
ZAR
South African Rand ZAR
South African Rand
SEK
Swedish Krona SEK
Swedish Krona
CHF
Swiss Franc CHF
Swiss Franc
THB
Thai Baht THB
Thai Baht
TRY
Turkish Lira TRY
Turkish Lira
AED
UAE Dirham AED
UAE Dirham
USD
US Dollar USD
US Dollar

Cookie Preferences


STRICTLY NECESSARY COOKIES

These are cookies that are necessary for the Platform to function as well as to
operate our business. These are used to let you login, stay logged in, measure
our traffic (anonymously) and to ensure site security. Without this type of
technology, our Services won't work properly or we won't be able to provide
certain features and functionalities.


ANALYTICS COOKIES



These are cookies that are used for collecting information about how you use our
Services and visit our Platform (i.e. duration of your navigation on our
Platform, pages visited, link clicked, referrer page, etc).

Accept & Save

Confirm




STANDARD SHIPPING OPTIONS

Destination Available Services Standard Express - Order By 6:45 PM
+ per kg
+ per kg Free with AccuPro United Kingdom
+ per kg 2 - 3 Days
£5.25 + per kg
+ per kg Free with AccuPro Next working day
£7.75 + per kg Free with AccuPro United States
+ per kg 5 Days
£12.95 + per kg + £0.80 per kg
+ per kg Free with AccuPro 3 Days
£15.95 + per kg + £1.00 per kg Free with AccuPro Australia
+ per kg
+ per kg Free with AccuPro 2 Days
£25.95 + per kg + £1.00 per kg Free with AccuPro Austria
+ per kg
+ per kg Free with AccuPro 2 Days
£25.95 + per kg + £1.00 per kg Free with AccuPro Belgium
+ per kg
+ per kg Free with AccuPro 2 Days
£21.95 + per kg + £1.00 per kg Free with AccuPro Canada
+ per kg
+ per kg Free with AccuPro 2 Days
£29.95 + per kg + £1.00 per kg Free with AccuPro Czech Republic
+ per kg
+ per kg Free with AccuPro 2 Days
£21.95 + per kg + £1.00 per kg Free with AccuPro Denmark
+ per kg
+ per kg Free with AccuPro 2 Days
£29.95 + per kg + £1.00 per kg Free with AccuPro Europe(EU)
+ per kg
+ per kg Free with AccuPro 2 Days
£25.95 + per kg + £1.00 per kg Free with AccuPro France
+ per kg
+ per kg Free with AccuPro 2 Days
£21.95 + per kg + £1.00 per kg Free with AccuPro Germany
+ per kg
+ per kg Free with AccuPro 2 Days
£19.95 + per kg + £1.00 per kg Free with AccuPro Hong Kong
+ per kg
+ per kg Free with AccuPro 2 Days
£29.95 + per kg + £1.00 per kg Free with AccuPro India
+ per kg
+ per kg Free with AccuPro 3 Days
£29.95 + per kg + £1.00 per kg Free with AccuPro Indonesia
+ per kg
+ per kg Free with AccuPro 2 Days
£29.95 + per kg + £1.00 per kg Free with AccuPro Ireland
+ per kg
+ per kg Free with AccuPro 2 Days
£9.95 + per kg + £1.00 per kg Free with AccuPro Malaysia
+ per kg
+ per kg Free with AccuPro 3 Days
£29.95 + per kg + £1.00 per kg Free with AccuPro Mexico
+ per kg
+ per kg Free with AccuPro 3 Days
£29.95 + per kg + £1.00 per kg Free with AccuPro Netherlands
+ per kg
+ per kg Free with AccuPro 2 Days
£19.95 + per kg + £1.00 per kg Free with AccuPro New Zealand
+ per kg
+ per kg Free with AccuPro 2 Days
£29.95 + per kg + £1.00 per kg Free with AccuPro Norway
+ per kg
+ per kg Free with AccuPro 2 Days
£29.95 + per kg + £1.00 per kg Free with AccuPro Philippines
+ per kg
+ per kg Free with AccuPro 2 Days
£29.95 + per kg + £1.00 per kg Free with AccuPro Singapore
+ per kg
+ per kg Free with AccuPro 2 Days
£29.95 + per kg + £1.00 per kg Free with AccuPro South Africa
+ per kg
+ per kg Free with AccuPro 2 Days
£29.95 + per kg + £1.00 per kg Free with AccuPro Sweden
+ per kg
+ per kg Free with AccuPro 2 Days
£29.95 + per kg + £1.00 per kg Free with AccuPro Switzerland
+ per kg
+ per kg Free with AccuPro 2 Days
£21.95 + per kg + £1.00 per kg Free with AccuPro Taiwan
+ per kg
+ per kg Free with AccuPro 2 Days
£29.95 + per kg + £1.00 per kg Free with AccuPro Turkey
+ per kg
+ per kg Free with AccuPro 2 Days
£29.95 + per kg + £1.00 per kg Free with AccuPro United Arab Emirates
+ per kg
+ per kg Free with AccuPro 2 Days
£29.95 + per kg + £1.00 per kg Free with AccuPro Rest Of The World
+ per kg
+ per kg Free with AccuPro 3 Days
£31.95 + per kg + £1.00 per kg Free with AccuPro


PREMIUM TIMED SERVICES

Destination Available Services Morning Express (Before Noon) Saturday Express
United Kingdom £17.75 £9.95

Please note: The shipping options listed below are for the expedition of transit
only. Lead times and manufacture schedules for out-of-stock products will still
apply. Accurate delivery date estimates are always displayed during the checkout
process.


THIS SITE USES COOKIES

We use cookies to help give you the best experience on our site and to allow us
and third parties to customise the marketing content you see across websites and
social media. By clicking ‘Accept’ or continuing, you agree to our cookie
policy.

Manage

Accept all cookies



Chat with us