Access Common Assessment Standard (CAS) and SSIP certificates, data and supporting evidence in one place. Enable procurement teams to confirm compliance quickly and confidently.

Review compliance information instantly to speed up decision-making. Reduce duplication, cut administrative effort and maintain a fair, transparent process.

Ensure suppliers meet recognised standards through a framework aligned with PPN 03/24 and the Procurement Act. Carry out compliance checks with consistency and confidence.

Select suppliers based on verified standards and clear evidence. Strengthen procurement decisions with a process that is transparent, defensible and reliable.

The Certification Checker is a streamlined module from our wider Supply Chain Management solution, designed specifically for organisations that need fast, efficient supplier compliance verification – but don’t need to track and report supply chain performance across projects. 

Interested in the added functionality of Supply Chain Management? Find out more below.

Start simplifying your pre-tender compliance verification today with this exclusive offer.

 

Complete the form to register for your free public Sector Compliance Chain account – helping you to make confident, defensible supplier decisions.

    document.addEventListener('DOMContentLoaded', function () { console.log("DOMContentLoaded"); // Find the CF7 form on the page – assumes your form has the wrapper class "compliance-chain-form" const element = document.querySelector('.compliance-chain-form'); const form = element.closest('form'); // 🔧 FIELD MAPPINGS 🔧 // Map CF7 field names (left side) to Pardot field names (right side). // Update the Pardot field names to match your Pardot form handler settings. const fieldMappings = { 'FIRSTNAME': 'First_Name', // Pardot usually splits into First + Last, but you can pass full_name if set 'LASTNAME': 'Last_Name', 'EMAIL': 'Email', // Required in Pardot 'COMPANY': 'Company', 'REGION': 'Region', 'DISCIPLINE': 'Discipline' }; // Pardot form URL const formUrl = 'https://go.cc.be-bold.co.uk/l/1099132/2025-10-15/4j6sh2'; // Change as required const checkboxFields = []; form.addEventListener('submit', function (event) { // Gather all form data from CF7 const formData = new FormData(form); // Split "your-name" into first + last for Pardot if needed let firstName = ''; let lastName = ''; if (formData.get('YOUR_NAME')) { const fullName = formData.get('YOUR_NAME').trim(); const nameParts = fullName.split(/\s+/); firstName = nameParts.shift() || ''; lastName = nameParts.join(' '); } // Build Pardot submission data const urlParams = new URLSearchParams(); formData.forEach((value, key) => { if (fieldMappings[key] && !checkboxFields.includes(key)) { console.log(fieldMappings[key], ": ", value); urlParams.append(fieldMappings[key], value); } }); // Console params console.log('-- Submission Params Start --'); for (const [key, value] of urlParams.entries()) { console.log(`${key}: ${value}`); } console.log('-- Submission Params End --'); // 🔧 ADDITIONAL HIDDEN FIELDS 🔧 // These can be set up in your Pardot form handler if needed. // urlParams.append('lead_source', 'Website'); // Example static field // 🔧 PARDOT ENDPOINT 🔧 // Replace with your Pardot Form Handler URL fetch(formUrl, { method: 'POST', body: urlParams, mode: 'no-cors', headers: { 'Content-Type': 'application/x-www-form-urlencoded' } }).then(response => { // Because of no-cors, you won't see a success response here. // You can optionally trigger a redirect or thank-you message if desired. }).catch(error => { console.error('Error occurred during Pardot submission:', error); }); }); });

    Verify suppliers against CAS and SSIP

    Reduce duplication with one trusted platform

    Ensure fair, transparent tender assessments

    Strengthen governance and audit readiness

    Compliance Chain is one of only seven recognised Common Assessment Standard assessment bodies in the UK, trusted by public sector organisations to deliver reliable and consistent supplier verification.

     

    Our digital approach simplifies pre-tender compliance, helping organisations reduce risk, standardise processes, and demonstrate accountability.

     

    By adopting the Certification Checker, public sector organisations gain confidence in the quality, capability, and compliance of suppliers before they are included in any tender, reducing duplication, minimising risk, and ensuring fair, transparent, and consistent assessment across every procurement.

    Everything you need to know about our Certification Checker software.

    The Certification Checker enables organisations to quickly verify supplier compliance credentials such as CAS and SSIP certifications, as well as supporting compliance evidence – all in one platform.

    The Certification Checker is designed for public sector organisations, procurement teams and contractors that need a simple, efficient way to verify supplier compliance before tender award, onboarding or project delivery.

    The platform centralises supplier compliance information, certificates and supporting evidence, helping teams review requirements faster, reduce manual administration and make more efficient pre-tender decisions.

    By providing instant access to supplier compliance information and evidence, the Certification Checker helps organisations identify compliant suppliers, support due diligence processes and maintain clear audit-ready records.

    Request a call with our Product Specialist

    Fill in the form below and a member of our team will be in touch

      By submitting you agree to receive other communications from Compliance Chain and you accept our privacy policy.